Skip to content

Releases: personnummer/python

v3.2.1

Choose a tag to compare

@dannyhajj dannyhajj released this 05 Feb 13:26
95b06ea

What's Changed

New Contributors

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

v3.2.0

Choose a tag to compare

@frozzare frozzare released this 08 Dec 20:46
0481117

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

Choose a tag to compare

@frozzare frozzare released this 08 Dec 20:42
0481117

v3.0.6

Choose a tag to compare

@Johannestegner Johannestegner released this 14 Nov 12:51
Update setup.py

Updated version to 3.0.6 in setup.py

v3.0.5

Choose a tag to compare

@Johannestegner Johannestegner released this 14 Nov 12:38

What's Changed

Thank you @dannyhajj

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

v3.0.4

Choose a tag to compare

@frozzare frozzare released this 21 Feb 15:44

v3.0.3

Choose a tag to compare

@frozzare frozzare released this 28 Oct 14:40
  • Hotfix for issue where pipe was allowed as separator.

v3.0.2

Choose a tag to compare

@frozzare frozzare released this 19 Aug 06:53
  • Fixed an issue where last four digits in personnumers with invalid data could be parsed.

v3.0.1

Choose a tag to compare

@frozzare frozzare released this 17 Apr 10:49
  • 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

Choose a tag to compare

@frozzare frozzare released this 17 Apr 10:47