Skip to content

Commit

Permalink
Merge pull request #6 from KxSystems/release21
Browse files Browse the repository at this point in the history
Updates for 2.1 release
  • Loading branch information
cmccarthy1 authored Oct 10, 2023
2 parents e6c5d28 + cb89c08 commit 1cddd76
Show file tree
Hide file tree
Showing 71 changed files with 19,090 additions and 1,555 deletions.
5 changes: 3 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- python
- setuptools==60.9.3
- setuptools_scm[toml]>=6.0.1
- cython==3.0.0a11
- cython==3.0.0
- numpy==1.22.*
- tomli>=2.0.1
- wheel>=0.36.2
Expand All @@ -29,6 +29,7 @@ requirements:
- numpy>=1.22
- pandas>=1.2,<2.0
- pytz>=2022.1
- toml>=0.10.2

test:
imports:
Expand All @@ -37,4 +38,4 @@ test:
about:
license_file:
- LICENSE.txt
home: https://code.kx.com/pykx/
home: https://code.kx.com/pykx/
11 changes: 11 additions & 0 deletions custom_theme/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends "base.html" %}

{% block extrahead %}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PG938LS');</script>
<!-- End Google Tag Manager -->
{% endblock %}
Loading

0 comments on commit 1cddd76

Please sign in to comment.