Releases: loiccoyle/phomo-rs
Releases · loiccoyle/phomo-rs
phomo: v0.7.0
phomo-cli: v0.6.1
Dependencies
- The following workspace dependencies were updated
- dependencies
- phomo bumped from 0.7.0 to 0.7.1
- dependencies
phomo-cli: v0.6.0
phomo-wasm: v0.8.1
phomo-wasm: v0.8.0
phomo-wasm: v0.7.0
0.7.0 (2025-01-25)
⚠ BREAKING CHANGES
- unify errors with
PhomoError
and modular solvers
Features
- add
build_auction
to use the Auction based solver (0a956b7)
Code Refactoring
- unify errors with
PhomoError
and modular solvers (40686a9)
Dependencies
- The following workspace dependencies were updated
- dependencies
- phomo bumped from 0.5.0 to 0.6.0
- dependencies
phomo: v0.6.0
0.6.0 (2025-01-25)
⚠ BREAKING CHANGES
- unify errors with
PhomoError
and modular solvers
Features
- add an Auction algorithm based solver (e572a6c)
Bug Fixes
- add logging when building blueprints (c3a2132)
- better lsap error handling (9e00007)
- cleaner feature import handling (0bc8df2)
- consistent solver init (c80dd27)
- redo error handling with proper Error types (5e7a1f6)
Performance Improvements
- improve the Greedy solver performance (53f1b73)
Code Refactoring
- unify errors with
PhomoError
and modular solvers (40686a9)
phomo-cli: v0.5.0
0.5.0 (2025-01-25)
⚠ BREAKING CHANGES
- rm
--greedy
, use--solver
with an enum to select assignment solver - unify errors with
PhomoError
and modular solvers
Features
- rm
--greedy
, use--solver
with an enum to select assignment solver (9a6547b)
Bug Fixes
Code Refactoring
- unify errors with
PhomoError
and modular solvers (40686a9)
Dependencies
- The following workspace dependencies were updated
- dependencies
- phomo bumped from 0.5.0 to 0.6.0
- dependencies
phomo-wasm: v0.6.0
0.6.0 (2025-01-21)
⚠ BREAKING CHANGES
- add
max_tile_occurrrences
as a field of theMosaic
struct
Features
- phomo-wasm: add greedy bindings (5b7c114)
Code Refactoring
- add
max_tile_occurrrences
as a field of theMosaic
struct (1894b10)
Dependencies
- The following workspace dependencies were updated
- dependencies
- phomo bumped from 0.4.0 to 0.5.0
- dependencies
phomo: v0.5.0
0.5.0 (2025-01-21)
⚠ BREAKING CHANGES
- add
max_tile_occurrrences
as a field of theMosaic
struct
Features
Bug Fixes
- rm unused function (cbfecdb)
Performance Improvements
- phomo: initialize data structures with appropriate capacity (735581d)
Code Refactoring
- add
max_tile_occurrrences
as a field of theMosaic
struct (1894b10)