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

Deprecate free-functions that are also available as methods. #371

Open
sebcrozet opened this issue Aug 24, 2018 · 0 comments
Open

Deprecate free-functions that are also available as methods. #371

sebcrozet opened this issue Aug 24, 2018 · 0 comments
Labels
Milestone

Comments

@sebcrozet
Copy link
Member

Currently, several functions are defined at the crate root. Those functions exist from the time where nalgebra used generics extensively, requiring the user to import lots of traits to use a given method.

Now that those functions are available as methods without needing any trait import, they should be deprecated. Those deprecation will prevent the user being confused by the fact there exist several ways of doing a single thing.

@sebcrozet sebcrozet added enhancement P-medium Medium priority labels Sep 13, 2018
@sebcrozet sebcrozet added this to the v0.17 milestone Dec 9, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 10, 2018
jswrenn added a commit to jswrenn/nalgebra that referenced this issue Dec 12, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
sebcrozet pushed a commit that referenced this issue Dec 16, 2018
@sebcrozet sebcrozet modified the milestones: v0.17, v0.18 Feb 3, 2019
@sebcrozet sebcrozet modified the milestones: v0.18, v0.19 Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant