Recent Releases of aeolis-python

aeolis-python - v3.0.1

Major Changes

  • updated CLI
  • Added numerical scheme for steady state solutions

What's Changed

  • Add Github action for running tests automatically by @niketagrawal in https://github.com/openearth/aeolis-python/pull/111
  • Integration test to verify the model's expected result for 1D and 2D base cases by @niketagrawal in https://github.com/openearth/aeolis-python/pull/105
  • add release guidelines by @manuGil in https://github.com/openearth/aeolis-python/pull/109
  • Unit-Tests for Model.py by @manuGil in https://github.com/openearth/aeolis-python/pull/112
  • Update citation by @manuGil in https://github.com/openearth/aeolis-python/pull/117
  • Moisture bug fix by @CarolineHalllin in https://github.com/openearth/aeolis-python/pull/116
  • Implementation grain size dependent Bagnold equation by @christavanijzendoorn in https://github.com/openearth/aeolis-python/pull/122
  • Implementing TOML file for packaging by @manuGil in https://github.com/openearth/aeolis-python/pull/125
  • Patch/deprications by @manuGil in https://github.com/openearth/aeolis-python/pull/128
  • loop over fractions replaced by numba enhanced function by @Sierd in https://github.com/openearth/aeolis-python/pull/119
  • Docs: Add developer documentation and fix bugs by @niketagrawal in https://github.com/openearth/aeolis-python/pull/134
  • Prepare for release 2.1.2 by @Sierd in https://github.com/openearth/aeolis-python/pull/139
  • change spelling of package name to lowercase by @manuGil in https://github.com/openearth/aeolis-python/pull/141
  • remove duplicate import of numpy by @manuGil in https://github.com/openearth/aeolis-python/pull/155
  • Docs by @manuGil in https://github.com/openearth/aeolis-python/pull/136
  • Update inout.py by @Sierd in https://github.com/openearth/aeolis-python/pull/145
  • Updates to CLI by @manuGil in https://github.com/openearth/aeolis-python/pull/160
  • Indent deprecation text by one blank line to improve readability by @niketagrawal in https://github.com/openearth/aeolis-python/pull/162
  • Proofread dev documentation by @manuGil in https://github.com/openearth/aeolis-python/pull/164
  • Rc.3.0.0 by @Sierd in https://github.com/openearth/aeolis-python/pull/165
  • Add in-code documentation by @niketagrawal in https://github.com/openearth/aeolis-python/pull/166
  • Update vegetation.py by @Sierd in https://github.com/openearth/aeolis-python/pull/169
  • Major update V3 by @Sierd in https://github.com/openearth/aeolis-python/pull/181
  • Sierd patch 1 by @Sierd in https://github.com/openearth/aeolis-python/pull/189
  • Update model.py by @Sierd in https://github.com/openearth/aeolis-python/pull/191
  • Output visual output by @bartvanwesten in https://github.com/openearth/aeolis-python/pull/197
  • Reorder examples by @bartvanwesten in https://github.com/openearth/aeolis-python/pull/202
  • Solved zero wind velocity in Duran grainspeed by @bartvanwesten in https://github.com/openearth/aeolis-python/pull/203
  • Improved documentation hydro-module by @CarolineHalllin in https://github.com/openearth/aeolis-python/pull/193
  • Updated vegetation variables by @bartvanwesten in https://github.com/openearth/aeolis-python/pull/199
  • Update description wet bed reset by @CarolineHalllin in https://github.com/openearth/aeolis-python/pull/213
  • Maxmoist user-defined value by @christavanijzendoorn in https://github.com/openearth/aeolis-python/pull/217
  • Postprocessing tools by @bartvanwesten in https://github.com/openearth/aeolis-python/pull/216
  • Wave height solve by @christavanijzendoorn in https://github.com/openearth/aeolis-python/pull/215
  • 1d2d patch by @Sierd in https://github.com/openearth/aeolis-python/pull/207
  • Correct the filepaths in unit test by @niketagrawal in https://github.com/openearth/aeolis-python/pull/222
  • Bart fix by @Sierd in https://github.com/openearth/aeolis-python/pull/234
  • fixed dependencies for python 3.13 by @Sierd in https://github.com/openearth/aeolis-python/pull/236
  • Add devcontainer for use in codespaces by @Sierd in https://github.com/openearth/aeolis-python/pull/240

New Contributors

  • @christavanijzendoorn made their first contribution in https://github.com/openearth/aeolis-python/pull/122

Full Changelog: https://github.com/openearth/aeolis-python/compare/v2.1.1...v3.0.0

- Jupyter Notebook
Published by Sierd 11 months ago

aeolis-python - v3.0.0.rc3

What's Changed

  • Add in-code documentation by @niketagrawal in https://github.com/openearth/aeolis-python/pull/166
  • Update vegetation.py by @Sierd in https://github.com/openearth/aeolis-python/pull/169
  • Major update V3 by @Sierd in https://github.com/openearth/aeolis-python/pull/181
  • Sierd patch 1 by @Sierd in https://github.com/openearth/aeolis-python/pull/189

Full Changelog: https://github.com/openearth/aeolis-python/compare/v3.0.0.rc1...v3.0.0.rc3

- Jupyter Notebook
Published by Sierd almost 2 years ago

aeolis-python - v3.0.0rc2

Release to test the updated Zenodo release infrastructure with new webhook.

- Jupyter Notebook
Published by Sierd over 2 years ago

aeolis-python - v3.0.0.rc1

What's Changed

  • Add Github action for running tests automatically by @niketagrawal in https://github.com/openearth/aeolis-python/pull/111
  • Integration test to verify the model's expected result for 1D and 2D base cases by @niketagrawal in https://github.com/openearth/aeolis-python/pull/105
  • add release guidelines by @manuGil in https://github.com/openearth/aeolis-python/pull/109
  • Unit-Tests for Model.py by @manuGil in https://github.com/openearth/aeolis-python/pull/112
  • Update citation by @manuGil in https://github.com/openearth/aeolis-python/pull/117
  • Moisture bug fix by @CarolineHalllin in https://github.com/openearth/aeolis-python/pull/116
  • Implementation grain size dependent Bagnold equation by @christavanijzendoorn in https://github.com/openearth/aeolis-python/pull/122
  • Implementing TOML file for packaging by @manuGil in https://github.com/openearth/aeolis-python/pull/125
  • Patch/deprications by @manuGil in https://github.com/openearth/aeolis-python/pull/128
  • loop over fractions replaced by numba enhanced function by @Sierd in https://github.com/openearth/aeolis-python/pull/119
  • Docs: Add developer documentation and fix bugs by @niketagrawal in https://github.com/openearth/aeolis-python/pull/134
  • Prepare for release 2.1.2 by @Sierd in https://github.com/openearth/aeolis-python/pull/139
  • change spelling of package name to lowercase by @manuGil in https://github.com/openearth/aeolis-python/pull/141
  • remove duplicate import of numpy by @manuGil in https://github.com/openearth/aeolis-python/pull/155
  • Docs by @manuGil in https://github.com/openearth/aeolis-python/pull/136
  • Update inout.py by @Sierd in https://github.com/openearth/aeolis-python/pull/145
  • Updates to CLI by @manuGil in https://github.com/openearth/aeolis-python/pull/160
  • Indent deprecation text by one blank line to improve readability by @niketagrawal in https://github.com/openearth/aeolis-python/pull/162
  • Proofread dev documentation by @manuGil in https://github.com/openearth/aeolis-python/pull/164
  • Rc.3.0.0 by @Sierd in https://github.com/openearth/aeolis-python/pull/165

New Contributors

  • @christavanijzendoorn made their first contribution in https://github.com/openearth/aeolis-python/pull/122

Full Changelog: https://github.com/openearth/aeolis-python/compare/v2.1.1...v3.0.0.rc1

- Jupyter Notebook
Published by Sierd over 2 years ago

aeolis-python - v2.1.1

Improvements

  • New variable to simulate fences fence_height (Glenn Strypsteen)

Bug fixes

  • Issue with checking the size of y in input file for 1D cases (Glenn Strypsteen)

Documentation

  • Update references to default branch in contributing guide

- Jupyter Notebook
Published by manuGil about 3 years ago

aeolis-python - v2.1.0

Breaking changes

  • Solve unrealistic behaviour for large tidal ranges and mildly sloping beaches (Caroline Hallin)
  • Solve conflict between versions of Numpy and Numba (Sierd de Vries & Niket Agrawal)
  • Reduce computational time when using Numba (Caroline Hallin)

Improvements

  • Solve incompatibility with Scipy 1.10 (Sierd de Vries)
  • Better documentation on numerical solvers (Sied de Vries)
  • Adopt Pytest as the testing framework (Manuel Garcia)

- Jupyter Notebook
Published by manuGil over 3 years ago

aeolis-python - v2.0.0-alpha.1

A pre-release to test the CI to PyPI

- Jupyter Notebook
Published by manuGil over 3 years ago

aeolis-python - AeoLiS v1.2.1

Aditional processes added: - non-erodible layers - avalanching

Several updated definitions: - Boundary conditions

This release is used at the TUDelft in the Coastal Dynamics II course (2019/2020)

- Jupyter Notebook
Published by Sierd about 6 years ago

aeolis-python - AeoLiS v1.1.2

- Jupyter Notebook
Published by hoonhout over 8 years ago

aeolis-python - AeoLiS v1.0.0

- Jupyter Notebook
Published by hoonhout over 8 years ago

aeolis-python - AeoLiS v1.1.1

Next release since first official release related to paper in Journal of Coastal Research - Earth Surface. Contains minor modifications. This is the first released distributed through PyPI.

Switched to fully semantic versioning.

- Jupyter Notebook
Published by hoonhout over 8 years ago

aeolis-python - AeoLiS v1.1.0

Initial release of the AeoLiS model for simulating supply-limited aeolian sediment transport.

DOI

- Jupyter Notebook
Published by hoonhout almost 10 years ago