v0.9.6 saw some updates to the Repeat operation. This release fixes some performance hits that the Repeat operation had, by adding fast path updates to special, common cases. Furthermore some bugs were fixed iterator use check- where a check used to be made to see if there both a and b have the same data order (i.e. C-ordered tensors can interact nicely with other C-ordered tensors without needing iterators, but if it interacts with a Fortran-ordered tensor, then an iterator is required). This check was wrong, and has been fixed. a potential unsafe slice casting was also fixed by @jlauinger . Previously if a GC run is called in the middle of a AsByteSlices(), then the allocated []byte would have been collected before it returned. This has ...
There were a few issues with the Assume_No_Moving_GC things with Go 1.18. This has been fixed
All results of finished domains can be retrieved while other domains are still in computation of pen...
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...
Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing ...
The Repeater interface has changed. Repeat and RepeatReuse are better performing now. Internally the...
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 ...
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...
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...
What's Changed Softmax backwards by @dcu in https://github.com/gorgonia/tensor/pull/119 Implement t...
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
All results of finished domains can be retrieved while other domains are still in computation of pen...
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...
Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing ...
The Repeater interface has changed. Repeat and RepeatReuse are better performing now. Internally the...
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 ...
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...
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...
What's Changed Softmax backwards by @dcu in https://github.com/gorgonia/tensor/pull/119 Implement t...
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
All results of finished domains can be retrieved while other domains are still in computation of pen...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...