Skip to content

Releases: MetOffice/forest

v0.8.0

11 Feb 14:44
9d37f2c
Compare
Choose a tag to compare
  • 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

10 Feb 16:57
5a4cd2b
Compare
Choose a tag to compare
  • Add support for NaT datetime argmax search to satellite.py
  • Remove restriction to numpy version 1.17 and below

v0.7.1

07 Feb 16:45
f215c70
Compare
Choose a tag to compare
  • Add xarray to requirements.txt
  • Restrict numpy to below 1.17 due to argmax behaviour change

v0.7.0

07 Feb 11:13
d25867e
Compare
Choose a tag to compare
  • Add vertical profile tool
  • Remove default white box for series tool

v0.6.0

31 Jan 12:42
76e4f1c
Compare
Choose a tag to compare
  • Add time slider widget
  • Improve navigation component code
  • Reduce number of colorbars

v0.5.0

20 Jan 11:39
3d7c4de
Compare
Choose a tag to compare
  • 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

15 Oct 10:37
ef1d9d0
Compare
Choose a tag to compare
  • Change open source license from GPL to BSD 3-clause

v0.4.3

08 Oct 13:12
6e9e316
Compare
Choose a tag to compare
  • 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

02 Oct 15:29
b0745e8
Compare
Choose a tag to compare
  • Add templates/index.html to fix layout
  • Add tutorial/*.json and tutorial/*.nc to fix tutorial

v0.4.1

30 Sep 13:32
85d6562
Compare
Choose a tag to compare

Release to make version number consistent with forest.__version__.