File tree Expand file tree Collapse file tree 8 files changed +61
-9
lines changed Expand file tree Collapse file tree 8 files changed +61
-9
lines changed Original file line number Diff line number Diff line change 11Apptools CHANGELOG
22==================
33
4+ Version 5.3.0
5+ ~~~~~~~~~~~~~
6+
7+ Released: 2024-07-05
8+
9+ This is a minor release, focusing primarily on bringing apptools up to date
10+ with respect to more recent versions of Python and 3rd party packages.
11+ Support for Python 3.7 has been dropped.
12+
13+ Thanks to the following contributors:
14+
15+ * Mark Dickinson
16+ * Stewart Ferguson
17+ * Frank Longford
18+ * Tony Ni
19+ * Sai Rahul Poruri
20+
21+ Fixes
22+ -----
23+ * Drop support for Python 3.7. (#339)
24+ * Replaced uses of ``numpy.alltrue``, for compatibility with NumPy 2.0. (#341)
25+ * Don't write to preferences on ``PreferencesHelper`` creation. (#343)
26+ * Fix a test that was broken in the presence of Mayavi / TVTK. (#352)
27+
28+ Documentation
29+ -------------
30+ * Moved Sphinx-generated man page to section 3. (#89)
31+
32+ Build System
33+ ------------
34+ * TraitsUI, Pyface and configobj are now optional dependencies. TraitsUI
35+ and Pyface will be installed with ``pip install apptools[gui]``. configobj
36+ will be installed with ``pip install apptools[preferences]``. (#351)
37+
38+
39+ Version 5.2.1
40+ ~~~~~~~~~~~~~
41+
42+ Released: 2023-06-23
43+
44+ This is a bugfix release fixing a Python 3.11 compatibility issue in
45+ StatePickler.
46+
47+ Thanks to the following contributors:
48+
49+ * Mark Dickinson
50+ * Tony Ni
51+ * Rahul Poruri
52+
53+ Fixes
54+ -----
55+ * Fix StatePickler for Python 3.11. (#328)
56+ * Add encoding as an attribute for LogFileHandler initialization. (#324)
57+
58+ Build
59+ -----
60+ * Drop Python 3.6 and macOS from EDM test matrix. (#330, #332)
61+ * Update Github workflows. (#326)
62+
63+
464Version 5.2.0
565~~~~~~~~~~~~~
666
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222MINOR = 3
2323MICRO = 0
2424PRERELEASE = ""
25- IS_RELEASED = False
25+ IS_RELEASED = True
2626
2727# If this file is part of a Git export (for example created with "git archive",
2828# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the
You can’t perform that action at this time.
0 commit comments