Skip to content

Commit b49fa92

Browse files
committed
update changelog and version
1 parent 1dab6b0 commit b49fa92

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/changelog.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,29 @@
55
Changelog
66
=========
77

8-
2.2.1.dev
9-
---------
8+
2.2.1 (December 22, 2020)
9+
-------------------------
1010

1111
New features
1212
~~~~~~~~~~~~
1313
- ``Minuit.profile``, ``Minuit.mnprofile``, ``Minuit.contour``, ``Minuit.draw_profile``,
1414
``Minuit.draw_mnprofile``, and ``Minuit.draw_contour`` can now be called with
1515
``subtract_min=True`` even if ``Minuit.fmin`` is None
16-
- ``iminuit.__version__`` now also displays the corresponding ROOT version of the C++
17-
Minuit2 library
16+
- ``iminuit.__version__`` now also displays the ROOT version of the C++ Minuit2 library
17+
- Support for adding constant numbers to cost functions, this allows you to write
18+
``sum(cost1, cost2, ...)`` and may be useful to subtract a constant bias from the
19+
cost
1820

1921
Other
2022
~~~~~
21-
- pydocstyle added to pre-commit checks
2223
- Documentation improvements
2324
- Further transition to numpydoc
2425
- Clarified that iminuit is based on ROOT code
2526
- List full iminuit version including ROOT version in docs
2627
- Added type hints to many interfaces (incomplete)
2728
- Renamed ``iminuit._minuit`` to ``iminuit.minuit``, making the module public
2829
- Renamed ``iminuit._minimize`` to ``iminuit.minimize``, making the module public
30+
- pydocstyle added to pre-commit checks
2931

3032
2.2.0 (December 20, 2020)
3133
-------------------------

src/iminuit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - Increase MAINTENANCE when fixing bugs without adding features
88
# - During development, add suffix .dev
99
# - For release candidates, add suffix .rcN with N >= 0
10-
iminuit_version = "2.2.1.dev"
10+
iminuit_version = "2.2.1"
1111

1212
# We list the corresponding ROOT version of the C++ Minuit2 library here
1313
root_version = "v6-23-01-RF-binSampling-267-g2ef12408ee"

0 commit comments

Comments
 (0)