Skip to content

Releases: andreax79/python-cstruct

v6.2

Choose a tag to compare

@andreax79 andreax79 released this 10 Jan 15:17

Added

  • llms.txt added

Improved

  • Python 3.14 support
  • use ruff instead of flake8/isort/black
  • use pyproject.toml instead of setup.cfg

v6.1

Choose a tag to compare

@github-actions github-actions released this 21 Mar 22:02
version 6.1 - fix CStruct.pack() padding

v6.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 19:46
  • access to Python class attributes in struct definition
  • Python 3.13 support

v5.3

Choose a tag to compare

@github-actions github-actions released this 08 Jan 14:43

[5.3] - 2024-01-08

Fix

  • fix struct in struct array parsing

Improved

  • Python 3.12 support

v5.2

Choose a tag to compare

@github-actions github-actions released this 23 Nov 11:11
version 5.2

v5.1

Choose a tag to compare

@github-actions github-actions released this 20 Nov 20:39

Improved

  • Support unpack from ctype pointers

Added

  • Add support for char constants
  • Add native type test
  • dir.py example

v5.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 08:05
version 5.0

v4.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 13:24
version 4.0

v3.3

Choose a tag to compare

@github-actions github-actions released this 24 Oct 08:22
Fix size test on 32bit architectures

v3.2

Choose a tag to compare

@github-actions github-actions released this 23 Oct 07:54
Fix padding tests on 32bit architectures