-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from KxSystems/release301
Addition of 3.0.1 changes to github
- Loading branch information
Showing
50 changed files
with
588 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,14 +93,15 @@ KX only officially supports versions of PyKX built by KX, i.e. versions of PyKX | |
|
||
PyKX depends on the following third-party Python packages: | ||
|
||
- `pandas>=1.2, < 2.0; python_version=='3.8'` | ||
- `pandas>=1.2, < 2.2.0; python_version>'3.8'` | ||
- `pandas>=1.2, <2.0; python_version=='3.8'` | ||
- `pandas>=1.2, <=2.2.3; python_version>'3.8'` | ||
- `numpy~=1.22, <2.0; python_version<'3.11'` | ||
- `numpy~=1.23, <2.0; python_version=='3.11'` | ||
- `numpy~=1.26, <2.0; python_version=='3.12'` | ||
- `pytz>=2022.1` | ||
- `toml~=0.10.2` | ||
- `dill>=0.2.0` | ||
- `requests>=2.25.0` | ||
|
||
They are installed automatically by `pip` when PyKX is installed. | ||
|
||
|
@@ -206,4 +207,4 @@ If you have any issues or questions you can post them to [community.kx.com](http | |
## Customer Support | ||
|
||
* Inquires or feedback: [`[email protected]`](mailto:[email protected]) | ||
* Support for Licensed Subscribers: [support.kx.com](https://support.kx.com/support/home) | ||
* Support for Licensed Subscribers: [support.kx.com](https://client.support.kx.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ If you have any issues or questions you can post them to the following locations | |
## Customer Support | ||
|
||
* Inquires or feedback: [`[email protected]`](mailto:[email protected]) | ||
* Support for Licensed Subscribers: [support.kx.com](https://support.kx.com/support/home) | ||
* Support for Licensed Subscribers: [support.kx.com](https://client.support.kx.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.