Skip to content

Releases: ariostas/cygv

v0.1.1

21 Jul 14:24
da84908
Compare
Choose a tag to compare

This release doesn't introduce any new features or fix any bugs. It was only needed because the previous release failed to be deployed due to changes on some dependencies. As a result, Python 3.8 and x86 (32-bit) support needed to be dropped.

[0.1.1] - 2024-07-21

⚙️ Miscellaneous Tasks

  • Drop support for python 3.8 and x86 (32-bit) (#24)

v0.1.0

20 Jul 14:31
3009af3
Compare
Choose a tag to compare

This release contains a couple of important bug fixes, as well as a breaking change. The fixes prevent an incorrect construction of the semigroup and significantly improve speed. The breaking changes is that intersection numbers are now inputted as a dictionary instead of as an array.

[0.1.0] - 2024-07-20

🐛 Bug Fixes

  • Fix bugs in semigroup constructors (#11)
  • Allow interrupting computation from Python with ctrl+c (#9)

⚙️ Miscellaneous Tasks

  • Added cliff.toml
  • Repo-review fixes (#6)
  • Build and test on Windows (#7)
  • Update pre-commit hooks (#10)
  • Update pre-commit hooks (#13)
  • Update pre-commit hooks (#15)
  • Update pre-commit hooks (#19)
  • Update pre-commit hooks (#20)
  • [breaking] Miscellaneous cleanup (#16)
  • Fixed failing tests due to rug bug (#22)

v0.0.2

22 May 23:37
Compare
Choose a tag to compare

This release contains a couple of important bug fixes. One of them was causing a very significant slowdown in the computation, and the other one was producing wrong results due to a missing sign.

[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

v0.0.1

19 May 22:27
Compare
Choose a tag to compare

The very first release! Things seem to be working fine, but there are still many things that need to be fixed or improved. More documentation will be added in future releases.

[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