Releases: antonv6/eui48-bit-distance
Releases · antonv6/eui48-bit-distance
0.3.2
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Various improvements to the development process, CI and security-related improvements.
Improve HTML documentation, include README.md and CHANGELOG.md as well.
Full Changelog : v0.3.1...v0.3.2
0.3.1
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Support Python 3.14.
Various improvements on the development side, especially tightening CI and release security.
Full Changelog : v0.3.0...v0.3.1
0.3.0
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Use tox to run linters, build documentation and distribution files, and test locally with different Python versions.
Full Changelog : v0.2.5...v0.3.0
0.2.5
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Build HTML documentation from docstrings using Sphinx with autodoc extension.
Deploy documentation to gh-pages.
0.2.4
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Use more PEP 570 positional-only parameters and keyword-only parameters.
We're breaking the API somewhat at this moment to make it easier to implement speedup extensions in future.
0.2.3
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Benchmark performance with pytest-benchmark.
0.2.2
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Measure test coverage using pytest-cov and coverage.
0.2.1
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Property-based testing using Hypothesis.
0.2.0
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Add type hints to the code, checked with mypy in strict mode.
0.1.2
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Lint the code with bandit, flake8 with extra plugins and pylint.