Plottr

Latest version: v0.14.0

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.14.0

What's Changed
* Feature/monitr image copying by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/360
* Bump mypy from 0.991 to 1.0.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/367
* Bump actions/setup-python from 4.3.0 to 4.5.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/363
* Monitr now shows icons according to the file type. by Zack-Code-UIUC in https://github.com/toolsforexperiments/plottr/pull/365
* Launch a new app using the same python executable by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/368
* Feature for monitr: choose backend for each plot by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/373
* Bump mypy from 1.0.0 to 1.0.1 by dependabot in https://github.com/toolsforexperiments/plottr/pull/380
* View .py file in monitr by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/372
* Add convenience methods by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/375
* Bugfix: Font family 'Helvetica' not found by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/370
* Generate UUID only once per DDH5Writer by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/371
* Feature for monitr: show whether a measurement is complete or was interrupted by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/377
* Fix a bug in DDH5Writer.__exit__ by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/382
* Bump mypy from 1.0.1 to 1.1.1 by dependabot in https://github.com/toolsforexperiments/plottr/pull/383
* Fix the wrong selection of AppendMode in DDH5Writer.add_data by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/378
* Install pyzmq on `pip install plottr` by yoshi74ls181 in https://github.com/toolsforexperiments/plottr/pull/385
* Bump mypy from 1.1.1 to 1.2.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/386
* Bump actions/setup-python from 4.5.0 to 4.6.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/388
* Bump mypy from 1.2.0 to 1.3.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/390
* Transfer Datadict form to pandas.dataframe by MuyaoSun in https://github.com/toolsforexperiments/plottr/pull/387
* Averaging Functionality DataDict by jeremiahnlin in https://github.com/toolsforexperiments/plottr/pull/389
* some new things for datadict by wpfff in https://github.com/toolsforexperiments/plottr/pull/391
* Bump actions/setup-python from 4.6.0 to 4.6.1 by dependabot in https://github.com/toolsforexperiments/plottr/pull/393
* fix: incomplete data by wpfff in https://github.com/toolsforexperiments/plottr/pull/394
* helpers for datadict by wpfff in https://github.com/toolsforexperiments/plottr/pull/392
* added simple feature to export analysis parameters. by wpfff in https://github.com/toolsforexperiments/plottr/pull/397
* extended the maximum refreshing number to 1000 instead of 100 by marcosfrenkel in https://github.com/toolsforexperiments/plottr/pull/398
* Added way of copying out data file paths from monitor. by marcosfrenkel in https://github.com/toolsforexperiments/plottr/pull/396
* Added 20*log10(mag) for Pyqtgraph by jeremiahnlin in https://github.com/toolsforexperiments/plottr/pull/395
* Bump mypy from 1.3.0 to 1.4.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/399
* Bump mypy from 1.4.0 to 1.4.1 by dependabot in https://github.com/toolsforexperiments/plottr/pull/400
* Bump mypy from 1.4.1 to 1.5.1 by dependabot in https://github.com/toolsforexperiments/plottr/pull/403
* Hide hidden folders from monitr by marcosfrenkel in https://github.com/toolsforexperiments/plottr/pull/412
* Numpy2 migration by picarro-yren in https://github.com/toolsforexperiments/plottr/pull/414
* Bump actions/setup-python from 4.6.1 to 5.3.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/416
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/toolsforexperiments/plottr/pull/404
* Bump mypy from 1.5.1 to 1.13.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/415
* Move all config to pyproject.toml remove setup.cfg by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/417
* Test with 3.11/3.12 by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/418
* Add Pyqt6 target by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/420
* Fix invalid escape seq warning by using a raw string by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/422
* Mark 3.13 as supported and start testing by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/423
* Bump sphinx from 2.4.4 to 8.1.3 by dependabot in https://github.com/toolsforexperiments/plottr/pull/419

New Contributors
* Zack-Code-UIUC made their first contribution in https://github.com/toolsforexperiments/plottr/pull/365
* MuyaoSun made their first contribution in https://github.com/toolsforexperiments/plottr/pull/387
* jeremiahnlin made their first contribution in https://github.com/toolsforexperiments/plottr/pull/389
* picarro-yren made their first contribution in https://github.com/toolsforexperiments/plottr/pull/414

**Full Changelog**: https://github.com/toolsforexperiments/plottr/compare/v0.13.0...v0.14.0

0.13.0

What's Changed
* The FileOpener now creates a lock file. by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/350
* Messages from apps from the AppManager. by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/347
* docstring tweaks by marcosfrenkel in https://github.com/toolsforexperiments/plottr/pull/351
* Fixing dim reducer by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/353
* New Monitr by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/354
* Small fixes by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/355
* fix: pyqtgraph colormaps by wpfff in https://github.com/toolsforexperiments/plottr/pull/356

New Contributors
* marcosfrenkel made their first contribution in https://github.com/toolsforexperiments/plottr/pull/351

**Full Changelog**: https://github.com/toolsforexperiments/plottr/compare/v0.12.0...v0.13.0

0.12.0

What's Changed

* Adding the AppManager. Still missing GUI. by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/325
* Improve plotting when metadata setpoints are obviously wrong. by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/341
* Fix matplotlib deprecation warning by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/342
* Improvements to logging by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/338
* Log call to node.process by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/339
* remove leftover call to setlevel by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/340
**Full Changelog**: https://github.com/toolsforexperiments/plottr/compare/v0.11.1...v0.12.0

0.11.1

What's Changed
* Drop python 3.7 support and Typecheck with Pandas stubs by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/326
* Type check with mypy 0.981 by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/331
* Mypy: Only ignore missing imports for packages known to not have types by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/328
* Bump mypy from 0.981 to 0.982 by dependabot in https://github.com/toolsforexperiments/plottr/pull/334
* Bump actions/setup-python from 4.2.0 to 4.3.0 by dependabot in https://github.com/toolsforexperiments/plottr/pull/335
* Fix gridding selector by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/337


**Full Changelog**: https://github.com/toolsforexperiments/plottr/compare/v0.11.0...v0.11.1

0.11.0

What's Changed
* XYSelector select element slider update. by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/321
* Save figure bugfix. by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/317
* refer to github release page for changelogs by astafan8 in https://github.com/toolsforexperiments/plottr/pull/311
* Bump mypy from 0.961 to 0.971 by dependabot in https://github.com/toolsforexperiments/plottr/pull/312

**Full Changelog**: https://github.com/toolsforexperiments/plottr/compare/v0.10.0...v0.11.0

0.10.0

What's Changed
* updating the branch. by wpfff in https://github.com/toolsforexperiments/plottr/pull/232
* small improvements for working with the initial guess. by wpfff in https://github.com/toolsforexperiments/plottr/pull/233
* Fix/docs by wpfff in https://github.com/toolsforexperiments/plottr/pull/268
* update completed and nrecords columns in inspectr correctly by astafan8 in https://github.com/toolsforexperiments/plottr/pull/269
* Bugfix for clear_meta and expanded has_meta in DataDictBase. by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/271
* Datadict docstring revision by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/273
* Replace versioneer with versioningit by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/274
* pin pyqt5-stubs and mypy to fix typechecking by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/278
* Minor tweaks to datadict_storage.py docstrings by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/277
* Fix typechecking with latest PyQt5-stubs by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/279
* Adding Analyzer functionality by pfafflabatuiuc in https://github.com/toolsforexperiments/plottr/pull/293
* Pip don't pass feature by jenshnielsen in https://github.com/toolsforexperiments/plottr/pull/301
* changed default update time to 0 (not updating) by Alejo7896 in https://github.com/toolsforexperiments/plottr/pull/306
* Fix CI: install x11-utils for xvfb workaround, convert "signedinteger[_64Bit]" to int by astafan8 in https://github.com/toolsforexperiments/plottr/pull/310
* Added copy figure and save figure functionality to the pyqtgraph plot… by Alejo7896 in https://github.com/toolsforexperiments/plottr/pull/308

New Contributors
* Alejo7896 made their first contribution in https://github.com/toolsforexperiments/plottr/pull/306

**Full Changelog**: https://github.com/toolsforexperiments/plottr/compare/v0.9.2...v0.10.0

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.