Luca Palmieri
Luca Palmieri
Added a bunch of tests to #9 and merged 🎉 It feels like ages since I started to work on it :sweat_smile: Your contribution was extremely helpful to get it...
Merged #12 and #13 - looking around it seems we can publish with `[patch.crates-io]` section in `Cargo.toml`, but I agree it is much nicer to point to `ndarray` 0.12.1 as...
💯 💯 I think it's safe to say it would have never got there without your help 😛 I'll drop a post on r/rust as well 👍
I have drafted a tentative roadmap with the features I'd like to add in the next release - please edit it with your comments and suggestions @jturner314
Somehow I didn't receive an email notification, but the invite was on my dashboard - accepted it! The main objective in that area is getting kurtosis and skewness, and given...
It's because we require the data type to be `MaybeNan`: it basically means that, apart from a subset of elements (e.g. `NaN` for floats), we are dealing with a data...
Exactly! @phungleson I'd suggest you to wait until #26 is merged before tackling this task, otherwise you are in for some nasty merge conflicts :stuck_out_tongue: I am almost there, I...
Yes @phungleson, it basically boils down to summing together the `weight` matrices (plus or minus checking that their dimension/bins are compatible, I haven't looked into it). If you want to...
I'd like to close existing work streams and cut a release - what does your bandwidth look like @jturner314 to review open PRs?
It seems I managed to publish `0.2.0` without making a mess :muscle: Thanks @jturner314 @phungleson and @munckymagik for all the work done on this release :heart: I'd say we have...