Releases: discopy/discopy
Releases · discopy/discopy
1.2.2
What's Changed
- fix: set output indices of quimb tn by @y-richie-y in #298
- Fix autoray dependency by pinning by @colltoaction in #303
- Fix generic type handling in assert_isinstance by @colltoaction in #302
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Fix Frobenius bubble by @toumix in #291
- Operadic composition (#292) by @colltoaction in #293
Full Changelog: 1.2.0...1.2.1
v1.2.0
What's Changed
- Fix Qiskit requirement by @toumix in #272
- Update CONTRIBUTING.md by @toumix in #271
- Fix pickles of quantum gates by @toumix in #273
- Feedback categories by @toumix in #232
- Monoidal streams by @toumix in #276
- Make bubble wires go straight by @toumix in #278
- Bubbles with multiple args by @toumix in #279
- Update python and sympy by @boldar99 in #285
- Support
quimbby @y-richie-y in #284 - Functorial drawing by @toumix in #280
- Fix broken image link by @toumix in #286
- Additive functions by @toumix in #287
- Update README.md by @toumix in #289
Full Changelog: 1.1.7...1.2.0
v1.1.7
What's Changed
- Add example to README.md by @toumix in #253
- Fix docs, remove architecture from readme by @toumix in #255
- Fix pregroup swap rotation by @toumix in #258
- Fix documentation, update its dependencies by @boldar99 in #260
- feat: Do not infer dtype when
dataisNoneintensor.Boxby @boldar99 in #261 - Update build.yml with versions 3.10 and 3.11 by @toumix in #262
- Fix CRz and CRx gate conversion by @y-richie-y in #263
- Fix scalar too by @y-richie-y in #264
- Fix CZ scalar too by @y-richie-y in #265
- TypeVar argument must be str by @toumix in #267
Full Changelog: 1.1.6...1.1.7
v1.1.6
v1.1.5
New features:
- Unpickling is now backward compatible: pickled diagrams from DisCoPy v0.6 can be unpickled into the current version.
Tensoris now parametrised by thedtype.- A hypergraph equality context manager has been.
Discardhas been defined onMarkovcategoriesTensor.copyhas been added- The term "polygynous" has been changed to "left monogamous"
Bug fixes:
- Missing qiskit-aer import has been added
- Missing
Sumclasses 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