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

Diff for: CHANGELOG.rst

+37
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

Diff for: news/date.rst

-23
This file was deleted.

Diff for: news/docs.rst

-23
This file was deleted.

Diff for: news/intro.rst

-23
This file was deleted.

Diff for: news/pcmt.rst

-23
This file was deleted.

Diff for: news/pip.rst

-23
This file was deleted.

Diff for: news/py312.rst

-23
This file was deleted.

Diff for: news/readme-install.rst

-23
This file was deleted.

Diff for: news/recut.rst

-23
This file was deleted.

Diff for: news/remove_six.rst

-23
This file was deleted.

Diff for: news/rls_tmpl.rst

-23
This file was deleted.

Diff for: news/rm-recipe.rst

-23
This file was deleted.

Diff for: news/sdist.rst

-23
This file was deleted.

Diff for: news/setup.rst

-24
This file was deleted.

Diff for: news/tests-dir.rst

-25
This file was deleted.

0 commit comments

Comments
 (0)