From e6c7972a117246f152e389c05d60c6aec44d8c68 Mon Sep 17 00:00:00 2001 From: Simon Norris Date: Sun, 2 Feb 2025 16:45:21 +0900 Subject: [PATCH] add missed release notes and coming release notes --- CHANGES.txt | 15 ++++++++++++++- README.md | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6c9c72c..7ff196f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,7 +3,20 @@ Changes All issue numbers are relative to https://github.com/smnorris/fwapg/issues -0.6.0 () +0.7.0 (2025-02-) +------------------ +- add new function FWA_SegmentAlongInterval, generating regularly spaced stream segments +- update dependencies in dockerfile +- cache data on BC object storage for faster repeated downloads +- bug fixes +- note that PG17 is not yet supported + + +0.6.1 (2024-04-08) +------------------ +- download with for compatibility with bcfishpass image + +0.6.0 (2024-04-06) ------------------ - add modelled discharge / channel width / precipitation scripts and data - add streams_vw (with mean annual discharge / channel width / upstream mean annual precip) diff --git a/README.md b/README.md index 47fda64..3994a14 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ See [documentation](https://smnorris.github.io/fwapg/) for setup and usage detai ## Quickstart 1. Ensure all requirements/dependencies are met/installed: - - access to a PostgreSQL (>=13) database with the PostGIS extension (>=3.1) installed + - access to a PostgreSQL (13-16, 17 is not yet supported) database with the PostGIS extension (>=3.1) installed - GDAL >=3.4 - Python 3 - [`bcdata`](https://github.com/smnorris/bcdata) - - [`make`](https://www.gnu.org/software/make/)/`unzip`/`wget`/etc + - [`make`](https://www.gnu.org/software/make/)/`unzip`/`curl`/`awscli`/ etc (see Dockerfile) 2. Ensure you have a `DATABASE_URL` environment variable set to point to your database, for example: