Skip to content

Releases: passaH2O/dorado

v2.5.3

20 Jun 20:55
8c90ac9
Compare
Choose a tag to compare

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

06 Dec 03:12
Compare
Choose a tag to compare

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

12 Apr 17:38
fb7b08a
Compare
Choose a tag to compare

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.

v2.5.0

07 May 19:40
d32a050
Compare
Choose a tag to compare

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.

v2.4.1

25 Jan 23:47
6f9d282
Compare
Choose a tag to compare

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

v2.4.0

18 Jan 13:55
4ab8cc7
Compare
Choose a tag to compare

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.

v2.3.0

17 Dec 19:32
df20373
Compare
Choose a tag to compare

Speeds up method for "exact" seeding of particles.

v2.2.0

02 Dec 19:23
f1ec04e
Compare
Choose a tag to compare

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

v2.1.1

01 Nov 17:12
4e7ac34
Compare
Choose a tag to compare

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

v2.1.0-JOSS

22 Oct 15:29
13592c7
Compare
Choose a tag to compare

Release for JOSS/zenodo.

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