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

Refactor traits #3

Closed
boxtown opened this issue Jul 5, 2016 · 2 comments
Closed

Refactor traits #3

boxtown opened this issue Jul 5, 2016 · 2 comments
Assignees

Comments

@boxtown
Copy link
Collaborator

boxtown commented Jul 5, 2016

Refactor traits to be more specific e.g. (trait Mode and trait Median). Should probably done in the same step as this issue

@boxtown boxtown self-assigned this Jul 5, 2016
@boxtown
Copy link
Collaborator Author

boxtown commented Jul 5, 2016

may not necessarily need to do this given that we are moving towards assertions over returning Result for each function, making the unimplemented! macro a viable option. This allows us to adhere closer to the original Math.NET interface

@boxtown
Copy link
Collaborator Author

boxtown commented Jul 14, 2016

with the release of 1.10 and the stabilization of the panic module, we no longer require a trait refactor (for now)

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

No branches or pull requests

1 participant