Releases: MetOffice/forest
Releases · MetOffice/forest
v0.8.0
- Re-organised layout to hide settings in left drawer
- Add right drawer to control tools, e.g. series and profile
- Stretch time slider and animation buttons across the bottom
- Add a top navigation bar to display selected layers in text
- Fix host of datetime bugs by keeping a mapping from original datetime-like data and datetimes
- Reduce DOM re-renders for tools by assigning to layouts.children once
v0.7.2
- Add support for NaT datetime argmax search to satellite.py
- Remove restriction to numpy version 1.17 and below
v0.7.1
- Add xarray to requirements.txt
- Restrict numpy to below 1.17 due to argmax behaviour change
v0.7.0
- Add vertical profile tool
- Remove default white box for series tool
v0.6.0
- Add time slider widget
- Improve navigation component code
- Reduce number of colorbars
v0.5.0
- Add support for new file types: lightning, nearcast, cmip6
- Improved observer pattern
- Improved middleware in redux pattern to reduce bolierplate by using action generators
- Refactored existing UI to use redux pattern, e.g. layers.py, presets.py, colors.py, keys.py etc.
- Add support for saving and loading colorbar presets
- Add a tools menu to disable time series inset
v0.4.4
- Change open source license from GPL to BSD 3-clause
v0.4.3
- Fix tutorial instructions and input data
- Fix bug that prevents patterns specified in config file from being used by menu system
- Add support for key strokes, up/down/left/right
v0.4.2
- Add
templates/index.html
to fix layout - Add
tutorial/*.json
andtutorial/*.nc
to fix tutorial
v0.4.1
Release to make version
number consistent with forest.__version__
.