diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f73d24e..82975c7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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] ------------------------------------------------------------------------------ diff --git a/README.rst b/README.rst index 4dd20b8..06bf30e 100644 --- a/README.rst +++ b/README.rst @@ -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`_. diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 4f3b639..db5f3a3 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -1,2 +1,2 @@ -numpy>=1.8.0 +numpy>=1.24.0 pytest>=2.5.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e54f4a6..fb3ec45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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