Skip to content

Releases: MetOffice/forest

v0.17.4

20 May 13:41
3c7489c
Compare
Choose a tag to compare
  • Add forest.mark.sql_sanitize_time decorator to make it easier to support multiple datetime-like types
  • Add support for datetime-like args to forest.db.locate.Locator.file_names() method

v0.17.3

19 May 11:16
17f330a
Compare
Choose a tag to compare
  • Add forest.db.Database.sanitize_time() to convert common datetime-like formats to %Y-%m-%d %H:%M:%S format expected by sqlite3 query

v0.17.2

18 May 11:22
b8cce79
Compare
Choose a tag to compare
  • better datetime-like array comparisons
  • support forest.util.to_datetime and pandas.to_datetime array comparisons

v0.17.1

15 May 16:57
9b9c281
Compare
Choose a tag to compare
  • Ship pre-built JS with repo clones as temporary fix for EC2 deployments

v0.17.0

15 May 16:20
ed8505c
Compare
Choose a tag to compare
  • Use datashader to make EarthNetworks driver more memory and bandwidth efficient
  • Reduce navigation overheads by limiting dataset to 1000 most recent files

v0.16.4

14 May 13:18
8020b10
Compare
Choose a tag to compare
  • Support Windows build by using absolute path to find JS assets

v0.16.3

14 May 12:22
79648b4
Compare
Choose a tag to compare
  • Support Windows conda build

v0.16.2

14 May 10:16
7e3950f
Compare
Choose a tag to compare
  • Move JS code into js/ directory
  • Improve JS build/install by leveraging npm

v0.16.1

07 May 15:45
a09444c
Compare
Choose a tag to compare
  • fix to use feature flags provided by web service throughout main program

v0.16.0

06 May 13:50
bb17099
Compare
Choose a tag to compare
  • Add support for third-party feature flag entry point in config file, e.g.
plugin:
  feature:
     entry_point: 'lib.mod.main`
  • Dynamically toggle features without deployment using a plugin architecture
forest.data.FEATURE_FLAGS = forest.plugin.call(config.plugins['feature'].entry_point)