Fastplotlib

Latest version: v0.4.0

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

Scan your dependencies

Page 2 of 3

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

0.1.0.a11

What's Changed
* remove JupyterWgpuCanvas from imports, allow minimal install to work by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/254


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

0.1.0.a10

What's Changed
* fix `ImageWidget.reset_vmin_vmax()` by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/156
* garbage collection of WorldObjects by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/160
* catch up with pygfx refactor of of cameras, controllers, and Texture by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/163
* map screen to world, tested and works by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/165
* LinearRegionSelector by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/164
* LinearSelector by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/168
* colors="random" for line, line collection and scatter by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/175
* graphic metadata by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/176
* support numpy fancy indexing for colors and data features by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/177
* use readthedocs.yaml for doc build by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/189
* kwargs for Plot and GridPlot to set canvas star size by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/194
* create BaseSelector, heatmap also works with LinearSelector and LinearRegionSelector by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/187
* Docs improvement by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/169
* fix sync bug, arrow key movements are toggleable by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/198
* small changes by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/200
* more selector stuff by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/199
* basic recording for Plot by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/178
* working on toolbar by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/195
* catchup with pygfx linalg refactor by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/203
* image selector and heatmap linalg fixes by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/204
* Docs build fix by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/210
* all feature docs by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/212
* finish buttons for toolbar by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/207
* set_data() by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/216
* move `calc_gridshape`, docstrings, make `PlotArea.name` a property, by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/220
* fixes to set_data() by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/224
* restarted tests, now work from the command line by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/179
* try to fix when fill area moves when you only want edge to move by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/231
* `ImageWidget.plot` -> `ImageWidget.gridplot`, for 1 data item, use shape (1, 1) by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/230
* add insert_graphic method by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/225
* add canvas kwarg that takes str by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/235
* maintain_aspect kwarg to show() by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/233
* maintain aspect handling in gridplot, better canvas renderer args handling in gridplot by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/239
* changes to linear region selection feature by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/236
* set_data() with new data being different shape without broadcasting errors by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/245
* moved vmin & vmax to ImageCmapFeature class by happyqiu in https://github.com/kushalkolar/fastplotlib/pull/244
* allowing selectors to be indexed by name by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/247
* more cmap handling, add cmap_values by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/241
* community standards and contributing docs by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/237
* fix CI to only run when not draft PR by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/249
* use numpy array instead of tuple for indexing collections by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/215
* Update README.md by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/221
* fix line collection set_feature indexing by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/250
* change residual occurances of image_graphics to managed_graphic by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/251

New Contributors
* happyqiu made their first contribution in https://github.com/kushalkolar/fastplotlib/pull/244

**Full Changelog**: https://github.com/kushalkolar/fastplotlib/compare/v0.1.0.a9...v0.1.0.a10

0.1.0.a9

What's Changed
* allow features to work if the CollectionIndexer is empty by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/111
* docs by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/112
* support for RGB data for `ImageGraphic` by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/131
* The platform requirements page of wgpu has moved by almarklein in https://github.com/kushalkolar/fastplotlib/pull/137
* removing unneccessary dependencies by clewis7 in https://github.com/kushalkolar/fastplotlib/pull/138
* HeatmapGraphic, supports dims larger than 8192 by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/143
* better dtype handling for GPU supported types by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/145
* ImageWidget fix frame_apply(), add grid_plot_kwargs(), reset_vmin_vmax() by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/148
* better buffer handling by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/150
* temporary workaround for image and heatmap data buffers by kushalkolar in https://github.com/kushalkolar/fastplotlib/pull/151

New Contributors
* almarklein made their first contribution in https://github.com/kushalkolar/fastplotlib/pull/137

**Full Changelog**: https://github.com/kushalkolar/fastplotlib/compare/v0.1.0.a8...v0.1.0.a9

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.