@@ -4,6 +4,49 @@ Release Notes
44
55.. current developments
66
7+ 3.1.0
8+ =====
9+
10+ **Added: **
11+
12+ * numpy >= 2.0 support
13+ * Codecov coverage report in PRs
14+ * Spelling check with Codespell in pre-commit
15+ * Added Whittaker-Shannon interpolation option for grid_interpolation.
16+ * Added support for python 3.13
17+ * no-news needed: just tweaking installation instructions
18+
19+ **Changed: **
20+
21+ * Package reformatted to comply with new Billinge Group package structure
22+ * Changed the removed local manual link to the online page.
23+ * Use WS interpolation for Nyquist grid.
24+ * Refreshed tutorial manual and brought documentation up to date
25+ * Plots now use colors from the billinge-group matplotlib stylesheet, bg-mpl-stylesheets
26+ * Updated install instructions in README.rst.
27+
28+ **Fixed: **
29+
30+ * Change background color to match system settings in `Phase Configuration `.
31+ * inability to find gui resources bug in py < 3.12
32+ * fixed date rendering in 'about' dialog box
33+ * fix "absent from setuptools' packages configuration" warnings during python -m build
34+ * use conda.txt instead of run.txt for conda package dependencies
35+ * remove conda-recipe folder - feedstock repo has the latest version
36+ * two warnings with (1) linestyle redundantly defined and (2) no artists with labels found to put in legend
37+ * Use miniforge in CI to avoid strange error of incorrect MacOS version logged from base env
38+ * Re-cookiecut to include GH issues templates, getting started, and install updates
39+ * Fixed TypeError when using Nyquist interp.
40+ * Fixed online manual not showing images.
41+ * Code linted up to PEP8 and group standards
42+
43+ **Removed: **
44+
45+ * Removed wx3 support that was previously deprecated.
46+ * Remove diffpy.structure and numpy in macOS Arm64 readme installation since they are installed by other conda-forge dependencies.
47+ * six dependency in run.txt
48+
49+
750v3.0.5
851====================
952
0 commit comments