Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
------------------------------------------------------------------------------
qPython3 1.0.0 [2023.11.03]
------------------------------------------------------------------------------

- Support numpy 1.24+ (numpy.bool / numpy.str removal)

------------------------------------------------------------------------------
qPython3 1.0.0 [2021.06.18]
------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ qPython is a Python library providing support for interprocess communication bet
- Support for kdb+ protocol and types as of kdb+ v4.0
- Uncompression of the IPC data stream
- Internal representation of data via numpy arrays (lists, complex types) and numpy data types (atoms)
- Supported on Python 3.4/3.5/3.6 and numpy 1.8+
- Supported on Python 3.4/3.5/3.6 and numpy 1.24+

For more details please refer to the `documentation`_.

Expand Down
2 changes: 1 addition & 1 deletion requirements-minimal.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy>=1.8.0
numpy>=1.24.0
pytest>=2.5.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest>=2.5.0
numpy>=1.8.0
numpy>=1.24.0
pandas>=0.14.0
cython>=0.20
twisted>=13.2.0
Expand Down