Releases: srobo/damm32
Releases · srobo/damm32
Release 1.2.1
- Add sphinx docstrings
- Fix constructor not using alphabet argument (#13)
- Remove redundant type aliases
- Improve exception messages
- Improve alphabet validation
Release 1.2.0
- Dropped support for Python 3.4 and 3.5
- Minor refactor
- Include
__version__
in module
Release 1.1.0
- Added PEP561 Marker
- Improve Typing
Stable
- Test against multiple Python versions
- Use all
- More docstrings
- Codeclimate
Formatting and Tests
- Increased test coverage to 100%
- Better formatting of code throughout
- Switched to using Poetry instead of Pipenv
v0.0.2
- Updated README to be more helpful
- Fixed a type issue on the calculate function
Initial Release
Implementation of the Damm checksum algorithm in Base 32.