Skip to content

Releases: MetOffice/forest

v0.20.16

07 Jul 10:34
6712dc8
Compare
Choose a tag to compare
  • Fix database driven unified model driver to use pattern for SQL queries and label to identify driver instance
  • Fix tutorial database driver example to include build_dir in database_path

v0.20.15

30 Jun 09:05
e171a4b
Compare
Choose a tag to compare
  • Use HTTPS as default Open Street Map URL
  • Add support for images that cross the 180th meridian

v0.20.14

24 Mar 10:55
83357b3
Compare
Choose a tag to compare
  • Modify build script to run on Windows platform

v0.20.13

16 Mar 12:12
8d31d65
Compare
Choose a tag to compare

Add a command to forest tutorial to open the tutorial pages

  • forest tutorial launch opens a browser tab with the tutorial guide open
  • forest tutorial files . creates the files needed to step through the tutorial in the current directory

v0.20.12

16 Mar 11:47
bb18fb0
Compare
Choose a tag to compare
  • 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

15 Mar 12:36
48d01b2
Compare
Choose a tag to compare
  • 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

24 Feb 16:55
05471ea
Compare
Choose a tag to compare
  • Modernized the UI using the same components but better CSS/JS

v0.20.9

24 Feb 09:42
fdf417c
Compare
Choose a tag to compare
  • Drivers: xarray_forecast, rpc (remote procedure call), fledgling third-party driver support using PYTHONPATH
  • Quick start init command forest init to write a template forest.config.yaml file
  • Better support for edition: 2022 format config files

v0.20.8

29 Nov 16:01
d087636
Compare
Choose a tag to compare
  • 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

03 Jul 14:47
a53b012
Compare
Choose a tag to compare
  • Add forest.db.health.HealthDB to track OSError generated when accessing glacier storage files
  • Reduce repetitive checking by forest.drivers.unified_model.Sync of inaccessible S3 objects