Skip to content

Commit 4c0605d

Browse files
committed
updated changelog
1 parent b01e19f commit 4c0605d

File tree

2 files changed

+9
-23
lines changed

2 files changed

+9
-23
lines changed

CHANGELOG.md

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# guidata Releases #
22

3+
### Version 2.0.4 ###
4+
5+
Bug fixes:
6+
7+
* Fixed missing import for DictItem callback
38

49
### Version 2.0.3 ###
510

@@ -12,7 +17,6 @@ Bug fixes:
1217
* Fixed Qt5 translation standard support
1318
* Fixed code editor/console widgets dark mode default settings
1419

15-
1620
### Version 2.0.2 ###
1721

1822
Bug fixes:
@@ -58,30 +62,26 @@ Changes:
5862
Changes:
5963

6064
* 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/>
6366

6467
### Version 1.7.7 ###
6568

6669
Bug fixes:
6770

6871
* Fixed Spyder v4.0 compatibility issues.
6972

70-
7173
### Version 1.7.6 ###
7274

7375
Bug fixes:
7476

7577
* Fixed Spyder v3.0 compatibility issues.
7678

77-
7879
### Version 1.7.5 ###
7980

8081
Bug fixes:
8182

8283
* `FilesOpenItem.check_value` : if value is None, return False (avoids "None Type object is not iterable" error)
8384

84-
8585
### Version 1.7.4 ###
8686

8787
Bug fixes:
@@ -90,7 +90,6 @@ Bug fixes:
9090
* `HDF5Reader.read_object_list`: fixed division by zero (when count was 1)
9191
* `hdf5io`: fixed Python3 compatibility issue with unicode_hdf type converter
9292

93-
9493
### Version 1.7.3 ###
9594

9695
Features:
@@ -107,14 +106,12 @@ Bug fixes:
107106
* Supporting recent versions of SciPy, h5py and IPython
108107
* Fixed compatibility issue (workaround) with IPython on Python 2.7 (that is the "collection.sys cx_Freeze error")
109108

110-
111109
### Version 1.7.2 ###
112110

113111
Bug fixes:
114112

115113
* Fixed compatibility issues with old versions of Spyder (<v2.3)
116114

117-
118115
### Version 1.7.1 ###
119116

120117
Bug fixes:
@@ -131,22 +128,19 @@ Setup:
131128

132129
* Using setuptools "entry_points" instead of distutils "scripts"
133130

134-
135131
### Version 1.7.0 ###
136132

137133
Possible API compatibility issues:
138134

139135
* Added support for PyQt5 (removed old-style signals)
140136

141-
142137
### Version 1.6.1 ###
143138

144139
Possible API compatibility issues:
145140

146141
* disthelpers:
147142
* Changed arguments from "architecture=None, python_version=None" to "msvc_version, architecture=None"
148143

149-
150144
### Version 1.6.0 ###
151145

152146
Added support for Python 3 (see module `guidata.py3compat`).
@@ -162,7 +156,6 @@ Bug fixes:
162156

163157
* 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)
164158

165-
166159
### Version 1.5.1 ###
167160

168161
New features:
@@ -189,7 +182,6 @@ Bug fixes:
189182
* configtools/image paths: handling file system encoded paths
190183
* (Issue 14) Restored compatiblity with PyQt v4.4
191184

192-
193185
### Version 1.5.0 ###
194186

195187
Bug fixes:
@@ -212,10 +204,9 @@ Other changes:
212204
* Added new guidata svg logo
213205
* disthelpers:
214206
* 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
216208
Studio DLLs (and create manifest) associated to Python architecture and version
217209

218-
219210
### Version 1.4.2 ###
220211

221212
Bug fixes:
@@ -232,7 +223,6 @@ Other changes:
232223
* raising an exception when the right version of Ms Visual C++ DLLs was not found
233224
* now creating the manifest and distributing from the redistribuable package installed in WinSxS
234225

235-
236226
### Version 1.4.1 ###
237227

238228
Bug fixes:
@@ -241,7 +231,7 @@ Bug fixes:
241231
* guidata.qt compat package: fixed _modname typo
242232
* hdf5io:
243233
* 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>)
245235
* disthelpers:
246236
* vs2008 option was ignored
247237
* added 'C:\Program Files (x86)' to bin includes (cx_Freeze)
@@ -259,7 +249,6 @@ Other changes:
259249
* added support for Maplotlib 1.1
260250
* Allow DateTime edit widgets to popup calendar
261251

262-
263252
### Version 1.4.0 ###
264253

265254
Possible API compatibility issues:
@@ -278,7 +267,6 @@ Other changes:
278267
see the new disthelpers test for more details (tests/dishelpers.py)
279268
* reorganized utils and configtools modules
280269

281-
282270
### Version 1.3.2 ###
283271

284272
Since this version, `guidata` is compatible with PyQt4 API #1 *and* API #2.
@@ -312,7 +300,6 @@ Other changes:
312300
* guidata.hdf5io.Dset: added missing keyword argument 'optional' (same effect as parent class Attr)
313301
* guidata.dataset.dataitems.IntItem objects: added support for sliders (fixes Issue 9) with option slider=True (see documentation)
314302

315-
316303
### Version 1.3.1 ###
317304

318305
Bug fixes:
@@ -324,7 +311,6 @@ Other changes:
324311

325312
* hdf5io: printing error messages in sys.stderr + added more infos when failing to load attribute
326313

327-
328314
### Version 1.3.0 ###
329315

330316
Bug fixes:

guidata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.. _GoogleGroup: http://groups.google.fr/group/guidata_guiqwt
1818
"""
1919

20-
__version__ = "2.0.3"
20+
__version__ = "2.0.4"
2121

2222
# TODO: Add Python module hash utilities (for dependencies checking)
2323
# TODO: Investigate the qthelpers test failure (see after if __name__=='__main__')

0 commit comments

Comments
 (0)