You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# 0.8.0
2
2
***[BREAKING]** : Slightly changed how `produce_or_load` uses `path` and interacts with `savename`, to better incorporate the changes done in version 0.6.0. `prefix` is now also supported.
3
+
*`tag!` and co now also store the git diff patch if the repo is dirty (#80).
4
+
***[BREAKING]** : `tag!` now saves the commit information into a field `gitcommit` instead of just `commit`.
3
5
4
6
# 0.7.1
5
7
*`projectdir()` now warns if no project (other than the standard one) is
Copy file name to clipboardExpand all lines: docs/src/save.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,10 @@ For reproducibility reasons (and also to not go insane when asking "HOW DID I GE
31
31
To this end we have some functions that can be used to ensure reproducibility:
32
32
33
33
```@docs
34
-
gitdescribe
35
34
tag!
36
35
@tag!
36
+
gitdescribe
37
+
DrWatson.gitpatch
37
38
```
38
39
39
40
Please notice that `tag!` will operate in place only when possible. If not possible then a new dictionary is returned. Also (importantly) these functions will **never error** as they are most commonly used when saving simulations and this could risk data not being saved!
0 commit comments