Changelog for
python-guidata-1.5.1-2.14.noarch.rpm :
Sat Apr 13 14:00:00 2013 toddrme2178AATTgmail.com
- Added pyside support
- Remove sles workarounds since it doesn\'t work with sles anyway
- Update to 1.5.1
* New features
* HDF5 serialization (HDF5 reader/writer):
* Added context manager
* Added convenience methods `read` and `write`
* Added convenience methods `write_object_list` and `read_object_list` to save/restore objects implementing DataSet-like `serialize` and `deserialize` methods
* Datasets I/O (HDF5/ini): None values (unset items) can now be saved/loaded for FloatItem, IntItem and BoolItem objects
* disthelpers: added option \'exclude_dirs\' to \'add_module_data_files\' and \'add_module_data_dir\' methods
* Added slider support for FloatItem objects (contributor: julien.jaeck)
* (Issue 21) Added option \'size\' in dataset `edit` and `view` methods to resize the generated dialog box (size may be a tuple of integers (width, height) or a QSize object)
* Possible API compatibility issues
* guidata now requires Python 2.6 (Python 2.5 support has been dropped)
* Bug fixes
* DataSet objects (de)serialization: fixed HDF5 reader/writer for FilesOpenItem and FloatArrayItem serialize/deserialize methods
* Fixed DataSet userconfig read/write test
* StringItem/ColorItem: fixed unicode/str issues in deserialization methods
* Added support for strings encoded in file system charset to avoid an error like \"String %r is not UTF-8 encoded\" when trying to set an item to a string value (path) obtained with a file system command
* configtools/image paths: handling file system encoded paths
* (Issue 14) Restored compatiblity with PyQt v4.4
- Update to 1.5.0
* Bug fixes
* Fixed \'callback\' property related issue: when updating a !DataSetShowGroupBox or
!DataSetEditGroupBox internal dataset, the callback property was causing a reset
of the data items to their default values
* Possible API compatibility issues
* datatypes.!OperatorProperty was renamed to !FuncProp
* Other
* New features
* Added test for the !FuncProp item property: how to change an item active state depending on another item\'s value
* Added support for dictionaries for `update_dataset` and `restore_dataset` (functions of `guidata.utils`):
* `update_dataset` may update the destination dataset from a source dictionary
* `restore_dataset` may update the destination dictionary from a source dataset
* FloatArrayItem: added option \"large\" to show all the array values in read-only mode
* Added new guidata svg logo
* disthelpers:
* added support for PySide
* disthelpers: new function \'get_visual_studio_dlls\' -- returns the list of Visual
* Studio DLLs (and create manifest) associated to Python architecture and version
- Update to 1.4.2
* Bug fixes
* disthelpers:
* the vs2008 option was accidently turned off by default on Windows platforms
* build_chm.bat: added support for Windows x64
* Other
* dataset.qtwidgets:
* !QLabel widgets word wrapping is now disabled for read-only items and may be disabled for dataset comments: this is necessary because when the parent widget height is constrained, Qt is unexpectedly reducing the height of word-wrapped QLabel widgets below their minimum size, hence truncating their contents...
* disthelpers:
* raising an exception when the right version of Ms Visual C++ DLLs was not found
* now creating the manifest and distributing from the redistribuable package installed in WinSxS
Tue Aug 7 14:00:00 2012 toddrme2178AATTgmail.com
- Initial version