Skip to content

Commit

Permalink
Merge pull request #199 from Dewberry/release/0.6.0
Browse files Browse the repository at this point in the history
Release/0.6.1
  • Loading branch information
slawler authored Sep 20, 2024
2 parents be50472 + df97c61 commit 80a26f1
Show file tree
Hide file tree
Showing 41 changed files with 412 additions and 1,050 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Utilities for repurposing HEC-RAS models for use in the production of Flood Inun
## Contents

- [api](api/) : Source code for the [Flask](https://flask.palletsprojects.com/en/3.0.x/) API and [Huey](https://huey.readthedocs.io/en/latest/) queueing system for managing parallel compute.
- [production](production/) (*Deprecation Warning*) : This directory contains scripts used by the development team for testing ripple1d outside of the API. The contents are not included in the PyPi package and may not be stable or up to date.
- [ripple1d](ripple1d/): Source code for the ripple1d library.
- [tests](tests/): Unit tests.up

Expand Down
2 changes: 1 addition & 1 deletion docs/api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ API Reference / Postman Collection

For reference and documentation of the API, please open the postman collection for the version of ripple1d

`v0.6.0: <https://github.com/Dewberry/ripple1d/blob/4fe2488f9d73aec08121a5c3034bf2445d0258e6/ripple1d/api/postman_collection.json>`_ This beta version contains new args for the create_fim_lib endpoint:
`v0.6.0-v0.6.1: <https://github.com/Dewberry/ripple1d/blob/4fe2488f9d73aec08121a5c3034bf2445d0258e6/ripple1d/api/postman_collection.json>`_ This beta version contains new args for the create_fim_lib endpoint:
- `library_directory`: Specifies the output directory for the FIM grids and database.
- `cleanup`: Boolean indicating if the ras HEC-RAS output grids should be deleted or not.

Expand Down
22 changes: 22 additions & 0 deletions docs/users_change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ Change Log for Users

Go to the `Releases <https://github.com/Dewberry/ripple1d/releases.html>`_ page for a list of all releases.

Feature Release 0.6.1
~~~~~~~~~~~~~~~~~~~~~

Users Changelog
----------------
This release of `ripple1d` fixes several bugs identified during testing.

Features Added
----------------
- A minor change was added to the logging behavior to improve error tracking.

Bug Fixes
----------
- A bug causing increasing processing time when calling `creat_ras_terrain` in parallel mode.
- A bug in the `extract_submodel` endpoint which failed when trying to grab the upstream cross section. A check was added for the eclipsed parameter, where if true no geopackage will be created.
- Several bugs associated with the `create_fim_lib endpoint`:

1. The library_directory arg was not being implemented correctly in the function.
2. If a fim.db already exists append fuctionality has been implemented.
3. If the directory containing the raw RAS depth grids is empty the clean up function will not be invoked.
- Resolves issues introduced when a concave hull from a source model where cross section existed in the wrong direction (resulting in a multipart polygon). A check was added to correct direction and reverses the cross section if it was drawn incorrectly. This is limited to the development of the concave hull and does not modify the cross section direction for use in the modeling.

Feature Release 0.6.0
~~~~~~~~~~~~~~~~~~~~~
Users Changelog
Expand Down
52 changes: 0 additions & 52 deletions production/README.md

This file was deleted.

60 changes: 0 additions & 60 deletions production/collection_summary.py

This file was deleted.

111 changes: 0 additions & 111 deletions production/db_utils.py

This file was deleted.

38 changes: 0 additions & 38 deletions production/headers.py

This file was deleted.

Loading

0 comments on commit 80a26f1

Please sign in to comment.