Skip to content

Releases: FusionSolutions/python-fspacker

v0.3.2

Choose a tag to compare

@iFA88 iFA88 released this 14 Jul 15:24
d2e18f0

Fixed fallback loads function what parsed negative integer from non negative
Fixed C big integer packing issue.

v0.3.1

Choose a tag to compare

@iFA88 iFA88 released this 16 Nov 09:44
f68ee0b

Removed unused arguments from abstract functions.

v0.3.0

Choose a tag to compare

@iFA88 iFA88 released this 15 Nov 21:35
906e3d1

Dropped the whole version 1 support.
Memory leak fixed.
Added new tests for reference counting and memory leaking.
Few minor bugs fixed.

v0.2.5

Choose a tag to compare

@iFA88 iFA88 released this 10 Feb 20:37
119ff74

PyPi fix.

v0.2.4

Choose a tag to compare

@iFA88 iFA88 released this 10 Feb 20:26
bfd98f3

Python 3.10 version support added.
PyPi publisher fix.
C++ minor fix.

v0.2.1

Choose a tag to compare

@iFA88 iFA88 released this 10 Feb 19:03
17299a9

PyPi build fix.

v0.2.0

Choose a tag to compare

@iFA88 iFA88 released this 10 Feb 18:20
af44329

New version added.
C++ based packer and unpacker added for all available version.
When C++ acceleration not available pure python will be used as fallback.
Tests are extended.

v0.1.1

Choose a tag to compare

@iFA88 iFA88 released this 30 Sep 09:53
dfb4b1c

Cosmetic update

v0.1.0

Choose a tag to compare

@iFA88 iFA88 released this 20 Jul 18:45
2407780

Added type set.
Tests are detached.
Code has been cleared.

v0.0.2

Choose a tag to compare

@iFA88 iFA88 released this 14 Jul 20:05
e106058

Added packMessage and unpackMessage for socket communications.
Tests are extended.