Releases: scipp/plopp
Releases · scipp/plopp
v23.03.0
What's Changed
- Convert input lists to ndarray by @nvaytet in #158
- Add title in scatter3d plots by @nvaytet in #161
- Add global show() function by @nvaytet in #166
- Small fixes in the API docs by @nvaytet in #167
- Fix
show_graph
by @nvaytet in #163 - Raise exception when multiple 2d inputs are passed to
plot
by @nvaytet in #164 - Resize button for 3d plots by @nvaytet in #168
- Fix colormapper normalize limits in the case where data vmin == 1.0 by @nvaytet in #170
- Better error message when trying to plot unsupported data type by @nvaytet in #171
- Fix error raised when trying to plot 2d integer data with log colorbar by @nvaytet in #173
Full Changelog: 23.02.0...23.03.0
v23.02.0
What's Changed
- Update reference API and fix links in docs by @nvaytet in #138
- Make VBar and HBar indexable by @nvaytet in #139
- Update copyright year to 2023 by @nvaytet in #141
- Save 3d figs to html by @nvaytet in #140
- Add rectangle selection example to gallery by @nvaytet in #142
- Use pre-commit in ci by @jl-wynen in #143
- Bump scipp from 22.11.0 to 23.1.1 in /requirements by @dependabot in #148
- Update isort, avoiding broken pre-commit by @SimonHeybrock in #149
- Fix making plot with bin-edge datetime coord and errorbars by @nvaytet in #151
- Allow scalars in scatter3d by @nvaytet in #126
- Scatter3d plots improvements by @nvaytet in #154
- Improve api docs by @nvaytet in #156
- Add gallery example for creating 3-D scatter plot with threshold by @SimonHeybrock in #155
- Cancel running workflows if new push to PR by @nvaytet in #157
Full Changelog: 23.01.0...23.02.0
v23.01.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by @dependabot in #106
- Add check on the dims that are requested as keep in slicer plot by @nvaytet in #107
- Remove hard pythreejs and ipywidgets dependencies by @nvaytet in #112
- Sync toolbar button values with norm and logxy state set by kwargs by @nvaytet in #110
- Add possibility to supply
pixel_size
with a unit inscatter3d
plots by @nvaytet in #108 - Add method figure to save figures to disk by @nvaytet in #117
- Fix for tox 4.0 by @SimonHeybrock in #113
- Add changes to version.py implemented in Scipp by @nvaytet in #118
- Add option to use non-dimension coordinates for axes by @nvaytet in #109
- Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by @dependabot in #119
- Improve check for dict-like to allow for mappings other than dict/Dataset by @SimonHeybrock in #120
- Catch
ax
keyword argument inscatter3d
and add FAQ on subplots with 3d figures by @nvaytet in #121 - Patch Release 22.12.1 by @nvaytet in #114
- Fix links in docs by @nvaytet in #123
- Check dims and units of updated values sent to figures, and perform on-the-fly conversions where possible by @nvaytet in #124
- Add gitignore by @jl-wynen in #129
- Fix docs build by @nvaytet in #132
- Add DOI to README by @SimonHeybrock in #130
- Add Plotly backend (experimental) by @nvaytet in #128
- Small docs fixes by @nvaytet in #134
- Refactor the figure to_widget and use a single InteractiveFig by @nvaytet in #135
- Improve styling of pan/zoom buttons by creating a custom ToggleButtons by @nvaytet in #136
- Skip plotly tests if plotly is not installed (for conda build) by @nvaytet in #137
Full Changelog: 22.12.1...23.01.0
v22.12.1
v22.12.0
What's Changed
- Fix extra figure when
cbar=False
by @nvaytet in #83 - Raise error in limits when all is nan by @nvaytet in #84
- Support datasets and dict of data arrays in slicer by @nvaytet in #86
- Docs for subplots and figure customization by @nvaytet in #96
- Better error message when trying to plot binned data by @SimonHeybrock in #99
- Fix for new scipp version, and update dependencies by @nvaytet in #101
- Add gallery example on masking a range by @nvaytet in #104
- Refactor inspector plot after mpltoolbox improvements by @nvaytet in #103
- Fix syntax highlighting in docs by @nvaytet in #105
Full Changelog: 0.4.2...22.12.0
v0.4.2
v0.4.1
v0.4.0
What's Changed
- Smaller default figsize by @nvaytet in #69
- Fix cameraZ button on scatter3d plot by @nvaytet in #71
- Make scipp an optional dependency in conda by @jl-wynen in #70
- Configure dependabot for auto-updating scipp by @SimonHeybrock in #57
- Allow limits (vmin, vmax, crop) as floats, in addition to Variables by @nvaytet in #72
- Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 by @dependabot in #73
- Bump scipp from 0.16.3 to 0.17.0 in /requirements by @dependabot in #74
- Better documentation for setting vmin/vmax limits by @nvaytet in #76
New Contributors
- @jl-wynen made their first contribution in #70
- @SimonHeybrock made their first contribution in #57
- @dependabot made their first contribution in #73
Full Changelog: 0.3.4...0.4.0