There was a subtle bug on ByIndices in which selection on the innermost dimension of a vector (i.e. dimension 0), would panic. This has now been fixed
This release introduces A new feature: IndexSelect Semantics clarification of shape
Thanks to the new checkptr feature in go tip, a bunch of pointer arithmetics issues were found and f...
Fix outer value lookup with vector data (Issue #19) Fix compatibility with groupby from pandas 2.
@bdleitner fixed a bug where axes in the along array were only ever decremented by 1 to account for ...
In this release an optimization was made so that safe calls to operations do not have to call the e...
The previously tagged version was bad, which caused Gorgonia to fail tests. This version is the corr...
Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing ...
There was a bug in the previous version where XXXScalar() functions would still work if the scalar p...
Thanks to @cpllbstr a subtle bug with stepping while slicing had been found and fixed
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
v0.9.6 saw some updates to the Repeat operation. This release fixes some performance hits that the R...
What's Changed Softmax backwards by @dcu in https://github.com/gorgonia/tensor/pull/119 Implement t...
previous versions of At(...) and SetAt(...) failed when given a row vec. This was due to an older de...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
This release introduces A new feature: IndexSelect Semantics clarification of shape
Thanks to the new checkptr feature in go tip, a bunch of pointer arithmetics issues were found and f...
Fix outer value lookup with vector data (Issue #19) Fix compatibility with groupby from pandas 2.
@bdleitner fixed a bug where axes in the along array were only ever decremented by 1 to account for ...
In this release an optimization was made so that safe calls to operations do not have to call the e...
The previously tagged version was bad, which caused Gorgonia to fail tests. This version is the corr...
Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing ...
There was a bug in the previous version where XXXScalar() functions would still work if the scalar p...
Thanks to @cpllbstr a subtle bug with stepping while slicing had been found and fixed
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
v0.9.6 saw some updates to the Repeat operation. This release fixes some performance hits that the R...
What's Changed Softmax backwards by @dcu in https://github.com/gorgonia/tensor/pull/119 Implement t...
previous versions of At(...) and SetAt(...) failed when given a row vec. This was due to an older de...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
This release introduces A new feature: IndexSelect Semantics clarification of shape
Thanks to the new checkptr feature in go tip, a bunch of pointer arithmetics issues were found and f...
Fix outer value lookup with vector data (Issue #19) Fix compatibility with groupby from pandas 2.