Skip to content

Releases: prefix-dev/resolvo

resolvo-v0.9.0

14 Apr 15:47
812ae57
Compare
Choose a tag to compare

Added

  • add type for HintDependenciesAvailable (#123)

Other

  • (ci) bump zgosalvez/github-actions-ensure-sha-pinned-actions (#119)
  • (ci) bump MarcoIeni/release-plz-action from 0.5.100 to 0.5.104 (#121)
  • (ci) bump prefix-dev/setup-pixi from 0.8.3 to 0.8.7 (#122)
  • pin follow up (#116)
  • pin github actions (#115)
  • (ci) bump prefix-dev/setup-pixi from 0.8.1 to 0.8.3 (#112)
  • Avoid panic in Itertools::format_with (#108)
  • make the versions printed in the merge solvables unique (#106)
  • (ci) bump prefix-dev/rattler-build-action from 0.2.25 to 0.2.26 (#100)
  • simplify watchmap traversal (#98)

resolvo-v0.8.6

08 Jan 13:48
67d8e3b
Compare
Choose a tag to compare

Other

  • update all dependencies (#96)

resolvo-v0.8.5

02 Jan 14:30
95321cc
Compare
Choose a tag to compare

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

05 Nov 14:12
6f17183
Compare
Choose a tag to compare

Fixed

  • constraint formatting (#80)

resolvo-v0.8.3

04 Nov 08:37
f7895f8
Compare
Choose a tag to compare

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

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)