Skip to content
Snippets Groups Projects
Commit 8cbac933 authored by Martin Larralde's avatar Martin Larralde
Browse files

Fix release links in `CHANGELOG.md` [ci skip]

parent 2022eddd
No related branches found
No related tags found
No related merge requests found
Pipeline #42997 skipped
...@@ -6,11 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -6,11 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.4.1...HEAD [Unreleased]: https://github.com/althonos/pyfastani/compare/v0.4.1...HEAD
## [v0.4.1] - 2022-08-20 ## [v0.4.1] - 2022-08-20
[v0.4.1]: https://github.com/althonos/pyrodigal/compare/v0.4.0...v0.4.1 [v0.4.1]: https://github.com/althonos/pyfastani/compare/v0.4.0...v0.4.1
### Changed ### Changed
- Use lists instead of arrays to store state of `Minimizers` when pickling. - Use lists instead of arrays to store state of `Minimizers` when pickling.
...@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.4.0] - 2022-08-04 ## [v0.4.0] - 2022-08-04
[v0.4.0]: https://github.com/althonos/pyrodigal/compare/v0.3.1...v0.4.0 [v0.4.0]: https://github.com/althonos/pyfastani/compare/v0.3.1...v0.4.0
### Added ### Added
- Multi-threaded computation of fragment mapping in `Mapper.query_draft` and `Mapper.query_genome`. - Multi-threaded computation of fragment mapping in `Mapper.query_draft` and `Mapper.query_genome`.
...@@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.3.1] - 2022-07-22 ## [v0.3.1] - 2022-07-22
[v0.3.1]: https://github.com/althonos/pyrodigal/compare/v0.3.0...v0.3.1 [v0.3.1]: https://github.com/althonos/pyfastani/compare/v0.3.0...v0.3.1
### Added ### Added
- Slightly improve documentation in some classes. - Slightly improve documentation in some classes.
...@@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.3.0] - 2022-07-17 ## [v0.3.0] - 2022-07-17
[v0.3.0]: https://github.com/althonos/pyrodigal/compare/v0.2.1...v0.3.0 [v0.3.0]: https://github.com/althonos/pyfastani/compare/v0.2.1...v0.3.0
### Added ### Added
- `pickle` protocol implementation to `Mapper` and `Sketch` via `__getstate__` and `__setstate__`. - `pickle` protocol implementation to `Mapper` and `Sketch` via `__getstate__` and `__setstate__`.
...@@ -56,14 +56,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -56,14 +56,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.2.1] - 2021-06-20 ## [v0.2.1] - 2021-06-20
[v0.2.1]: https://github.com/althonos/pyrodigal/compare/v0.2.0...v0.2.1 [v0.2.1]: https://github.com/althonos/pyfastani/compare/v0.2.0...v0.2.1
### Fixed ### Fixed
- Missing header files in the `tar.gz` distribution, preventing compilation of the wheel from source. - Missing header files in the `tar.gz` distribution, preventing compilation of the wheel from source.
## [v0.2.0] - 2021-06-20 ## [v0.2.0] - 2021-06-20
[v0.2.0]: https://github.com/althonos/pyrodigal/compare/v0.1.2...v0.2.0 [v0.2.0]: https://github.com/althonos/pyfastani/compare/v0.1.2...v0.2.0
### Added ### Added
- `Sketch.clear` method to remove all sequences currently in a `Sketch` and reset the list of minimizers. - `Sketch.clear` method to remove all sequences currently in a `Sketch` and reset the list of minimizers.
...@@ -76,20 +76,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -76,20 +76,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.1.2] - 2021-06-15 ## [v0.1.2] - 2021-06-15
[v0.1.2]: https://github.com/althonos/pyrodigal/compare/v0.1.1...v0.1.2 [v0.1.2]: https://github.com/althonos/pyfastani/compare/v0.1.1...v0.1.2
### Changed ### Changed
- Querying functions now release GIL to allow efficient parallel querying. - Querying functions now release GIL to allow efficient parallel querying.
## [v0.1.1] - 2021-06-13 ## [v0.1.1] - 2021-06-13
[v0.1.1]: https://github.com/althonos/pyrodigal/compare/v0.1.0...v0.1.1 [v0.1.1]: https://github.com/althonos/pyfastani/compare/v0.1.0...v0.1.1
### Fixed ### Fixed
- Source distribution missing Cython and C++ sources, thus preventing compilation. - Source distribution missing Cython and C++ sources, thus preventing compilation.
## [v0.1.0] - 2021-06-13 ## [v0.1.0] - 2021-06-13
[v0.1.0]: https://github.com/althonos/pyrodigal/compare/4bd3017...v0.1.0 [v0.1.0]: https://github.com/althonos/pyfastani/compare/4bd3017...v0.1.0
Initial release. Initial release.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment