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: NEWS.md
+27
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
# DGVMTools v0.8.2 (2019-10-04)
2
+
3
+
This is a bug-fix and "feature tweaking" release - i.e. there is no new major functionality but enhanced useability and other tweaks.
4
+
5
+
6
+
## Feature tweaks
7
+
8
+
* Reformulated arguments for plotTemporal() giving finer control of facetting vs line colours/styles/widths.
9
+
* "..." argument can be now used to pass arguments to internal call to facet_wrap() in plotTemporal() and plotSubannual().
10
+
* Exporting Fields to Raster now handles multiple years, months and layers.
11
+
* copyLayers() can take dec.places for Lon and Lat deperately.
12
+
* Added extra attibutes in writeNetCDF().
13
+
14
+
## Potential breaks
15
+
16
+
* Aguments to plotTemporal() have been changed.
17
+
18
+
## Bug fixes
19
+
20
+
* Correctly set keys in copyLayers().
21
+
* Correctly set start date when writing Fields in writeNetCDF().
22
+
23
+
## Behind-the-scences
24
+
25
+
* More unifying of plotting code including new sanitiseComparisonsForPlotting() and mergeFieldsForPlotting() functions and completely reworked plotTemporal() to use plotting framework functions.
0 commit comments