Skip to content

Releases: ariostas/cygv

v0.2.2

21 Mar 21:18

Choose a tag to compare

This release fixes a bug where the interpreter would freeze if there was an error in the computation.

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Mar 03:25
dc55416

Choose a tag to compare

This release was necessary due to a change in mpmath that caused the GW computation in Python to break.

What's Changed

  • fix: use new api to setting precision for mpmath by @ariostas in #64
  • chore(deps): bump the actions group with 2 updates by @dependabot[bot] in #63
  • chore(deps): update pyo3 requirement from 0.27.1 to 0.28.2 by @dependabot[bot] in #62

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Feb 20:01

Choose a tag to compare

This release does not add significant changes. It is mainly to release updated wheels. Support for Python 3.9 was dropped. Also, the license of the code was changed to GPLv3.

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

18 Jul 02:14
6ad7012

Choose a tag to compare

This release does not add significant changes. It is mainly to release updated wheels.

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Jul 14:24
da84908

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

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

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

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