Skip to content

Releases: discopy/discopy

1.2.2

19 Dec 08:54
c456c37

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

22 Oct 08:45
467c8c4

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

v1.2.0

13 Jan 10:05
edb7125

Choose a tag to compare

What's Changed

Full Changelog: 1.1.7...1.2.0

v1.1.7

20 Mar 09:25
7b0f777

Choose a tag to compare

What's Changed

Full Changelog: 1.1.6...1.1.7

v1.1.6

21 Dec 11:33
e1a90c7

Choose a tag to compare

Bug fixes:

  • Fix caching mechanism of NamedGeneric
  • Fix pickling of parametrised classes

v1.1.5

20 Nov 11:12
9fb2cc8

Choose a tag to compare

New features:

  • Unpickling is now backward compatible: pickled diagrams from DisCoPy v0.6 can be unpickled into the current version.
  • Tensor is now parametrised by the dtype.
  • A hypergraph equality context manager has been.
  • Discard has been defined on Markov categories
  • Tensor.copy has been added
  • The term "polygynous" has been changed to "left monogamous"

Bug fixes:

  • Missing qiskit-aer import has been added
  • Missing Sum classes has been added to markov
  • Broken links in QNLP tutorial has been fixed
  • Ribbon rotation has been fixed
  • Matrix.swap has been fixed

Notable updates in the documentation:

  • Examples from arXiv:2205.05190 has been added into docs/notebooks/examples.ipynb

v1.1.4

22 Jun 11:19
c708018

Choose a tag to compare

Fix PennyLane Sympy substitution

v0.6.0

16 Jun 08:33
f804929

Choose a tag to compare

  • Now the convention of the density matrix is the same as DisCoPy 1: U @ U*
  • The documentation has been fixed.
  • Serialisation has been fixed. The new recommendation is to just pickle.dump circuits, and soon, we'll implement their loading into DisCoPy 1

v1.1.3

02 Jun 09:01
e0cbf81

Choose a tag to compare

  • Revert symmetric diagram hashing and equality back to old behaviour, see PR #179
  • Fix flake8 coding style #178

v0.5.1.2

01 Jun 11:20

Choose a tag to compare

Fixes:

  • Fix jax support for traced objects (see #177)