rust-ndarray / ndarray-stats

Statistical routines for ndarray
https://docs.rs/ndarray-stats
Apache License 2.0
201 stars 25 forks source link

Update changelog and version for release #77

Closed xd009642 closed 3 years ago

xd009642 commented 3 years ago

New ndarray version, new release! Only dependencies have changed for this one but it does add breaking changes due to new ndarray and minimum supported rust version moving up to match ndarray 0.15.

xd009642 commented 3 years ago

@jturner314 @bluss @LukeMathWalker if any of you want to give this a quick +1 I can sort out publishing to crates.io afterwards :smile:

jturner314 commented 3 years ago

@xd009642 This looks good to me. Thanks for managing the releases for this crate. I haven't had much time to work on it myself, so I really appreciate you taking care of it.

xd009642 commented 3 years ago

No worries just happy to keep the releases consistent even if they're only small :grin:. I wasn't able to push a tag to the repo so someone else will have to tag the commit on master with 0.5.0 unless there's another way to tag commits

jturner314 commented 3 years ago

Okay, thanks for the heads up. I created and pushed a 0.5.0 tag. Edit: I also created a 0.3.0 tag, because it was bothering me that the tag for that release was named v0.3.0. :)