Skip to content

Conversation

@benkay86
Copy link
Contributor

The SVDDCInto trait should require self to be DataMut, but for the SVDDC trait we only need self to be Data since we do not own it.

@termoshtt termoshtt merged commit 57393b2 into rust-ndarray:master Aug 28, 2022
@termoshtt
Copy link
Member

Thanks!

This is a breaking change since public API changes. But most user code does not change because DataMut struct always implements Data.

@termoshtt termoshtt added the change Compatible change label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change Compatible change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants