Skip to content

Releases: mamba-org/resolvo

resolvo-v0.8.2

04 Oct 09:58
863e4f3
Compare
Choose a tag to compare

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.1

01 Oct 13:07
e19cf81
Compare
Choose a tag to compare

What's Changed

  • fix: use GNUInstallDirs for installation locations by @baszalmstra in #72

Full Changelog: resolvo_cpp-v0.2.0...resolvo_cpp-v0.2.1

resolvo_cpp-v0.2.0

30 Sep 10:41
6c6ea0c
Compare
Choose a tag to compare

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

30 Sep 10:19
ee38359
Compare
Choose a tag to compare

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

09 Sep 15:05
e1d5665
Compare
Choose a tag to compare

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

11 Jun 12:14
Compare
Choose a tag to compare
chore: Release package resolvo_cpp version 0.1.0

resolvo-v0.6.2

11 Jun 12:30
Compare
Choose a tag to compare

Added

  • release-plz resolvo_cpp
  • add rattler-build recipe (#47)
  • c++ bindings (#41)

resolvo-v0.6.1

10 Jun 15:01
c41d0df
Compare
Choose a tag to compare

Added

  • add DependencySnapshot (#44)

Fixed

  • publish state of tool

v0.6.0

07 Jun 14:06
1777fd0
Compare
Choose a tag to compare

Other

  • remove Pool from API (#40)

v0.5.0

03 Jun 07:19
86b9295
Compare
Choose a tag to compare

Added

  • root constraints (#38)

Other

  • small memory performance optimizations (#35)