Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 2.17 KB

Changelog

Version 0.2.2 (2024-10-28)

metis-sys-0.2.1...0.2.2

Fixed

  • Do not override compiler flags when force-optimize-vendor #33

Documentation

  • Fix links in the README.md #34

Contributors

Thanks to all contributors to this release:

  • @cedricchevalier19
  • @Firestar9
  • @imrn99
  • @JMS55

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

Version 0.2.0 (2024-03-06)

metis-sys-0.1.2...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

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

Contributors

Thanks to all contributors to this release:

  • @cedricchevalier19
  • @gfaster
  • @hhirtz
  • @oisyn