Skip to content

Releases: fabiocaccamo/python-codicefiscale

0.6.1

12 Jan 12:23
Compare
Choose a tag to compare
  • Add setup.cfg (setuptools declarative syntax) generated using setuptools-py2cfg.
  • Add pyupgrade to pre-commit config.
  • Remove tests/ from dist.
  • Updated countries.json and municipalities.json data.
  • Improve update script error messages and fix formatting error.
  • Bump requirements.

0.6.0

09 Dec 17:16
Compare
Choose a tag to compare
  • Add Python 3.11 support.
  • Add pre-commit.
  • Add pypy to CI.
  • Drop Python < 3.8 support.
  • Updated countries.json and/or municipalities.json data.
  • Replace str.format with f-strings.
  • Remove encoding pragma.
  • Decrease dependence on CODICEFISCALE_RE regex by naming subpatterns.
  • Fix decoding code with invalid birthplace code. #27
  • Fix date of birth not honored when encoding and decoding (deleted municipalities only). #37 (#40)
  • Bump requirements and GitHub actions versions.

0.5.0

26 Sep 21:21
Compare
Choose a tag to compare
  • Add municipality validity date support. Fix #12 and #23 by danisana in #24.
  • Replace str.format with f-strings.
  • Update countries.json and municipalities.json data.
  • Update and pin requirements.

0.4.0

17 Feb 23:29
Compare
Choose a tag to compare
  • Dropped python 2.7 and python 3.5 support.
  • Pinned requirements versions.
  • Moved data to external json files and removed data python module.
  • Updated countries.json and municipalities.json data.

0.3.9

27 Jan 23:11
Compare
Choose a tag to compare
  • Fixed municipality overwritten by old municipality (deleted) with the same code. #16

0.3.8

10 Jan 12:27
Compare
Choose a tag to compare
  • Fixed number of omocodes. #13
  • Formatted code with Black.
  • Updated strings formatting.
  • Added python 3.9 and python 3.10 official support.
  • Added requirements.txt and requirements-test.txt.
  • Added CHANGELOG.md.
  • Added GitHub action workflow.
  • Removed TravisCI and CircleCI.
  • Removed some dead code.

0.3.7

05 Aug 12:50
Compare
Choose a tag to compare
  • Added docstrings to methods.
  • Fixed tests import.
  • Updated requirements.
  • Added CircleCI workflow.

0.3.6

10 Jan 12:30
Compare
Choose a tag to compare

0.3.5

10 Jan 12:30
Compare
Choose a tag to compare

0.3.4

10 Jan 12:30
Compare
Choose a tag to compare