Skip to content

Releases: QuantumKitHub/TensorOperations.jl

v1.3.1

22 Oct 22:02
v1.3.1

Choose a tag to compare

v1.3.0

08 Oct 15:49
v1.3.0
be69b93

Choose a tag to compare

v1.3.0 (2019-10-08)

Diff since v1.2.0

Closed issues:

  • gpu support (#61)

Merged pull requests:

  • completely rewritten parser (#71) (Jutho)

v1.2.0

07 Aug 07:57
v1.2.0

Choose a tag to compare

  • switch to thread safe LRU cache for temporaries
  • use fixed size default for maximal memory of cache
  • refactor part of the index notation processing to make it easier to inspect and more robust and efficient for complicated tensor objects
  • introduce an overloadable memsize function to measure the size of the temporaries in the cache

v1.1.0

13 Jun 22:05
v1.1.0

Choose a tag to compare

  • Tensoropt support for large number of tensors, thanks @GiggleLiu
  • Switched to new registration system

v1.0.4

03 Mar 23:08

Choose a tag to compare

simplify deindexify

v1.0.3

01 Feb 08:10

Choose a tag to compare

Support for blocks inside @tensor, small changes in precompilation/compilation time ?

v1.0.2

16 Jan 15:01

Choose a tag to compare

improve support for 32-bit windows systems

v1.0.1

28 Dec 22:53

Choose a tag to compare

  • added some precompilation hints
  • improve support for non bitstype element type
  • more robust detection of whether a copied reshape is necessary

v1.0.0

15 Dec 01:38

Choose a tag to compare

Major overhaul with significant changes (but unchanged API):

  • More robust support for general strided arrays and custom element types
  • Package wide cache for storing temporaries and removing pressure from Julia's GC
  • Contracting with Diagonal objects
  • Expanded and improved documentation
  • Various fixes

v0.7.1

29 Sep 23:27

Choose a tag to compare

small bugfix when using ncon-style indexing