Skip to content

Releases: gorgonia/tensor

Go 1.8 supported

Choose a tag to compare

@chewxy chewxy released this 24 Jul 23:44
87b8a9a

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

Choose a tag to compare

@chewxy chewxy released this 04 Apr 04:47
9a56298

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

Choose a tag to compare

@chewxy chewxy released this 28 Mar 03:54

What's Changed

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

API Addition: MinBetween and MaxBetween

Choose a tag to compare

@chewxy chewxy released this 16 Sep 02:47
1d38d85

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

Optimizations and Bugfixes

Choose a tag to compare

@chewxy chewxy released this 29 Mar 00:02
dd4ab8f

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

Choose a tag to compare

@chewxy chewxy released this 14 Jan 19:33
d5ff158

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

Choose a tag to compare

@chewxy chewxy released this 14 Jan 04:31
4ce03d1
  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

Choose a tag to compare

@chewxy chewxy released this 04 Jan 02:28
e5a5513

THIS IS A BAD RELEASE. DO NOT USE

Merged some miscelleneous semantics clarification

Choose a tag to compare

@chewxy chewxy released this 30 Dec 19:35
e5a5513

THIS IS A BAD RELEASE. DO NOT USE.

Semantics Clarification; IndexSelect

Choose a tag to compare

@chewxy chewxy released this 28 Dec 11:41
c253d85

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