Skip to content

v0.12.0

Compare
Choose a tag to compare
@Enet4 Enet4 released this 15 Jan 10:31

Changes

  • Public dependency updates. #77 @nilgoyette
    • ndarray to 0.14
    • nalgebra to 0.24
  • Test dependency update: approx to 0.4

New

  • Getting data elements or converting to ndarrays no longer requires so many {number}: AsPrimitive<T> trait bounds, making integration with generics nicer. #78
  • ndarray_volumes is now a default Cargo feature. For the previous behavior, simply disable default cargo features. #79

Fix

  • Improved documentation and updated readme file. #80

Chores

  • Revamped CI: Using GitHub Actions for most jobs, reduced the number of jobs in Travis CI. #81 #82