Skip to content

Commit

Permalink
chore(release): bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed May 22, 2024
1 parent 3fed2ff commit 400e984
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 1 deletion.
89 changes: 89 additions & 0 deletions CHANGELOG.md
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 -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cygv"
version = "0.0.1"
version = "0.0.2"
description = "Compute GV and GW invariants of CY manifolds."
authors = ["Andres Rios Tascon"]
edition = "2021"
Expand Down

0 comments on commit 400e984

Please sign in to comment.