Skip to content

Releases: LIHPC-Computational-Geometry/metis-rs

metis 0.2.1 and metis-sys 0.3.1

10 Mar 16:14
3e8bae7
Compare
Choose a tag to compare

Version 0.2.1 (2024-03-10)

metis-sys-0.2.0...0.2.1

Added

  • force-optimize-vendor feature for metis-sys to force builtin metis to be compiled as optimized, even for debug or
    dev profiles #31

Fixed

  • move vendor library in metis-sys #29

metis-0.2.0

06 Mar 22:04
f9a1e1c
Compare
Choose a tag to compare

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

  • Better documentation from metis user guide #14
  • Improve examples to use ? instead of unwrap #9

Contributors

Thanks to all contributors to this release:

Complete changes: metis-sys-0.2.1...HEAD

metis-sys v0.2.1

24 Jul 07:50
Compare
Choose a tag to compare

Changes

  • Link to libclang at runtime (#7)
  • Update to bindgen 0.66 (#7)

metis-sys v0.2.0

24 Jul 07:45
Compare
Choose a tag to compare

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