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
+8-22Lines changed: 8 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# guidata Releases #
2
2
3
+
### Version 2.0.4 ###
4
+
5
+
Bug fixes:
6
+
7
+
* Fixed missing import for DictItem callback
3
8
4
9
### Version 2.0.3 ###
5
10
@@ -12,7 +17,6 @@ Bug fixes:
12
17
* Fixed Qt5 translation standard support
13
18
* Fixed code editor/console widgets dark mode default settings
14
19
15
-
16
20
### Version 2.0.2 ###
17
21
18
22
Bug fixes:
@@ -58,30 +62,26 @@ Changes:
58
62
Changes:
59
63
60
64
* Added PyQt4/PyQt5/PySide automatic switch depending on installed libraries
61
-
* Moved documentation to https://docs.readthedocs.io/
62
-
65
+
* Moved documentation to <https://docs.readthedocs.io/>
63
66
64
67
### Version 1.7.7 ###
65
68
66
69
Bug fixes:
67
70
68
71
* Fixed Spyder v4.0 compatibility issues.
69
72
70
-
71
73
### Version 1.7.6 ###
72
74
73
75
Bug fixes:
74
76
75
77
* Fixed Spyder v3.0 compatibility issues.
76
78
77
-
78
79
### Version 1.7.5 ###
79
80
80
81
Bug fixes:
81
82
82
83
*`FilesOpenItem.check_value` : if value is None, return False (avoids "None Type object is not iterable" error)
83
84
84
-
85
85
### Version 1.7.4 ###
86
86
87
87
Bug fixes:
@@ -90,7 +90,6 @@ Bug fixes:
90
90
*`HDF5Reader.read_object_list`: fixed division by zero (when count was 1)
91
91
*`hdf5io`: fixed Python3 compatibility issue with unicode_hdf type converter
92
92
93
-
94
93
### Version 1.7.3 ###
95
94
96
95
Features:
@@ -107,14 +106,12 @@ Bug fixes:
107
106
* Supporting recent versions of SciPy, h5py and IPython
108
107
* Fixed compatibility issue (workaround) with IPython on Python 2.7 (that is the "collection.sys cx_Freeze error")
109
108
110
-
111
109
### Version 1.7.2 ###
112
110
113
111
Bug fixes:
114
112
115
113
* Fixed compatibility issues with old versions of Spyder (<v2.3)
116
114
117
-
118
115
### Version 1.7.1 ###
119
116
120
117
Bug fixes:
@@ -131,22 +128,19 @@ Setup:
131
128
132
129
* Using setuptools "entry_points" instead of distutils "scripts"
133
130
134
-
135
131
### Version 1.7.0 ###
136
132
137
133
Possible API compatibility issues:
138
134
139
135
* Added support for PyQt5 (removed old-style signals)
140
136
141
-
142
137
### Version 1.6.1 ###
143
138
144
139
Possible API compatibility issues:
145
140
146
141
* disthelpers:
147
142
* Changed arguments from "architecture=None, python_version=None" to "msvc_version, architecture=None"
148
143
149
-
150
144
### Version 1.6.0 ###
151
145
152
146
Added support for Python 3 (see module `guidata.py3compat`).
@@ -162,7 +156,6 @@ Bug fixes:
162
156
163
157
* disthelpers.prepend_module_to_path: unload modules which were already imported to be able to replace them by other versions (mostly `guidata` should be concerned by this if the function is used -as it should be- in package's __init__.py script)
164
158
165
-
166
159
### Version 1.5.1 ###
167
160
168
161
New features:
@@ -189,7 +182,6 @@ Bug fixes:
189
182
* configtools/image paths: handling file system encoded paths
190
183
* (Issue 14) Restored compatiblity with PyQt v4.4
191
184
192
-
193
185
### Version 1.5.0 ###
194
186
195
187
Bug fixes:
@@ -212,10 +204,9 @@ Other changes:
212
204
* Added new guidata svg logo
213
205
* disthelpers:
214
206
* added support for PySide
215
-
* disthelpers: new function 'get_visual_studio_dlls' -- returns the list of Visual
207
+
* disthelpers: new function 'get_visual_studio_dlls' -- returns the list of Visual
216
208
Studio DLLs (and create manifest) associated to Python architecture and version
217
209
218
-
219
210
### Version 1.4.2 ###
220
211
221
212
Bug fixes:
@@ -232,7 +223,6 @@ Other changes:
232
223
* raising an exception when the right version of Ms Visual C++ DLLs was not found
233
224
* now creating the manifest and distributing from the redistribuable package installed in WinSxS
234
225
235
-
236
226
### Version 1.4.1 ###
237
227
238
228
Bug fixes:
@@ -241,7 +231,7 @@ Bug fixes:
241
231
* guidata.qt compat package: fixed _modname typo
242
232
* hdf5io:
243
233
* optional attribute mechanism generalized to both Attr and DSet objects (for both saving and loading data)
244
-
* H5Store/`close` method: now checking if h5 file has already been closed before trying to close it (see http://code.google.com/p/h5py/issues/detail?id=220)
234
+
* H5Store/`close` method: now checking if h5 file has already been closed before trying to close it (see <http://code.google.com/p/h5py/issues/detail?id=220>)
245
235
* disthelpers:
246
236
* vs2008 option was ignored
247
237
* added 'C:\Program Files (x86)' to bin includes (cx_Freeze)
@@ -259,7 +249,6 @@ Other changes:
259
249
* added support for Maplotlib 1.1
260
250
* Allow DateTime edit widgets to popup calendar
261
251
262
-
263
252
### Version 1.4.0 ###
264
253
265
254
Possible API compatibility issues:
@@ -278,7 +267,6 @@ Other changes:
278
267
see the new disthelpers test for more details (tests/dishelpers.py)
279
268
* reorganized utils and configtools modules
280
269
281
-
282
270
### Version 1.3.2 ###
283
271
284
272
Since this version, `guidata` is compatible with PyQt4 API #1*and* API #2.
@@ -312,7 +300,6 @@ Other changes:
312
300
* guidata.hdf5io.Dset: added missing keyword argument 'optional' (same effect as parent class Attr)
313
301
* guidata.dataset.dataitems.IntItem objects: added support for sliders (fixes Issue 9) with option slider=True (see documentation)
314
302
315
-
316
303
### Version 1.3.1 ###
317
304
318
305
Bug fixes:
@@ -324,7 +311,6 @@ Other changes:
324
311
325
312
* hdf5io: printing error messages in sys.stderr + added more infos when failing to load attribute
0 commit comments