You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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