Releases: toolsforexperiments/plottr
Releases · toolsforexperiments/plottr
v0.1.0
The first official release of plottr to pypi
Recent changes:
2020-08-06
Added
Entry points for inspectr (plottr-inspectr) and autoplot (plottr-autoplot-ddh5)
LICENSE file has been added (no change to license of the code)
setup.py has been tweeked to ensure that sdist and bdist_wheel packages are generated correctly
2020-06-05
Added
Usable version of hdf5 file support. can use the apps/monitr.py script to launch a tool that allows easy (live) plotting.
2020-04-24
Fixed
there were several issues/annoyances that caused (minor) issues with grid handling and plotting in rare-ish circumstances. Most of them should be fixed now.
Added
A few docs and examples, mostly about grid usage.
2020-04-17
Changed
the main repo has now moved to to a different organization: https://github.com/toolsforexperiments/plottr the old repo (https://github.com/data-plottr/plottr) will be kept in sync for a while, but deleted eventually.
Plottr original
Original plottr package, the final version of it.
It is distinct from new(er) plottr because it had two independent apps, plottr and inspectr, the former would just do live plotting by subscribing to qcodes dataset and establishing a socket connection, the latter just lists the runs in the dataset and opens the plottr window on double click of the run. At least the plottr that comes after this one, has these apps combined, is way more robust, defines a node framework for creating arbitrary analysis trees.