Skip to content

Releases: personnummer/python

v3.2.1

05 Feb 13:26
95b06ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.1

v3.2.0

08 Dec 20:46
0481117
Compare
Choose a tag to compare

This version contains a bit of rewriting of the package, mainly.

  • Most of the tests were not running at all, as the functions were breaking out of the test method when the ssn was invalid, which is the case starting from the first time in the list of ssns.
  • Made the package align more with the v3 versions and implemented the get_date method from v3.1.
  • It is still missing the Interim-Number functionality, but I have to increase the minor version as it has some breaking changes of undocumented functionality, which should not be used outside of the library (next point).
  • I prepended several methods with an underscore (_) that are not part of the meta documentation. These are somewhat annoying as IDE will show them in their auto-completion functionality. Having the underscore indicates that a method is only intended for internal use, as defined by PEP8.

Missing functionality

  • More functionality needs to be tested, such as the is_coordination_number() method and the new get_age() method. But the PR was getting bigger and bigger and the tests were not working I decided to stop there and those can be done in a different PR.
  • Parsing Interim-Number

more info in #62

v3.1.0

08 Dec 20:42
0481117
Compare
Choose a tag to compare

v3.0.6

14 Nov 12:51
Compare
Choose a tag to compare
Update setup.py

Updated version to 3.0.6 in setup.py

v3.0.5

14 Nov 12:38
Compare
Choose a tag to compare

What's Changed

Thank you @dannyhajj

Full Changelog: v3.0.4...v3.0.5

v3.0.4

21 Feb 15:44
Compare
Choose a tag to compare

v3.0.3

28 Oct 14:40
Compare
Choose a tag to compare
  • Hotfix for issue where pipe was allowed as separator.

v3.0.2

19 Aug 06:53
Compare
Choose a tag to compare
  • Fixed an issue where last four digits in personnumers with invalid data could be parsed.

v3.0.1

17 Apr 10:49
Compare
Choose a tag to compare
  • Raise exception in init
  • Removed unnecessary valid checks
  • Removed some code left from earlier spec
  • Added some more tests

v3.0.0 - The one that breaks everything

17 Apr 10:47
Compare
Choose a tag to compare