Fastplotlib

Latest version: v0.1.0a16

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

Scan your dependencies

Page 1 of 3

0.1.0

0.1.0.a16

Breaking changes
* in 382 the `controllers` argument for `GridPlot` has been replaced by two new arguments. See the new docstring for details, briefly:
- `controller_ids` to specify how controllers can be synced across subplots
- `controller_types` to specify the controller types, such as "panzoom", "fly", "orbit", etc.
* after 364 `PlotArea.auto_scale()` only takes keyword arguments and no positional arguments.

What's Changed
* try CI with bigmem runner again by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/363
* set canvas default fps as 60 by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/370
* `Plot.auto_scale()` shouldn't change the camera aspect unless desired by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/364
* `ImageWidget` notebook tests by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/371
* histogram LUT calculation fix, kinda by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/372
* forget notebook_finished() call by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/373
* skip setting data to hlut tool if not present in image widget subplot dock by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/378
* cameras and controllers refactor by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/382


**Full Changelog**: https://github.com/fastplotlib/fastplotlib/compare/v0.1.0.a15...v0.1.0.a16

0.1.0.a15

What's Changed
* fix controller getting disabled by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/354
* fix normalize_min_max by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/353
* make hlut widget optional by clewis7 in https://github.com/fastplotlib/fastplotlib/pull/351
* bugfixes and more tests by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/358

Note: CI for this version was performed locally and reference images were checked manually. GitHub actions was bugging out heavily.

**Full Changelog**: https://github.com/fastplotlib/fastplotlib/compare/v0.1.0.a14...v0.1.0.a15

0.1.0.a14

What's Changed
* fix `auto_scale` by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/318
* allow getting and setting cmaps in image widget by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/320
* add `in` operator to `PlotArea` base by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/321
* fix cmap_values were not set in the `setter` by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/323
* remove jupyter check for ImageWidget by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/324
* rename master -> main, hopefully got all references by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/326
* add repr for all graphic features by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/332
* add polygon button to gridplot toolbar by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/334
* forgot a callback by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/336
* add qt video example by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/341
* Fix selector garbage collection by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/319
* new logo files in docs source by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/343
* refactor text graphic by clewis7 in https://github.com/fastplotlib/fastplotlib/pull/335
* histogram lut widget by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/344
* add text to hlut by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/348
* Plot frame by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/313


**Full Changelog**: https://github.com/fastplotlib/fastplotlib/compare/v0.1.0.a13...v0.1.0.a14

0.1.0.a13

What's Changed
* Add sizes to scatter plots by DavidVFiumano in https://github.com/fastplotlib/fastplotlib/pull/289
* fix examples so they can be run locally without offscreen canvas by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/294
* auto connect a ipywidget slider to a linear and linear region selector by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/298
* Selector fixes by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/304
* Fix typos by kianmeng in https://github.com/fastplotlib/fastplotlib/pull/303
* make set_feature, reset_feature public by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/308
* fix flip button by clewis7 in https://github.com/fastplotlib/fastplotlib/pull/307
* add jupyter-sidecar as a dependency, update simple notebook by clewis7 in https://github.com/fastplotlib/fastplotlib/pull/300
* vertex_colors -> color_mode='vertex' by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/312
* add desktop-only CI, add py312, remove `ipywidgets` import in `plot.py`, pin `pygfx>=0.1.14` by kushalkolar in https://github.com/fastplotlib/fastplotlib/pull/314

New Contributors
* DavidVFiumano made their first contribution in https://github.com/fastplotlib/fastplotlib/pull/289
* kianmeng made their first contribution in https://github.com/fastplotlib/fastplotlib/pull/303

**Full Changelog**: https://github.com/fastplotlib/fastplotlib/compare/v0.1.0.a12...v0.1.0.a13

0.1.0.a12

What's Changed
* Cleanup by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/259
* Update examples by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/261
* image widget debug by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/263
* add playback speed option to imagewidget toolbar by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/264
* auto mixin class for generating add_<graphic> methods by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/248
* min version pins for numpy, jupyter-rfb, ipywidgets by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/271
* docs revamp by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/273
* fix heatmap tiling after linalg refactor by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/266
* tweak docs, nicer now by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/274
* clean, docs, etc. by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/275
* Fix pandoc rtd by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/276
* notebook screenshot tests by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/277
* real images in quickstart guide instead of random arrays by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/278
* Polygon selector which can be drawn by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/282
* removing outdated code block examples by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/281


**Full Changelog**: https://github.com/kushalkolar/fastplotlib/compare/v0.1.0.a11...v0.1.0.a12

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.