Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@duncaneddy duncaneddy released this 20 Dec 16:16
· 1 commit to main since this release

[0.5.0] - 2023-12-20

Changed

  • Updated to SOFA release 2023-10-11 (PR 3, Credit: @strizel)
  • Updated build.rs to use glob to grab all c-files to remove need to manually add files to bindings if more SOFA routines are added in the future
  • Remove hard-coded unit tests from lib.rs for specific routines. Coverage should be automated and complete, or not present to highlight testing gap.