statrs-dev / statrs

Statistical computation library for Rust
https://docs.rs/statrs/latest/statrs/
MIT License
599 stars 84 forks source link

0.18 release #292

Open FreezyLemon opened 2 months ago

FreezyLemon commented 2 months ago

Is there a roadmap on what's planned to be included in the next release? I see the 0.17 milestone still exists but nothing similar for 0.18.

YeungOnion commented 2 months ago

Was just thinking about adding that milestone, figure we've got a decent batch of breaking changes, so it would be nice to have this much break over just one release instead of over 0.18 and 0.19 - no guarantees for 0.19, but it would be nice.

YeungOnion commented 2 months ago

The few things that may not break much code

to increasing likelihood of breaking code with changes

FreezyLemon commented 3 hours ago

It would be nice to have the new feature flags in a release. Especially disabling the nalgebra feature can be very useful to reduce compile times. It looks like some of the things in the 0.18 milestone have not moved in a while. Could we get a 0.18 release so we can take advantage of some of the changes?

EDIT: Including the nalgebra update #249 is probably a good idea