-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
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,89 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.0.2] - 2024-05-22 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fixed computation of distance between curves | ||
- Added missing sign | ||
|
||
### 📚 Documentation | ||
|
||
- Added some more shields to the readme | ||
|
||
### 🧪 Testing | ||
|
||
- Added test with threefold with larger h11 | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Format code | ||
- Clippy fixes | ||
- Added repo url to toml files | ||
- Added cliff.toml | ||
|
||
## [0.0.1] - 2024-05-19 | ||
|
||
### 🚀 Features | ||
|
||
- Initial commit | ||
- Added factorials module | ||
- Added semigroup module | ||
- Added cache module | ||
- Added polynomial module | ||
- Added more constructors for semigroups | ||
- Added pretty print polynomials | ||
- Re-export main structs at the root | ||
- Added misc module | ||
- Added fundamental_period module | ||
- Added instanton module | ||
- Added clear function to polynomials | ||
- Added series_inversion module | ||
- Added hkty module | ||
- Added python wrapper | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fixed cloning, power, and reciprocal functions of polynomials | ||
- Fixed some polynomial functions and added more tests | ||
- Made FundamentalPeriod fields public | ||
- Fixed small issues | ||
- Fixed wrong values for the number of indices of instanton corrections | ||
- Fixed typo in trait implementation | ||
- Fixed a couple of things not being computed properly | ||
|
||
### 🚜 Refactor | ||
|
||
- Renamed cache to pool | ||
- Cleaned up trait requirements by using a supertrait | ||
|
||
### 📚 Documentation | ||
|
||
- Small readme fixes | ||
- Updated warning message | ||
- Small documentation improvements | ||
|
||
### 🧪 Testing | ||
|
||
- Added integration tests | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Renamed factorial module for consistency | ||
- Added CI | ||
- Added dependabot | ||
- Renamed project | ||
- Switch to dual license | ||
- Apply clippy suggestions | ||
- Renamed pool test for consistency | ||
- Minor cleanup | ||
- Apply clippy suggestions | ||
- Removed binaries for now | ||
- Updated .gitignore | ||
- Build and test crate on multiple OSs | ||
- Test Python package | ||
- Added deploy workflow | ||
|
||
<!-- generated by git-cliff --> |
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