Skip to content

v2.0a4

Compare
Choose a tag to compare
@bpuchala bpuchala released this 12 Jul 12:28
· 14 commits to main since this release

[v2.0a4] - 2024-07-12

Added

  • Added cost methods to IsotropicAtomCost, SymmetryBreakingAtomCost, and WeightedTotalCost equivalent to the call operators to improve documentation.

Changed

  • Changed default atom_cost_f for libcasm.mapping.mapsearch.MappingSearch to IsotropicAtomCost.
  • Changed MappingSearch node insertion so that nodes are only added to the queue if the total cost is less than or equal to the current max_cost instead of always.
  • Wheels compiled with numpy>=2.0.0

Fixed

  • Documentation errors
  • Renamed QueueConstraints constructor parameter which was misnamed min_queue_size to the correct name max_queue_size
  • Fixed MappingSearch node insertion so that solutions are only added to the results if the total cost is less than or equal to the current max_cost even if the current number of results is less than k_best.