DrWatson.jl Versions Save

The perfect sidekick to your scientific inquiries

v2.15.0

1 month ago

DrWatson v2.15.0

Diff since v2.14.1

Merged pull requests:

  • Adding dependabot for GitHub actions (#408) (@AnHeuermann)
  • Add wload kwargs to produce_or_load (#412) (@NuclearPowerNerd)

Closed issues:

  • collect_results! problem on AWS external drive (#409)

v2.14.1

3 months ago

DrWatson v2.14.1

Diff since v2.14.0

Merged pull requests:

  • Bumping GitHub action versions (#407) (@AnHeuermann)

v2.14.0

3 months ago

DrWatson v2.14.0

Diff since v2.13.0

Merged pull requests:

  • Extract function to create custom gitignore file (#404) (@fabiofortkamp)
  • Update documentation build to documenter v1 (and fix it!) (#405) (@Datseris)

v2.13.0

7 months ago

DrWatson v2.13.0

Diff since v2.12.7

Merged pull requests:

  • Add link to DataToolkit.jl (#395) (@moble)
  • #387 (#398) (@Cia15)

Closed issues:

  • tag with git commit message (#387)

v2.12.7

10 months ago

DrWatson v2.12.7

Diff since v2.12.6

Merged pull requests:

  • Update index.md (#394) (@scls19fr)

v2.12.6

10 months ago

DrWatson v2.12.6

Diff since v2.12.5

Closed issues:

  • "verbose &&" before @info "Scanning folder $folder for result files." (#388)
  • savename with Unitful Quantitys (#391)

Merged pull requests:

  • Removing double prefixes bug in produce_or_load (#393) (@pjgorski)

v2.12.5

1 year ago

DrWatson v2.12.5

Diff since v2.12.4

Merged pull requests:

  • Update result_collection.jl (#389) (@yp51md)

v2.12.4

1 year ago

DrWatson v2.12.4

Diff since v2.12.3

Closed issues:

  • Slashes removed in #380 (#384)

Merged pull requests:

  • Revert #380 (#385) (@Datseris)

v2.12.3

1 year ago

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

1 year ago

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:

  • fix doc link for update and installing instruction (#379) (@Moelf)
  • Fix to Issue#181 (#380) (@Myrkwid)
  • Fix for Issue#251 (#381) (@Myrkwid)