swix v0.31 Release Notes

Release Date: 2016-06-02 // almost 8 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 of A *! x, use A.dot(x).
    • โœ‚ removes function find. The argwhere function is more clear what find/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).