Skip to content

Releases: gpongelli/pycode128

3.0.0

02 Apr 14:53
3.0.0
bea2816

Choose a tag to compare

2.5.0 (2023-03-30)

Feat

  • update submodule

2.5.0

30 Mar 13:50
2.5.0
b5faaf0

Choose a tag to compare

2.5.0 (2023-03-30)

Feat

  • update submodule

2.3.0

29 Mar 17:32
2.3.0
766922e

Choose a tag to compare

2.3.0 (2023-03-29)

Feat

  • action label management
  • update submodule branch

Fix

  • action label test
  • updated submodule

2.2.0

20 Mar 16:32
2.2.0
f4d49dc

Choose a tag to compare

2.2.0 (2023-03-20)

Fix

  • use poetry 1.4.1 with poetry-core 1.5.2 that fixes windows build

2.2.0rc2

15 Mar 12:18
2.2.0rc2
5d8e627

Choose a tag to compare

2.2.0rc2 (2023-03-15)

Feat

  • add setup.cfg used during build extension

2.2.0rc0

15 Mar 10:35
2.2.0rc0
2d5e9d1

Choose a tag to compare

2.2.0rc0 (2023-03-15)

Feat

  • when building wheel from downloaded source, setup.cfg must be found

Fix

  • ARM image not working
  • yamllint was removed

2.1.0

09 Mar 17:57
2.1.0
b954226

Choose a tag to compare

2.1.0 (2023-03-09)

Feat

  • install packages called within poetry
  • using TOX basepython that has already correct python name depending on platform
  • reorganize tox skip installation and use commands_pre
  • removed unused package, correct includes

2.0.0

07 Mar 15:04
2.0.0
1b313bc

Choose a tag to compare

2.0.0 (2023-03-07)

Fix

  • renamed file to avoid naming clash with build package
  • tox platform specification
  • generate setup.py file used by pip, called from cibuildwheel

1.0.0

27 Feb 16:44
1.0.0
b754101

Choose a tag to compare

1.0.0 (2023-02-27)

Feat

  • new tests on optional cli parameters
  • using cloup
  • flake8 skips darglint on CLI tool. using tab alignment
  • skip darglint on private methods, main or pycode128 method
  • unify tox env
  • cli implementation and tests, fix twine
  • manage FNC3 and remove unused macros
  • tests for FNC3 string
  • new tests on generated image
  • add typed files

Fix

  • tox os name using github action matrix
  • remove generated file for test
  • test
  • build and install package to avoid pylint E0401: Unable to import 'pycode128.pycode128' (import-error)
  • disable uppercase variable
  • march not supported by clang
  • tox-direct no more needed
  • add windows call for poetry and reuse

0.4.0

17 Feb 10:29
0.4.0
16358b9

Choose a tag to compare

0.4.0 (2023-02-17)

Feat

  • tests on encoded data
  • added PIL, updated other deps
  • class to convert bytes to PIL image
  • licensing check_c subfolder
  • new tests
  • reuse common checks
  • build a byte array instead of string
  • new tests
  • support cyclic garbage collection

Fix

  • macOS 12 has issue building with python 3.8
  • macos environment variable minimum target
  • lint stage passed
  • missing sentinel
  • input_data is not a tuple
  • module decref
  • allocate members
  • avoid same method name
  • README update