previous versions of At(...) and SetAt(...) failed when given a row vec. This was due to an older definition of vectors. That definition had been replaced with more semantically valid types (i.e. row vec and colvec), and so the Ltoi() function which powers that also needs to change
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
Thanks to the new checkptr feature in go tip, a bunch of pointer arithmetics issues were found and f...
Updates Bug Fixes Total Flux Function: Unnecessary lines in the mtu.calc_u_tot_flux() function whic...
There was a subtle bug on ByIndices in which selection on the innermost dimension of a vector (i.e. ...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
@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...
Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing ...
The previously tagged version was bad, which caused Gorgonia to fail tests. This version is the corr...
This is the third release of LTNtorch. This version simply solves issues related to the introduction...
In this release an optimization was made so that safe calls to operations do not have to call the e...
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...
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...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
Thanks to the new checkptr feature in go tip, a bunch of pointer arithmetics issues were found and f...
Updates Bug Fixes Total Flux Function: Unnecessary lines in the mtu.calc_u_tot_flux() function whic...
There was a subtle bug on ByIndices in which selection on the innermost dimension of a vector (i.e. ...
In this release, a Vectorlike() method is added to Shape and AP which informs if a tensor is vector-...
@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...
Operations with scalars are now more deterministic. Thanks to @wzzhu and @bezineb5 for contributing ...
The previously tagged version was bad, which caused Gorgonia to fail tests. This version is the corr...
This is the third release of LTNtorch. This version simply solves issues related to the introduction...
In this release an optimization was made so that safe calls to operations do not have to call the e...
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...
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...
There were some miscelleneous semantics clarification that didn't get merged into the previous relea...
Thanks to the new checkptr feature in go tip, a bunch of pointer arithmetics issues were found and f...
Updates Bug Fixes Total Flux Function: Unnecessary lines in the mtu.calc_u_tot_flux() function whic...