Skip to content

Commit 39fea41

Browse files
authored
Release 0.2.5 (#367)
1 parent c76cf6d commit 39fea41

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# OMC3 Changelog
22

3+
#### 2022-04-12
4+
5+
- Fixed:
6+
- An additionnal knob and macros definition file has been added to reflect the knobs used by OP in the LHC Run 3. This makes sure any `omc3.model_creator` run for the LHC with `year >= 2022` has correct knobs.
7+
8+
#### 2022-04-07
9+
10+
- Miscellaneous:
11+
- The jpype1 package is not a default dependency anymore, and is instead included as a dependency in the cern and test extras. Its import is mocked where needed in omc3.
12+
313
#### 2022-02-23
414

515
- Fixed:

omc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__title__ = "omc3"
1212
__description__ = "An accelerator physics tools package for the OMC team at CERN."
1313
__url__ = "https://github.com/pylhc/omc3"
14-
__version__ = "0.2.4"
14+
__version__ = "0.2.5"
1515
__author__ = "pylhc"
1616
__author_email__ = "[email protected]"
1717
__license__ = "MIT"

0 commit comments

Comments
 (0)