Skip to content

Releases: gorgonia/tensor

Go 1.8 supported

24 Jul 23:44
87b8a9a
Compare
Choose a tag to compare

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

Major bugfix on reuse tensors

04 Apr 04:47
9a56298
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot in #125
  • Fixed a major bug when reusing an operand by @chewxy in #126

New Contributors

Full Changelog: v0.9.22...v0.9.23

Additional Optimizations

28 Mar 03:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.21...v0.9.22

API Addition: MinBetween and MaxBetween

16 Sep 02:47
1d38d85
Compare
Choose a tag to compare

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

Optimizations and Bugfixes

29 Mar 00:02
dd4ab8f
Compare
Choose a tag to compare

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.

Bugfix for ByIndices

14 Jan 19:33
d5ff158
Compare
Choose a tag to compare

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.

minor bugfix

14 Jan 04:31
4ce03d1
Compare
Choose a tag to compare
  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

minor bugfix

04 Jan 02:28
e5a5513
Compare
Choose a tag to compare

THIS IS A BAD RELEASE. DO NOT USE

Merged some miscelleneous semantics clarification

30 Dec 19:35
e5a5513
Compare
Choose a tag to compare

THIS IS A BAD RELEASE. DO NOT USE.

Semantics Clarification; IndexSelect

28 Dec 11:41
c253d85
Compare
Choose a tag to compare

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