Releases: toolsforexperiments/plottr
Releases · toolsforexperiments/plottr
v0.14.0
What's Changed
- Feature/monitr image copying by @pfafflabatuiuc in #360
- Bump mypy from 0.991 to 1.0.0 by @dependabot in #367
- Bump actions/setup-python from 4.3.0 to 4.5.0 by @dependabot in #363
- Monitr now shows icons according to the file type. by @Zack-Code-UIUC in #365
- Launch a new app using the same python executable by @yoshi74ls181 in #368
- Feature for monitr: choose backend for each plot by @yoshi74ls181 in #373
- Bump mypy from 1.0.0 to 1.0.1 by @dependabot in #380
- View .py file in monitr by @yoshi74ls181 in #372
- Add convenience methods by @yoshi74ls181 in #375
- Bugfix: Font family 'Helvetica' not found by @yoshi74ls181 in #370
- Generate UUID only once per DDH5Writer by @yoshi74ls181 in #371
- Feature for monitr: show whether a measurement is complete or was interrupted by @yoshi74ls181 in #377
- Fix a bug in DDH5Writer.exit by @yoshi74ls181 in #382
- Bump mypy from 1.0.1 to 1.1.1 by @dependabot in #383
- Fix the wrong selection of AppendMode in DDH5Writer.add_data by @yoshi74ls181 in #378
- Install pyzmq on
pip install plottr
by @yoshi74ls181 in #385 - Bump mypy from 1.1.1 to 1.2.0 by @dependabot in #386
- Bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #388
- Bump mypy from 1.2.0 to 1.3.0 by @dependabot in #390
- Transfer Datadict form to pandas.dataframe by @MuyaoSun in #387
- Averaging Functionality DataDict by @jeremiahnlin in #389
- some new things for datadict by @wpfff in #391
- Bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in #393
- fix: incomplete data by @wpfff in #394
- helpers for datadict by @wpfff in #392
- added simple feature to export analysis parameters. by @wpfff in #397
- extended the maximum refreshing number to 1000 instead of 100 by @marcosfrenkel in #398
- Added way of copying out data file paths from monitor. by @marcosfrenkel in #396
- Added 20*log10(mag) for Pyqtgraph by @jeremiahnlin in #395
- Bump mypy from 1.3.0 to 1.4.0 by @dependabot in #399
- Bump mypy from 1.4.0 to 1.4.1 by @dependabot in #400
- Bump mypy from 1.4.1 to 1.5.1 by @dependabot in #403
- Hide hidden folders from monitr by @marcosfrenkel in #412
- Numpy2 migration by @picarro-yren in #414
- Bump actions/setup-python from 4.6.1 to 5.3.0 by @dependabot in #416
- Bump actions/checkout from 3 to 4 by @dependabot in #404
- Bump mypy from 1.5.1 to 1.13.0 by @dependabot in #415
- Move all config to pyproject.toml remove setup.cfg by @jenshnielsen in #417
- Test with 3.11/3.12 by @jenshnielsen in #418
- Add Pyqt6 target by @jenshnielsen in #420
- Fix invalid escape seq warning by using a raw string by @jenshnielsen in #422
- Mark 3.13 as supported and start testing by @jenshnielsen in #423
- Bump sphinx from 2.4.4 to 8.1.3 by @dependabot in #419
New Contributors
- @Zack-Code-UIUC made their first contribution in #365
- @MuyaoSun made their first contribution in #387
- @jeremiahnlin made their first contribution in #389
- @picarro-yren made their first contribution in #414
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- The FileOpener now creates a lock file. by @pfafflabatuiuc in #350
- Messages from apps from the AppManager. by @pfafflabatuiuc in #347
- docstring tweaks by @marcosfrenkel in #351
- Fixing dim reducer by @pfafflabatuiuc in #353
- New Monitr by @pfafflabatuiuc in #354
- Small fixes by @pfafflabatuiuc in #355
- fix: pyqtgraph colormaps by @wpfff in #356
New Contributors
- @marcosfrenkel made their first contribution in #351
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Adding the AppManager. Still missing GUI. by @pfafflabatuiuc in #325
- Improve plotting when metadata setpoints are obviously wrong. by @jenshnielsen in #341
- Fix matplotlib deprecation warning by @jenshnielsen in #342
- Improvements to logging by @jenshnielsen in #338
- Log call to node.process by @jenshnielsen in #339
- remove leftover call to setlevel by @jenshnielsen in #340
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- Drop python 3.7 support and Typecheck with Pandas stubs by @jenshnielsen in #326
- Type check with mypy 0.981 by @jenshnielsen in #331
- Mypy: Only ignore missing imports for packages known to not have types by @jenshnielsen in #328
- Bump mypy from 0.981 to 0.982 by @dependabot in #334
- Bump actions/setup-python from 4.2.0 to 4.3.0 by @dependabot in #335
- Fix gridding selector by @jenshnielsen in #337
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- XYSelector select element slider update. by @pfafflabatuiuc in #321
- Save figure bugfix. by @pfafflabatuiuc in #317
- refer to github release page for changelogs by @astafan8 in #311
- Bump mypy from 0.961 to 0.971 by @dependabot in #312
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- updating the branch. by @wpfff in #232
- small improvements for working with the initial guess. by @wpfff in #233
- Fix/docs by @wpfff in #268
- update completed and nrecords columns in inspectr correctly by @astafan8 in #269
- Bugfix for clear_meta and expanded has_meta in DataDictBase. by @pfafflabatuiuc in #271
- Datadict docstring revision by @pfafflabatuiuc in #273
- Replace versioneer with versioningit by @jenshnielsen in #274
- pin pyqt5-stubs and mypy to fix typechecking by @jenshnielsen in #278
- Minor tweaks to datadict_storage.py docstrings by @pfafflabatuiuc in #277
- Fix typechecking with latest PyQt5-stubs by @jenshnielsen in #279
- Adding Analyzer functionality by @pfafflabatuiuc in #293
- Pip don't pass feature by @jenshnielsen in #301
- changed default update time to 0 (not updating) by @Alejo7896 in #306
- Fix CI: install x11-utils for xvfb workaround, convert "signedinteger[_64Bit]" to int by @astafan8 in #310
- Added copy figure and save figure functionality to the pyqtgraph plot… by @Alejo7896 in #308
New Contributors
- @Alejo7896 made their first contribution in #306
Full Changelog: v0.9.2...v0.10.0
v0.9.3rc1
v0.9.2
What's Changed
- don't reload db while a reload is already in progress by @jenshnielsen in #263
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- add v0.9.0 changelog by @astafan8 in #250
- support typechecking with mypy 0.930 by @jenshnielsen in #253
- Convert plottr to a pep518 based installation by @jenshnielsen in #254
- Fix/swmrcrash by @wpfff in #255
- fix call to qt api with int by @jenshnielsen in #257
- enable numpy mypy plugin by @jenshnielsen in #259
- Add changelog for next release by @jenshnielsen in #258
Full Changelog: v0.9.0...v0.9.1
v0.9.0 - 2021-12-20
What's Changed
- Add new analysis node for creating histogram of data by @wpfff in #241
- bugfix: prevent flushing when we are updating data. by @wpfff in #243
- fix type checking with mypy 920 by @jenshnielsen in #248
- Bump minimum version of pyqtgraph by @jenshnielsen in #247
Full Changelog: v0.8.01...v0.9.0