Tensor Versions Save

package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes

v0.9.24

1 year ago

There were a few issues with the Assume_No_Moving_GC things with Go 1.18. This has been fixed. Thanks to @wipsel

v0.9.23

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gorgonia/tensor/compare/v0.9.22...v0.9.23

v0.9.22

2 years ago

What's Changed

Full Changelog: https://github.com/gorgonia/tensor/compare/v0.9.21...v0.9.22

v0.9.21

2 years ago

Added MinBetween and MaxBetween functions to compare values of data types that are orderable

v0.9.20

3 years ago

In this release

  • an optimization was made so that safe calls to operations do not have to call the expensive BorrowInts. This was entirely due to the heroic efforts of @khezen.
  • A bug was fixed for cases where reduction operations (sum/min/max/etc) returned the wrong results for sliced tensors/views.

v0.9.19

3 years ago

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.

v0.9.18

3 years ago
  1. Some miscelleneous semantics clarification that didn't get merged into the previous release.
  2. formatting of *Dense that are scalar-equivalent has been tidied up.
  3. When clarifying semantics of shapes, one test got missed - slicing vectors of shape 1. This was reported and fixed by @dcu

The previously tagged version was bad, which caused Gorgonia to fail tests. This version is the correct one which contains all the bug fixes in v0.9.17 and v0.9.16

v0.9.17

3 years ago

THIS IS A BAD RELEASE. DO NOT USE

v0.9.16

3 years ago

THIS IS A BAD RELEASE. DO NOT USE.

v0.9.15

3 years ago

This release introduces

  • A new feature: IndexSelect
  • Semantics clarification of shapes and data. All the unsafe pointer things has been removed. The underlying structure of array has changed. This is one step in the process to v0.10.0