-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Loosen dependency * Move to new release scheme
- Loading branch information
Showing
5 changed files
with
556 additions
and
465 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Unreleased | ||
|
||
## [0.4.3] - 2023-03-27 | ||
|
||
### Fixed | ||
|
||
- Loosen python dependency restriction | ||
|
||
|
||
## [0.4.2] - 2022-11-09 | ||
|
||
### Fixed | ||
|
||
- Upgrade class-resolver dependency | ||
|
||
## [0.4.1] - 2022-10-12 | ||
|
||
### Fixed | ||
|
||
- Fix joblib vulnerability by raising minimum required version | ||
|
||
## [0.4.0] - 2022-06-01 | ||
|
||
### Added | ||
|
||
- Added Faiss to enable fast hubness-reduced nearest neighbor search on the gpu | ||
|
||
## [0.3.3] - 2022-02-08 | ||
|
||
### Fixed | ||
|
||
- Patch IPython vulnerability by setting it to >=7.31.1 | ||
|
||
## [0.3.2] - 2022-01-06 | ||
|
||
### Fixed | ||
|
||
- Fixed some version constraints of dependencies | ||
|
||
## [0.3.1] - 2021-11-23 | ||
|
||
### Fixed | ||
|
||
- Relaxed some version constraints of dependencies | ||
|
||
### Added | ||
|
||
- Enhanced documentation and some type hint problems | ||
|
||
|
||
## [0.3.0] - 2021-08-09 | ||
|
||
### Added | ||
|
||
- More possibilities to instantiate Kiez (thanks to @cthoyt ) | ||
- Single-source use simplified | ||
- Enhanced documentation | ||
|
||
## [0.2.2] - 2021-07-22 | ||
|
||
### Fixed | ||
|
||
- Fix minor error in README and licensing for PyPI | ||
|
||
## [0.2.1] - 2021-07-22 | ||
|
||
### Fixed | ||
|
||
- Fix problems with readthedocs | ||
|
||
[0.4.3]: https://github.com/dobraczka/kiez/releases/tag/0.4.3 | ||
[0.4.2]: https://github.com/dobraczka/kiez/releases/tag/0.4.2 | ||
[0.4.1]: https://github.com/dobraczka/kiez/releases/tag/0.4.1 | ||
[0.4.0]: https://github.com/dobraczka/kiez/releases/tag/0.4.0 | ||
[0.3.3]: https://github.com/dobraczka/kiez/releases/tag/0.3.3 | ||
[0.3.2]: https://github.com/dobraczka/kiez/releases/tag/0.3.2 | ||
[0.3.1]: https://github.com/dobraczka/kiez/releases/tag/0.3.1 | ||
[0.3.0]: https://github.com/dobraczka/kiez/releases/tag/0.3.0 | ||
[0.2.2]: https://github.com/dobraczka/kiez/releases/tag/0.2.2 | ||
[0.2.1]: https://github.com/dobraczka/kiez/releases/tag/0.2.1 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.