Releases: LIHPC-Computational-Geometry/metis-rs
Releases · LIHPC-Computational-Geometry/metis-rs
metis 0.2.2 and metis-sys 0.3.2
metis 0.2.1 and metis-sys 0.3.1
metis-0.2.0
Added
- Builtin metis with the new
vendored
feature, enabled by default #16 - Convert from sprs matrices #10
- Add unchecked constructors #13
Changed
- Remove mutability requirement on input from public facing API #18
- Remove numbering feature, now only Rust (or C) 0-based arrays are supported #13
Documentation
Contributors
Thanks to all contributors to this release:
Complete changes: metis-sys-0.2.1...HEAD
metis-sys v0.2.1
metis-sys v0.2.0
Breaking change
Only METIS-related functions are now exposed. For access to other functions, use the libc
crate. If a METIS function you were using has been mistakenly removed, please file a bug report. Thank you!
Other changes
- Update
bindgen
to v0.65 - Update to rust edition 2021