-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
53 lines (42 loc) · 1.54 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
2019-07-13: Ver 0.1-5
* Test with openmpi-4.0.1, hdf5-1.10.5 (--enable-parallel), and
netcdf-c-4.7.0 (--enable-netcdf4).
2016-10-25: Ver 0.1-5
* Fixed compiler warnings and several serious static analyzer bugs.
2016-08-08: Ver 0.1-5
* Fixed R CMD check NOTE on windows.
* A few internal cosmetic tweaks and improvements.
2014-06-21: Ver. 0.1-4
* Drop jss.cls and jss.bst
* Add regenerate and aclocal.m4 back.
2014-05-24: Ver. 0.1-3
* Migration to MS-MPI.
* Add Windows NetCDF4 support in serial.
2014-02-14: Ver. 0.1-3
* Export vobjtovarid4.
* Move non-standar files/directories to inst/ and inst/org/
2013-07-30: ver. 0.1-2
* Add man page.
2013-07-02: ver. 0.1-1
* Test on newer HDF5 and NetCDF4 libraries added to the vignette.
* Citation typo fixed.
* Edit vignettes.
* Move vignettes to vignettes/.
2013-02-20: ver. 0.1-0
* Fix bugs in "configure.in" and "src/Makevar.in".
* Test read and write for both serial and parallel.
* Add file format checking to avoid crash.
======================= Log Before Release =====================================
2012-12-26:
* Bugs free by Pragneshkumar Patel and Wei-Chen Chen.
* First package initialized.
* Add man pages for new parallel functions.
* Modify "configure.in".
* Change PACKAGE="ncdf4" to PACKAGE="pbdNCDF4" in all R code.
* Change "\link[ncdf4]" to "\link[pbdNCDF4]" in all man page.
* Migrate to ncdf4_1.8.tar.gz
* Fix multi-arch problem.
* Add copyright to vignette.
* Fix .Last.lib problem.
2011-10-*:
* First initialized by George Ostrouchov.