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