Skip to content

Releases: antonv6/eui48-bit-distance

0.3.2

Choose a tag to compare

@antonv6 antonv6 released this 25 Jul 03:00
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

Choose a tag to compare

@antonv6 antonv6 released this 19 Jul 01:49
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

Choose a tag to compare

@antonv6 antonv6 released this 17 Jul 05:08
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

Choose a tag to compare

@antonv6 antonv6 released this 16 Jul 06:05
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

Choose a tag to compare

@antonv6 antonv6 released this 14 Jul 16:39
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

Choose a tag to compare

@antonv6 antonv6 released this 13 Jul 21:50
Immutable release. Only release title and notes can be modified.

Benchmark performance with pytest-benchmark.

0.2.2

Choose a tag to compare

@antonv6 antonv6 released this 13 Jul 03:58
Immutable release. Only release title and notes can be modified.

Measure test coverage using pytest-cov and coverage.

0.2.1

Choose a tag to compare

@antonv6 antonv6 released this 11 Jul 22:41
Immutable release. Only release title and notes can be modified.

Property-based testing using Hypothesis.

0.2.0

Choose a tag to compare

@antonv6 antonv6 released this 11 Jul 00:39
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

Choose a tag to compare

@antonv6 antonv6 released this 09 Jul 23:51
Immutable release. Only release title and notes can be modified.

Lint the code with bandit, flake8 with extra plugins and pylint.