The previously tagged version was bad, which caused Gorgonia to fail tests. This version is the correct one which contains all the bug fixes in v0.9.17 and v0.9.1
v0.9.6 saw some updates to the Repeat operation. This release fixes some performance hits that the R...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
In this release an optimization was made so that safe calls to operations do not have to call the e...
What's Changed Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot in https://github.c...
Thanks to @cpllbstr a subtle bug with stepping while slicing had been found and fixed
@bdleitner fixed a bug where axes in the along array were only ever decremented by 1 to account for ...
Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing ...
v0.9.0-beta has been running for over a year and we haven't actually taken it out of beta. Go mod do...
There was a subtle bug on ByIndices in which selection on the innermost dimension of a vector (i.e. ...
There were a few issues with the Assume_No_Moving_GC things with Go 1.18. This has been fixed
Thanks to the new checkptr feature in go tip, a bunch of pointer arithmetics issues were found and f...
There was a bug in the previous version where XXXScalar() functions would still work if the scalar p...
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine...
What's Changed Softmax backwards by @dcu in https://github.com/gorgonia/tensor/pull/119 Implement t...
v0.9.6 saw some updates to the Repeat operation. This release fixes some performance hits that the R...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
In this release an optimization was made so that safe calls to operations do not have to call the e...
What's Changed Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot in https://github.c...
Thanks to @cpllbstr a subtle bug with stepping while slicing had been found and fixed
@bdleitner fixed a bug where axes in the along array were only ever decremented by 1 to account for ...
Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing ...
v0.9.0-beta has been running for over a year and we haven't actually taken it out of beta. Go mod do...
There was a subtle bug on ByIndices in which selection on the innermost dimension of a vector (i.e. ...
There were a few issues with the Assume_No_Moving_GC things with Go 1.18. This has been fixed
Thanks to the new checkptr feature in go tip, a bunch of pointer arithmetics issues were found and f...
There was a bug in the previous version where XXXScalar() functions would still work if the scalar p...
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine...
What's Changed Softmax backwards by @dcu in https://github.com/gorgonia/tensor/pull/119 Implement t...
v0.9.6 saw some updates to the Repeat operation. This release fixes some performance hits that the R...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...