Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing the phenomenal patch. Also thanks to @jlauinger for fixing potentially incorrect construction of the internal data types
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
The Repeater interface has changed. Repeat and RepeatReuse are better performing now. Internally the...
There were a few issues with the Assume_No_Moving_GC things with Go 1.18. This has been fixed
There was a bug in the previous version where XXXScalar() functions would still work if the scalar p...
In this release an optimization was made so that safe calls to operations do not have to call the e...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
The previously tagged version was bad, which caused Gorgonia to fail tests. This version is the corr...
What's Changed Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot in https://github.c...
v0.9.6 saw some updates to the Repeat operation. This release fixes some performance hits that the R...
@bdleitner fixed a bug where axes in the along array were only ever decremented by 1 to account for ...
There was a subtle bug on ByIndices in which selection on the innermost dimension of a vector (i.e. ...
What's Changed Softmax backwards by @dcu in https://github.com/gorgonia/tensor/pull/119 Implement t...
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine...
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...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
The Repeater interface has changed. Repeat and RepeatReuse are better performing now. Internally the...
There were a few issues with the Assume_No_Moving_GC things with Go 1.18. This has been fixed
There was a bug in the previous version where XXXScalar() functions would still work if the scalar p...
In this release an optimization was made so that safe calls to operations do not have to call the e...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
The previously tagged version was bad, which caused Gorgonia to fail tests. This version is the corr...
What's Changed Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot in https://github.c...
v0.9.6 saw some updates to the Repeat operation. This release fixes some performance hits that the R...
@bdleitner fixed a bug where axes in the along array were only ever decremented by 1 to account for ...
There was a subtle bug on ByIndices in which selection on the innermost dimension of a vector (i.e. ...
What's Changed Softmax backwards by @dcu in https://github.com/gorgonia/tensor/pull/119 Implement t...
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine...
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...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
The Repeater interface has changed. Repeat and RepeatReuse are better performing now. Internally the...
There were a few issues with the Assume_No_Moving_GC things with Go 1.18. This has been fixed