mikera / core.matrix

core.matrix : Multi-dimensional array programming API for Clojure
Other
701 stars 113 forks source link

Fix #270 - Remove mul and mul! #271

Closed avgerin0s closed 8 years ago

avgerin0s commented 8 years ago

Fixes #270

mikera commented 8 years ago

Hmmm looks good but can you leave the emul and emul! functions in place but with :deprecated metadata and comments for the moment?

Want to be able to give people time to transition before we delete these entirely, as it will break existing code....

avgerin0s commented 8 years ago

@mikera I see, thanks, I'll update the PR asap :)

avgerin0s commented 8 years ago

Replaced removal with deprecation

mikera commented 8 years ago

Looks good, thanks!