Releases: not-a-feature/blosum
Releases · not-a-feature/blosum
v2.0.3
What's Changed
- Update readme by @not-a-feature in #17
- Update README.md by @not-a-feature in #18
- update python version by @not-a-feature in #19
Full Changelog: v2.0.2...v2.0.3
v2.0.2: fix remove duplicate key
What's Changed
- remove duplicate key. Fixes #14 by @not-a-feature in #16
Full Changelog: v2.0.1...v2.0.2
v2.0.1: two-key structure
What's Changed
- Update to v2.0.1: two-key structure by @not-a-feature in #13
This will:- update to new dict structure
- Instead of using a combined key (
matrix["AX"]
) two separate keys are used (matrix["A"]["X"]
).
- Instead of using a combined key (
- add macos to the tests
- update and improve tests
- update to the new two-key structure and add a test using a asymmetric matrix.
- update readme and dependencies page
- bump version to 2.0.1
- update to new dict structure
Full Changelog: v1.2.2...v2.0.1
v1.2.2 add py3.11 support
What's Changed
- Add doi badge by @not-a-feature in #10
- Add py.11 support and update gh actions by @not-a-feature in #11
- bumb version by @not-a-feature in #12
Full Changelog: v1.2.0...v1.2.2
DOI release v1.2.1
Dummy release, identical to v.1.2.0
v1.2.0
What's Changed
- Update README.md by @not-a-feature in #7
- make BLOSUM inherit from defaultdict by @not-a-feature in #8
- bump version by @not-a-feature in #9
Full Changelog: v.1.1.3...v1.2.0
v.1.1.3
Auto deploy to pypi
What's Changed
- improve handling of comments in blosum file by @not-a-feature in #1
- Bump supported python version to 3.10 by @not-a-feature in #2
- Create python-publish.yml by @not-a-feature in #3
- Add auto publish by @not-a-feature in #4
- Move file by @not-a-feature in #5
New Contributors
- @not-a-feature made their first contribution in #1
Full Changelog: https://github.com/not-a-feature/blosum/commits/v.1.1.2