Releases: MetOffice/forest
Releases · MetOffice/forest
v0.20.16
v0.20.15
- Use HTTPS as default Open Street Map URL
- Add support for images that cross the 180th meridian
v0.20.14
- Modify build script to run on Windows platform
v0.20.13
Add a command to forest tutorial
to open the tutorial pages
forest tutorial launch
opens a browser tab with the tutorial guide openforest tutorial files .
creates the files needed to step through the tutorial in the current directory
v0.20.12
- Improved docs
- Fixed tutorial guidance and data
- Patched old drivers to work with latest configuration files
- Unified model uses Dataset pattern instead of framework pattern (which is effectively label now)
- EIDA50 has support for changing window size to support files with time stamps and data differing by more than 15 minutes
v0.20.11
- Add
forest driver list
to print the valid driver names that are builtin - Add
forest driver settings ${DRIVER}
to print the valid keyword arguments related to a particular driver
v0.20.10
- Modernized the UI using the same components but better CSS/JS
v0.20.9
- Drivers: xarray_forecast, rpc (remote procedure call), fledgling third-party driver support using
PYTHONPATH
- Quick start init command
forest init
to write a templateforest.config.yaml
file - Better support for
edition: 2022
format config files
v0.20.8
- Include NAME txt files in the installation
- Upgrade tutorial config file to use NAME driver
- Update requirements.txt to be compatible with NAME tutorial
v0.20.7
- Add
forest.db.health.HealthDB
to trackOSError
generated when accessing glacier storage files - Reduce repetitive checking by
forest.drivers.unified_model.Sync
of inaccessible S3 objects