swix v0.31 Release Notes
Release Date: 2016-06-02 // almost 9 years ago-
โก๏ธ Renames "ndarray" to "vector". If you want to update to this version, renaming all "ndarray" instances to "vector" should work (and file an issue if it doesn't).
Previous changes from v0.30
-
๐ This release runs and compiles under the release version of Xcode 7, downloaded from the App Store.
๐ Further modifications were made after integrating swix into another project. This release cleans up the code and removes or adds certain functions/operators. Specifically, it
- gets rid of the
*!
operator for scoping issues. Instead ofA *! x
, useA.dot(x)
. - โ removes function
find
. Theargwhere
function is more clear whatfind
/argwhere
does. - ๐ allows changing the seed for
rand
, etc - removes swixUseCases and implements
swix_ios_app
- โก๏ธ updates image functions for Swift 2
- โ adds
matrix.dot(ndarray)
.
- gets rid of the