Recent Releases of dorado

dorado - v2.6.0

What's Changed

  • Update deploy.yml by @elbeejay in https://github.com/passaH2O/dorado/pull/49
  • Switch to pyproject by @elbeejay in https://github.com/passaH2O/dorado/pull/50
  • add publication list by @elbeejay in https://github.com/passaH2O/dorado/pull/52
  • Update routines.py by @caitlinturner in https://github.com/passaH2O/dorado/pull/53
  • Delft3DFM Application and Spatial Functionality by @caitlinturner in https://github.com/passaH2O/dorado/pull/57

New Contributors

  • @caitlinturner made their first contribution in https://github.com/passaH2O/dorado/pull/53

Full Changelog: https://github.com/passaH2O/dorado/compare/v2.5.4...v2.6.0

Scientific Software - Peer-reviewed - Python
Published by elbeejay 6 months ago

dorado - v2.6.0

Introduces a significant expansion of the spatial exposure time calculations from @caitlinturner.

Includes a new spatial.py module, a few new routines for interacting with those outputs, and a new detailed example for working with Delft3D-FM outputs, along with a couple minor bug fixes. See PR #57 for details.

Scientific Software - Peer-reviewed - Python
Published by wrightky 6 months ago

dorado - v2.5.4c

another minor patch for github actions deploy.yml

Full Changelog: https://github.com/passaH2O/dorado/compare/v2.5.4b...v2.5.4c

Scientific Software - Peer-reviewed - Python
Published by elbeejay 12 months ago

dorado - 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.

Scientific Software - Peer-reviewed - Python
Published by wrightky over 2 years ago

dorado - 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)

Scientific Software - Peer-reviewed - Python
Published by elbeejay about 3 years ago

dorado - v2.5.1

Adds max_iter keyword argument to make the iteration limit more flexible. Adds verbose keyword arguments to all functions with print-statements. Drops automatic link-checking in documentation as GitHub documentation links were failing for some reason.

Scientific Software - Peer-reviewed - Python
Published by elbeejay almost 4 years ago

dorado - 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.

Scientific Software - Peer-reviewed - Python
Published by wrightky almost 5 years ago

dorado - v2.4.1

Reduces time spent computing particle routing weights, particularly for large domains. See PR #25 for more details.

Scientific Software - Peer-reviewed - Python
Published by wrightky about 5 years ago

dorado - v2.4.0

Version 2.4.0

Adds three features: - Nourishment area functions - Nourishment time functions - Native boundary-cropping for unstruct2grid()

Refer to PR #20 for more details.

Scientific Software - Peer-reviewed - Python
Published by elbeejay about 5 years ago

dorado - v2.3.0

Speeds up method for "exact" seeding of particles.

Scientific Software - Peer-reviewed - Python
Published by elbeejay about 5 years ago

dorado - v2.2.0

Improves performance by pre-computing routing weights, reduces runtime by 3-5 times for typical particle injection

Scientific Software - Peer-reviewed - Python
Published by wrightky about 5 years ago

dorado - v2.1.1

Small bugfix for the number of particles identified in the generator function.

Scientific Software - Peer-reviewed - Python
Published by elbeejay over 5 years ago

dorado - v2.1.0-JOSS

Release for JOSS/zenodo.

Code is identical to v2.1.0. Minor edits to paper.md and paper.bib have been made.

Scientific Software - Peer-reviewed - Python
Published by elbeejay over 5 years ago

dorado - v2.1.0

This release does the following: - Creates a new routine, snake_plots() which adds built-in functionality for plotting the particles with trailing "tails" showing their previous locations - Optimizes the draw_travel_path() function making it much faster

Scientific Software - Peer-reviewed - Python
Published by elbeejay over 5 years ago

dorado - v2.0.0

Breaking changes to the API from v1.0.0 prompted this release. Most of these changes are related to PR #15.

Scientific Software - Peer-reviewed - Python
Published by elbeejay over 5 years ago

dorado - v1.0.0

Release of dorado v1.0.0

Scientific Software - Peer-reviewed - Python
Published by elbeejay over 5 years ago

dorado - v0.9.3-beta

Testing conda deployment...

Scientific Software - Peer-reviewed - Python
Published by elbeejay over 5 years ago

dorado - v0.9.0-beta

Beta release v0.9.0 to test deployment to pypi.

Scientific Software - Peer-reviewed - Python
Published by elbeejay over 5 years ago