This project follows semver 2.0.0 and the recommendations of keepachangelog.com.
- Drop support for EoL rubies, i.e. < 3.0. Ruby 2.7, specifically, reaches EoL on 2023-03-31.
- #10 -
WeightedBigraph#maximum_weighted_matching
hangs forever
- Drop support for ruby < 2.3
- Removed
GraphMatching::VERSION
, useGraphMatching.gem_version
instead
- #7 -
An edge can be any
Numeric
- Reduce size of gem from 9 MB to 32 kb by omitting unnecessary files
- Drop support for EOL rubies (< 2.2)
- Drop support for ruby 1.9.3.
None
None
Initial release. All four algorithms have been implemented, but the API is still in flux. Also, additional input validations will probably be added.