File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33What broke, what got fixed, and what's new.
44
5+ ## [ 0.6.1] - 2026-02-01
6+
7+ ### Fixed
8+
9+ - ** Build:** Fixed LICENSE file not included in source distribution.
10+ - ** CI:** Updated macOS runner from deprecated macos-13 to macos-14.
11+ - ** PyPI:** Normalized package name to lowercase ` solvor ` for wheel compatibility.
12+
513## [ 0.6.0] - 2026-02-01
614
715** Rust acceleration!** Optional Rust backend for graph algorithms with 3-60x speedup, ported from [ Grafeo] ( https://github.com/GrafeoDB/grafeo ) .
Original file line number Diff line number Diff line change 11[project ]
22name = " solvor"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44description = " Solvor all your optimization needs."
55readme = " README.md"
66requires-python = " >=3.12"
Original file line number Diff line number Diff line change 11"""Solvor - Pure Python Optimization Solvers."""
22
3- __version__ = "0.6.0 "
3+ __version__ = "0.6.1 "
44
55# Register Rust adapters (must be after algorithm imports)
66import solvor .rust .adapters # noqa: F401, E402
You can’t perform that action at this time.
0 commit comments