Skip to content

Commit ddbf883

Browse files
committed
update version and changelog
1 parent 0e2dfae commit ddbf883

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

doc/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
Changelog
66
=========
77

8+
2.21.0 (March 03, 2023)
9+
-----------------------
10+
- Fix of matrix_format (`#843 <https://github.com/scikit-hep/iminuit/pull/843>`_)
11+
- Support annotated model parameters (`#839 <https://github.com/scikit-hep/iminuit/pull/839>`_)
12+
- Visualize fit in minuit._repr_html_ (`#838 <https://github.com/scikit-hep/iminuit/pull/838>`_)
13+
814
2.20.0 (February 13, 2023)
915
--------------------------
1016
- Fix coverage, typing, template for 2d models (`#836 <https://github.com/scikit-hep/iminuit/pull/836>`_)

doc/update_changelog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def parse_version_with_fallback(x):
6363
new_content = f"{header}\n{'-' * len(header)}\n"
6464
if git_log:
6565
for x in git_log:
66+
if x.startswith("[pre-commit.ci]"):
67+
continue
6668
x = re.sub(
6769
"#([0-9]+)", r"`#\1 <https://github.com/scikit-hep/iminuit/pull/\1>`_", x
6870
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "iminuit"
1010
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
11-
version = "2.20.0"
11+
version = "2.21.0"
1212
maintainers = [
1313
{ name = "Hans Dembinski" },
1414
{ email = "[email protected]" },

0 commit comments

Comments
 (0)