Skip to content

Releases: watermarkhu/qsurface

Fix for manifest file.

01 Dec 10:55
9817d9b
Compare
Choose a tag to compare

This release includes a fix for a breaking error as pointed out by @evanphilip in #35, in which ini files are not packaged due to a naming error of the manifest file.

(re)release as Qsurface

17 Nov 20:19
8ee7f00
Compare
Choose a tag to compare

This release has no new features and is simply a (re)release. OpenSurfaceSim has been rebranded to Qsurface.

If you have already installed the package through pip, make sure to uninstall the previous release pip uninstall opensurfacesim and install the new release pip install qsurface, which is the version that will be kept updated.

Qt5Agg support

10 Nov 20:32
Compare
Choose a tag to compare

Another update with fixes following the v.0.1.1 PyPI release.

  • Support for the Qt5Agg backend for interactive plotting.
  • Fix for static forest generation in the Union-Find decoder
  • Fix for legends not properly showing
  • Fix for redrawing of temporary changes to plot objects

Added support for IPython

05 Nov 17:26
Compare
Choose a tag to compare

For IPython, the GUI of the Tkinter backend is not available. The included examples.ipynb, for example, does not produce any figures, but raises an import error. This PR adds support for IPython, and outputs each iteration of the interactive figure as a separate image.

Additional fixes for the Pauli error legend and missing figures.

PyPI release!

04 Nov 21:55
38a6346
Compare
Choose a tag to compare
Updated docs. PyPI release build.  (#30)

* docs checked

* Docs finished. All passing. PyPI release build

* bump version

* add documenation url to pypi