Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GDeLaurentis committed Feb 10, 2025
1 parent c224a1b commit 380261c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Fixed

### Deprecated


## [0.3.0] - 2025-02-10

### Added

- `Ideal.guess_indep_set` guesses an independent set by estimating the codimension of the ideal. The codimension is always estimated to be either the true value, or bigger. If a bigger codimension than the true one is estimated, the true (co)dimension of the ideal will be learnt in while generating the `point_on_variety`. Tries not to return obviously wrong guesses (all generators must have at least 1 dependent variable).

- `Ideal.dim_in_full_ring` attribute is used to keep track of the dimension while moving in and out of quotient rings.
Expand All @@ -26,6 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixing issue where missing Singular installation would prevent importing syngular.

### Deprecated


Expand Down Expand Up @@ -141,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Primality test, `Ideal.test_primality`.


[unreleased]: https://github.com/GDeLaurentis/syngular/compare/v0.2.5...HEAD
[unreleased]: https://github.com/GDeLaurentis/syngular/compare/v0.3.0...HEAD
[0.2.4]: https://github.com/GDeLaurentis/syngular/compare/v0.2.5...v0.3.0
[0.2.4]: https://github.com/GDeLaurentis/syngular/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/GDeLaurentis/syngular/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/GDeLaurentis/syngular/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.5'
__version__ = '0.3.0'

0 comments on commit 380261c

Please sign in to comment.