@@ -4,6 +4,43 @@ Release Notes
44
55.. current developments
66
7+ 1.5.0
8+ =====
9+
10+ **Added: **
11+
12+ * Python 3.11, 3.12 support
13+ * Option to skip printing of introductory information when initializing the `PdfFit ` class.
14+ * Added additional runtime linker flags in `CustomBuildExt.run ` to embed the `RPATH ` flags for the built extensions.
15+ * Support for retrieving GSL configuration from `CONDA_PREFIX `/ `GSL_PATH ` on all platforms.
16+ * Separate installation instruction for macOS (Arm64) in READEM
17+ * Added `restore_stdout ` function and wrapper.
18+ * Added Python 3.13 support.
19+
20+ **Changed: **
21+
22+ * Changed setup.py to lazy evaluate gsl installation.
23+ * Documentation brought up to date
24+ * Merged the GSL configuration logic in `setup.py `.
25+ * Changed `pytest ` `capture_output ` fixture. Now automatically restores `sys.stdout `.
26+
27+ **Fixed: **
28+
29+ * remove older conda-recipe files
30+ * moved the tests directory from src to the root using conftest.py.
31+ * fixed a circular import bug during " pip install ." in GitHub CI.
32+ * renamed .py files under tests to snake_case.
33+ * add PyPI packages under pip.txt
34+ * re-cookiecutter to group's package standard
35+ * Fix missing `__date__ `, use PyPI release date.
36+ * Fixed `SystemError ` when running `pytest ` on Windows with Python 3.13.
37+
38+ **Removed: **
39+
40+ * Python <= 3.10 support
41+ * Six dependency and py2 support
42+
43+
7441.4.2
845=====
946
0 commit comments