Gorgonia v0.9.5 Release Notes

Release Date: 2019-12-08 // over 4 years ago
  • ๐Ÿ‘ A number of new features were added, mainly to support golgi - gorgonia.org/golgi. Here is an incomplete enumeration:

    • KeepDims is introduced as a function to decorate another function
    • A bunch of BroadcastXXX operations were added (autogenerated)
    • Unconcat which is the opposite of Concat
    • ๐Ÿ‘ BatchedMatMul supports more than 3D tensors
    • ๐Ÿ‘ SoftMax supports multiple axes now
    • Monadish handling of *Nodes
    • Consistent axis operations thanks to @bdleitner
    • GAP operator