Skip to content

Commit 6180000

Browse files
sbillingegithub-actions[bot]
authored andcommitted
update changelog
1 parent c2a5d7a commit 6180000

18 files changed

+37
-395
lines changed

CHANGELOG.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
744
1.4.2
845
=====
946

news/date.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/docs.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/intro.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/pcmt.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/pip.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/py312.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/readme-install.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/recut.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/remove_six.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/rls_tmpl.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/rm-recipe.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/sdist.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/setup.rst

Lines changed: 0 additions & 24 deletions
This file was deleted.

news/tests-dir.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)