Skip to content

Releases: JuliaDynamics/DrWatson.jl

v2.12.4

23 Mar 19:21
a9a2383
Compare
Choose a tag to compare

DrWatson v2.12.4

Diff since v2.12.3

Closed issues:

Merged pull requests:

v2.12.3

15 Mar 13:04
92291b4
Compare
Choose a tag to compare

DrWatson v2.12.3

Diff since v2.12.2

Closed issues:

  • v2.12.2 breaks compatibility of produce_or_load() and datadir() (#382)

Merged pull requests:

  • Force convert of projectdir to String (#383) (@Tom271)

v2.12.2

14 Mar 15:02
c0d712a
Compare
Choose a tag to compare

DrWatson v2.12.2

Diff since v2.12.1

Closed issues:

  • Handle trailing slashes in collect_results! (#181)
  • Have initialize_project() initialize the git repo with a main branch instead of master. (#251)
  • GitReference should be LibGit2.GitReference (#368)
  • Pristine initialize_project provides Warning and subsequent quickactivate does not work (#377)
  • Is there a way to leave a project? (#378)

Merged pull requests:

v2.12.1

19 Dec 16:22
9060579
Compare
Choose a tag to compare

DrWatson v2.12.1

Diff since v2.12.0

Closed issues:

  • Use a project name without a space in the examples in the documentation (#369)
  • ERROR: Package DrWatson errored during testing (#373)

Merged pull requests:

  • Update real_world.md (#371) (@oameye)
  • Remove unused type variable from roundval (#372) (@KnutAM)
  • Make default gitignore only ignore folders at the top level (#376) (@KnutAM)

v2.12.0

04 Nov 14:49
Compare
Choose a tag to compare

What's Changed

  • Typo Fixing by @aligurbu in #365
  • Allow arbitrary functions to extract name from configuration in produce_or_load by @Datseris in #366

New Contributors

Full Changelog: v2.11.1...v2.12.0

v2.11.1

17 Oct 09:32
Compare
Choose a tag to compare

What's Changed

  • fix produce_or_load macro and new project tests by @Datseris in #364

Full Changelog: v2.11.0...v2.11.1

v2.11.0

16 Oct 08:26
c2d42f3
Compare
Choose a tag to compare

What's Changed

  • Allow tests, docs, and CI hosting for projects by @Datseris in #352

Full Changelog: v2.10.0...v2.11.0

v2.10.0

30 Sep 21:29
638d1f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.1...v2.10.0

v2.9.1

21 Jan 23:20
77defda
Compare
Choose a tag to compare

DrWatson v2.9.1

Diff since v2.9.0

Closed issues:

  • collect_results undefined unless "using DataFrames"...? (#325)
  • Change rpath to a Boolean variable in collect_results (#328)

Merged pull requests:

v2.9.0

20 Jan 22:52
04d2d20
Compare
Choose a tag to compare

DrWatson v2.9.0

Diff since v2.8.0

Closed issues:

  • Tooling for a make.jl file in the project root (#315)
  • Touch outputfile in produce_or_load (#317)
  • Best practice for simulations generating multiple output files (#321)
  • Decouple produce_or_load and savename (#322)

Merged pull requests:

  • Add filename option for produce_or_load (#324) (@goerz)