-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCHANGES.txt
83 lines (49 loc) · 2.06 KB
/
CHANGES.txt
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
Version 1.3.1 - 2022-12-18
Changes:
* Fix for Python 3.10
* Renamed __special__ methods to __dunder__ methods.
Version 1.3.0 - 2021-05-13
Changes:
* No longer vendoring qtpy, but made it a dependency.
Version 1.2.1 - 2016-11-02
Changes:
* Fixed installer.
Version 1.2.0 - 2016-10-30
Changes:
* Works with PyQt5.
* Shortcut keys for toggling callable and __special__ attributes.
Version 1.1.0 - 2016-10-01
Changes:
* Works with Python 3
* Works with both PySide and PyQt4
* Integration with IPython event loop and refresh functionality (only IPython 4)
* Improved color, font and filters:
- All objects that are callable are displayed in blue.
- All objects that are attributes are displayed in italics.
- Callable attributes and __special__ attributes can be filtered.
* Toggling callable and __special__ attributes no longer collapses the entire tree.
Bug fixes:
* Ordered dict keys are no longer sorted alphabetically.
* Fixed off-by-one error where where fetchMore added an empty row to the table.
* Various small bug fixes.
License:
* Switched to the MIT license (was GPL v3) so it can be used by the Spyder project.
https://github.com/spyder-ide/spyder/issues/558
https://www.riverbankcomputing.com/pipermail/pyqt/2016-September/038129.html
Version 1.0.0 - 2014-03-30
User visible changes:
* More sensible parameters for the browse() function.
* Made objbrowser extensible; it is possible to define your own columns.
* Added examples that show how to extend objbrowser.
* Added 'unicode' column.
* Replaced 'value' column by a 'summary' column.
* Routines displayed in blue.
* __special__ attributes are displayed in italics.
* Alternate colors in the table.
* Persistent window settings.
Bug fixes:
(none)
License:
* Using GPL version 3 (was version 2)
Version 0.9.0 - 2013-08-11
First upload to Github.