v0.1.0.a16
Breaking changes
- in #382 the
controllers
argument forGridPlot
has been replaced by two new arguments. See the new docstring for details, briefly:controller_ids
to specify how controllers can be synced across subplotscontroller_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 #363
- set canvas default fps as 60 by @kushalkolar in #370
Plot.auto_scale()
shouldn't change the camera aspect unless desired by @kushalkolar in #364ImageWidget
notebook tests by @kushalkolar in #371- histogram LUT calculation fix, kinda by @kushalkolar in #372
- forget notebook_finished() call by @kushalkolar in #373
- skip setting data to hlut tool if not present in image widget subplot dock by @kushalkolar in #378
- cameras and controllers refactor by @kushalkolar in #382
Full Changelog: v0.1.0.a15...v0.1.0.a16