Releases: passaH2O/dorado
v2.6.0
What's Changed
- Update deploy.yml by @elbeejay in #49
- Switch to pyproject by @elbeejay in #50
- add publication list by @elbeejay in #52
- Update routines.py by @caitlinturner in #53
- Delft3DFM Application and Spatial Functionality by @caitlinturner in #57
New Contributors
- @caitlinturner made their first contribution in #53
Full Changelog: v2.5.4...v2.6.0
v2.5.4c
another minor patch for github actions deploy.yml
Full Changelog: v2.5.4b...v2.5.4c
v2.5.3
Minor incrementing for changes to Python version support. Legacy version 2.7 removed from testing, current versions 3.10 and 3.11 added to testing. Future versions will not necessarily fail on legacy 2.7, but testing will no longer check for compatibility.
v2.5.2
Minor incrementing of version for conda-forge recipe.
Changes are to CI pipeline and location of the version information; no longer import version from package itself in setup.py as this is somewhat circular and doesn't work (as then all the package dependencies must be available before being able to install the package)
v2.5.1
v2.5.0
Switches make_weight algorithm from loop over local cells to full-domain array operations to take advantage of numpy architecture, and adapts main routine functions to re-use matplotlib plots instead of repeatedly creating them. Version should offer considerable reductions in runtimes.