Skip to content

Commit

Permalink
add missed release notes and coming release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Feb 2, 2025
1 parent 9500b61 commit e6c7972
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit e6c7972

Please sign in to comment.