swix v0.30 Release Notes

Release Date: 2015-09-21 // over 8 years ago
  • ๐Ÿš€ 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).