Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.18 release #292

Open
FreezyLemon opened this issue Sep 15, 2024 · 4 comments
Open

0.18 release #292

FreezyLemon opened this issue Sep 15, 2024 · 4 comments

Comments

@FreezyLemon
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

The few things that may not break much code

  • error handling from fallible construction of distributions and special function evaluations
    • expecting most usage is robust against this because unwrap was likely with how general the error type previously was.
  • some generics with traits will be overridden to associated types
    • most Rust programmers rely on type inference,

to increasing likelihood of breaking code with changes

@FreezyLemon
Copy link
Contributor Author

FreezyLemon commented Nov 24, 2024

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

@YeungOnion
Copy link
Contributor

Thanks for pinging, I think we can do that. I've definitely stalled while implementing changing the statistics traits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants