Releases: mamba-org/resolvo
Releases · mamba-org/resolvo
resolvo-v0.8.5
Fixed
- issue where a union clause has no candidates (#93)
Other
- reintroduce binary encoding of forbid multiple clauses (#91)
- reduce watchmap memory size (#92)
- (ci) bump prefix-dev/rattler-build-action from 0.2.19 to 0.2.25 (#89)
- (ci) bump prefix-dev/rattler-build-action from 0.2.18 to 0.2.19 (#82)
resolvo-v0.8.4
Fixed
- constraint formatting (#80)
resolvo-v0.8.3
Fixed
- constraint at root can conflict (#79)
Other
- (ci) bump prefix-dev/rattler-build-action from 0.2.16 to 0.2.18 (#78)
- (ci) bump prefix-dev/rattler-build-action from 0.2.15 to 0.2.16 (#75)
resolvo-v0.8.2
Fixed
- add missing ord trait for NameId (#73)
Other
- (ci) bump prefix-dev/rattler-build-action from 0.2.14 to 0.2.15 (#71)
- prepare cpp v0.2.0 (#69)
resolvo_cpp-v0.2.0
Added
- More tracing (#55)
- (breaking) Version set unions as solvable requirements (#56)
- (breaking) Solve for optional solvables in addition to the root solvable (#54)
- (breaking) Add
Problem
struct (#62)
- (breaking) Decide on explicit requirements first (#61)
Fixed
- Display_merged_solvables to display merged solvables correctly (#48)
- Add a virtual destructor to
DependencyProvider
(#50)
- Fix off-by-one error in
Mapping::serialize
(#58)
Performance
- Visit less clauses during propagation (#66)
- Implement a form of VSIDS (#67)
resolvo-v0.8.1
Other
- implement a form of VSIDS (#67)
- (ci) bump prefix-dev/rattler-build-action from 0.2.13 to 0.2.14 (#65)
- visit fewer clauses during propagation (#66)
resolvo-v0.8.0
Added
- [breaking] decide on explicit requirements first (#61)
- add better timing notebook and measuring (#64)
- (solver) [breaking] Make
Problem
use builder pattern (#62)
resolvo_cpp-v0.1.0
chore: Release package resolvo_cpp version 0.1.0
resolvo-v0.6.2
Added
- release-plz resolvo_cpp
- add rattler-build recipe (#47)
- c++ bindings (#41)