Skip to content

Tags: sabjorn/NumpySocket

Tags

v1.0.2

Toggle v1.0.2's commit message
backport v2.0.2 bugfix to v1.*

a major bug was fixed in 2.0.2 -- this backport fixes the same issue so
that projects using numpy >= 1.0.0 can still use it

* return pyproject to use numpy >= 1.0.0 and >= python3.8
* add python 3.8 back to test builds
* backport type annotations (Tuple and List) to meet lowest python version

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/24 release number from ci (#25)

update CI to use release tag for version number for publishing

including:
* change version number in pyproject.toml to 9.9.9
* update CI publish step to get the version number from release tag

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version number to v2.0.1 (#23)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Chore/publish on release (#19)

add release pipeline

v1.0.1

Toggle v1.0.1's commit message
bump version number to 1.0.1

v1.0.0

Toggle v1.0.0's commit message
update README with infor about installing using pip

v0.3.0

Toggle v0.3.0's commit message
Merge branch 'fix/setup_script' into develop

v0.2.0

Toggle v0.2.0's commit message
update project to Python3

Python3 introduced a distinction between strings and bytes.  This resulted in a problem when trying to save a numpy array into an io.StreamIO object.

The code has now been adapted to use io.BytesIO.

Additionally:
* update print statements to Python3
* change init file for proper importing
* change error catch to fit python3 syntax
* update class send method to use BytesIO
* update class recieve method to use BytesIO
* change shebang to python3
* add requirements file for example code
* change variables names to be clearer
* add logging and custom errors to module
* update license date
* add example code for arbitrary numpy array