From 21db14eced08a312ad37821e63ebdb7e3010a87f Mon Sep 17 00:00:00 2001 From: K Anarde <57640439+anardek@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:48:10 -0400 Subject: [PATCH 1/3] Update README.md update for new DOI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5913708..76be879 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +DOI: 10.5281/zenodo.10003562 + 🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️ # cascade From 0315ea8d8ab4d2ef3d4eeea6f6373c94f64fa87d Mon Sep 17 00:00:00 2001 From: K Anarde <57640439+anardek@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:50:08 -0400 Subject: [PATCH 2/3] Update README.md Add DOI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76be879..6f1b03c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -DOI: 10.5281/zenodo.10003562 +[![DOI](https://zenodo.org/badge/310435424.svg)](https://zenodo.org/doi/10.5281/zenodo.10003561) 🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️ # cascade From 8549847a51dcae60cd1c8b9909d7b03c8aa3ef0f Mon Sep 17 00:00:00 2001 From: K Anarde <57640439+anardek@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:56:15 -0500 Subject: [PATCH 3/3] Updates to version references for publication of Parts I & II --- AUTHORS.md | 5 +++-- CHANGES.md | 4 ++-- LICENSE.md | 2 +- README.md | 21 ++++++++------------- cascade/_version.py | 2 +- 5 files changed, 15 insertions(+), 19 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index cb93b31..92858b1 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,9 +2,10 @@ ## Development Leads -* Katherine Anarde +* [Katherine Anarde](https://github.com/anardek) +* [Eric Hutton](https://github.com/mcflugen) ## Contributors -* Eric Hutton * Zachary Williams +* [Ian Reeves](https://github.com/irbreeves) diff --git a/CHANGES.md b/CHANGES.md index 244df6d..b53984d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,9 @@ # Changelog for CASCADE -## 0.1.2 (unreleased) +## 1.0.0 (2024-02-09) -- Nothing changed yet. +- Finalized for publication. No changes to the code, but finalized to version 1.0.0 ## 0.1.1 (2023-03-21) diff --git a/LICENSE.md b/LICENSE.md index b2d0cf6..b463467 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) `2023` `Katherine Anarde` +Copyright (c) `2024` `Katherine Anarde` Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/README.md b/README.md index 5913708..6567abb 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ are incorporated in *cascade* in two separate modules. The first module simulate pavement damage during overwashing events, including rebuilding roadways at sufficiently low elevations to allow for burial by overwash, constructing large dunes, and relocating the road into the barrier interior. The second module incorporates management strategies for maintaining a coastal community, including beach nourishment, dune construction, -and overwash removal. For a full description of model dynamics, please see the pre-print of "The Future of Developed -Barrier Systems: Pathways Toward Uninhabitability, Drowning, and Rebound" by Anarde et al., (in review, [Earth ArXiv preprint](https://doi.org/10.31223/X5P947)). +and overwash removal. For a full description of model dynamics, please see "The Future of Developed +Barrier Systems - Part I: Pathways Toward Uninhabitability, Drowning, and Rebound" by Anarde et al., (2024, [Earth ArXiv preprint](https://doi.org/10.31223/X5P947)). ![ModelTimeLoop-01](https://user-images.githubusercontent.com/57640439/226623608-d0c58437-d44f-4dca-8f43-0b92623fcda6.png) @@ -46,15 +46,7 @@ Community Surface Dynamics Modeling System. The repositories for the models coup ## Installation -This ReadMe corresponds to the development version of *cascade* used for the -simulations detailed in *"The Future of Developed Barrier Systems: Pathways Toward -Uninhabitability, Drowning, and Rebound" by Anarde et al., (in review, [Earth ArXiv preprint](https://doi.org/10.31223/X5P947))*. Prior -to publication, *cascade* will be made available for easy installation using either -`pip` or `conda`. Reviewers can follow the instructions provided below for installation -of *cascade*. - -To install the latest release of *cascade* using *pip*, simply run the following -in your terminal of choice: +To install the latest release of *cascade* using *pip*, simply run the following in your terminal of choice: pip install coastal-cascade @@ -65,7 +57,7 @@ You can also use `conda`: ### From Source *cascade* is actively being developed on GitHub, where the code is freely available. -If you would like to modifying code or contributing new code to *cascade*, you will first +If you would like to modify code or contribute new code to *cascade*, you will first need to get *cascade*'s source code, and then install *cascade* from that code. To get the source code you can either clone the repository with *git*: @@ -100,7 +92,10 @@ To run all of the above in a single command: [nox]: https://nox.thea.codes/ ## Example simulations -For a more complete set of example model runs and description of module functionality, we direct the use to the examples +This ReadMe corresponds to the version of *cascade* used for the simulations detailed in +*"The Future of Developed Barrier Systems - Part I: Pathways Toward Uninhabitability, Drowning, and Rebound" by +Anarde et al., (2024, [Earth ArXiv preprint](https://doi.org/10.31223/X5P947))* -- namely, v1.0.0. For a more complete +set of example model runs and description of module functionality, we direct the use to the examples provided in `notebooks`. Example (default) data inputs for cascade are provided in the `data` directory: diff --git a/cascade/_version.py b/cascade/_version.py index f8a35ae..5becc17 100644 --- a/cascade/_version.py +++ b/cascade/_version.py @@ -1 +1 @@ -__version__ = "0.1.2.dev0" +__version__ = "1.0.0"