-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathNEWS
More file actions
135 lines (96 loc) · 3.85 KB
/
NEWS
File metadata and controls
135 lines (96 loc) · 3.85 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Version 2.0
=============
Breaking changes:
o Build system has been changed from Make to CMake, via the biocmake
Bioconductor package. Thanks to Aaron Lun (@LTLA) for the initial work
on the migration.
o The HDF5 version bundled by Rhdf5lib has been upgraded from 1.10.7
to 1.14.6.
Version 1.26
=============
Bug fixes:
o Updated parts of the bundled HDF5 configure scripts (config.guess &
config.sub) which were very old and didn't recognise Apple arm64 systems
when running R installed via conda. (Thanks to @eyalbenda for reporting,
https://github.com/grimbough/Rhdf5lib/issues/54) Backported to
Rhdf5lib version 1.24.2
o The configure script has been updated to build from source on
Windows/aarch64 architecture, rather than trying to use the unsuitable
pre-compiled Windows x64 binaries. Thanks to Tomas Kalibera for the
patch.
Version 1.24
=============
Bug fixes:
o Fixed compilation issue when there was a space in the library path.
(thanks to Pius Martinn @albert180 for reporting this,
https://github.com/grimbough/rhdf5/issues/128)
o The configure script now detect the AR and RANLIB associated with R.
This fixes an issue installing the package from source when using R
provided by conda.
(thanks to Jim Jeffers @jimjeffers for reporting this,
https://github.com/grimbough/Rhdf5lib/issues/52)
Version 1.22
=============
User visible changes:
o Removed pre-compiled library for 32-bit Windows as this platform is no
longer supported by R.
Version 1.20
=============
Bug fixes:
o Installation on a system with an existing SZIP library would lead to an
empty linking location when linking against the package. This could cause
downstream compilation problems on some systems.
(thanks to @brgew for reporting and Philippe Bordron @bordron for helpful
diagnostics https://github.com/grimbough/rhdf5/issues/109)
o Fixed problem where, on some systems, the AEC library would be installed
to a directory named 'lib64' rather than 'lib' as expected by the package
Makevars
(thanks to Robby Engelmann @robby81 for reporting this,
https://github.com/grimbough/Rhdf5lib/issues/44)
Version 1.18
=============
New features:
o Package now includes precompiled libraries for Windows built with the
UCRT toolchain for R-4.2
o Swap bundled version of SZIP for LIBAEC. This now reflects the official
HDF5 group releases.
o The HDF5 configure option "--disable-sharedlib-rpath" is now exposed during
package installation
(thanks to Ben Fulton @benfulton,
https://github.com/grimbough/Rhdf5lib/pull/39)
Version 1.16
=============
Bug fixes:
o AR and RANLIB programs used to compile R are now also used to compile
the HDF5 library. This resolves issue when the default versions found on a
system are incompatible with options used to build R.
(thanks to @miesav, https://github.com/grimbough/Rhdf5lib/pull/41)
o Fixed issue in Windows installation introduced by upstream changes
to libcurl distributed by rwinlibs.
(https://github.com/grimbough/Rhdf5lib/pull/42)
Version 1.14
=============
New features:
o Updated internal version of HDF5 to 1.10.7
Bug fixes:
o CPPFLAGS used to build R are now used during HDF compilation.
o Package configure script will now stop if it encounters errors when
compiling HDF5. This should make diagnosing issues easier.
Version 1.8
=============
New features:
o Updated internal version of HDF5 to 1.10.5
Bug fixes:
o Quote paths reported by pkgconfig() to allow installation in libraries
with whitespace in the path.
Version 1.0
=============
New features:
o Updated internal version of HDF5 to 1.8.19
Bug fixes:
o Switched Windows compilation script to use CMake rather than configure.
This seems to have solved problems in opening multiple files using different
access modes.
Version 0.99
=============
o Package submitted