Skip to content

Commit 5a6cd11

Browse files
committed
Bump version numbers and add changelog
1 parent c57c9bf commit 5a6cd11

File tree

7 files changed

+74
-10
lines changed

7 files changed

+74
-10
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} )
33

44
# project version
55
set(KASPER_VERSION_MAJOR 4)
6-
set(KASPER_VERSION_MINOR 0)
7-
set(KASPER_VERSION_PATCH 1)
6+
set(KASPER_VERSION_MINOR 1)
7+
set(KASPER_VERSION_PATCH 0)
88
set(KASPER_VERSION "${KASPER_VERSION_MAJOR}.${KASPER_VERSION_MINOR}.${KASPER_VERSION_PATCH}")
99

1010
#project( Kasper )
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Kasper Changelog
2+
3+
## Changes from v4.0.1 (2024-04-30) to v4.1.0 (2024-10-15)
4+
### Changelog
5+
### Docker
6+
- **2024-06-10:** Docker: Added diffutils & paraview to full image [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//54be51f4f3d0e35cb56236731ce29cd29089057f)
7+
### Documentation
8+
- **2024-08-16:** Documentation: Nested comments (#113) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//7a5d14b729aebd00146cead655f3123b5b3de977)
9+
- **2024-08-16:** Add minor comment to kemfield tools documentation [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//76ff6f09ba0a57fbaf167a4467621794a72fff1f)
10+
- **2024-07-08:** Documentation: Move tools to corresponding place [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9935e0f9fb49bcd6b964af2889a58687ac066659)
11+
- **2024-07-08:** Documentation: Document InspectEMFile [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//02f5c696e073aeaafdfa62bc8524fa5f3d80fcfb)
12+
- **2024-07-01:** Kassiopeia: Add processing duration as output fields [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//cbae337f15cbe189ca3e7498c7b3c236091ebad8)
13+
- **2024-06-10:** CI: Fedora 37 => Fedora 40 [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//81d617309a80ebebc5471019eb88c53366db0c11)
14+
- **2024-06-07:** Documentation: Minor spelling fix [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b826b29460b0056b12cb3833c79d52deb14c8ddd)
15+
- **2024-05-08:** Documentation: Fix typo [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//8ac109b9fcfe649107b4af1f58d43483b563b44e)
16+
### Examples
17+
### KEMField
18+
- **2024-08-26:** KEMField: Fix path not available for cached meshes [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//dfca7ca489718088dacbe0621ad829c19f0c2c58)
19+
- **2024-07-08:** KEMField: Print KSurface path on error [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1a980103fb0cf37d0b94f67f8efa68dd76198299)
20+
- **2024-07-08:** KEMField: Fix fCurrentElement defined inconsistently [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ddc27a80e40c27484b219386fcd8cea2c1812b60)
21+
- **2024-05-08:** KEMField: Throw error in case of invalid nmax [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//eee1f7965a64e40ab5b5f17921b9431599ac0dbe)
22+
- **2023-12-08:** Refactoring MagfieldCoils member variables to be in line with general naming scheme [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//07553ad1eb216297eb0737fae8f9ca739052a2f4)
23+
- **2023-12-01:** Remove obsolete compiler option for MagFieldCoils [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//2dbe44e58695784d6bdf1fb8fbbb2367f58f8010)
24+
- **2023-11-21:** clang format MagfieldCoils.cxx to make it more readable [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//918c5bad804442e51092575a104d39192581780b)
25+
- **2023-11-21:** Fix compiler warnings in MagfieldCoils.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ce14ed9ff41b63b7e185890cbbc0c29468637ff8)
26+
### KGeoBag
27+
- **2024-10-15:** Add warning when user sets a tag instead of a distinct geometry path (#119) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c57c9bfc22cb33017190c192918acf9fbe9a8025)
28+
- **2024-07-08:** KEMField: Print KSurface path on error [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1a980103fb0cf37d0b94f67f8efa68dd76198299)
29+
### Kassiopeia
30+
- **2024-09-25:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//937c6420bf4e0643ec73a0e78a2a96694fe0d3ae)
31+
- **2024-09-19:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//8b42389d80ad25059b3e23a38d89c9b477fc0658)
32+
- **2024-09-16:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9e9461896e2a3e52a457b7f62fc2ee560ea06080)
33+
- **2024-09-12:** Update Kassiopeia/XML/Complete/Interactions.xml [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c338bf90eaac908defcca1b538db3e68f15db062)
34+
- **2024-09-12:** Update KSIntCalculatorMottBuilder.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//58d7ac0a5e25dd5887367c3a9f91d39ded236452)
35+
- **2024-09-12:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c66c2f66a7cbfcd73247902f5e0184787c1737ae)
36+
- **2024-08-23:** Add processing duration to step and track output in the DipoleTrapSimulation [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//3d3daf7f60e0ed04952edf6376779adda165359d)
37+
- **2024-07-18:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9d9f6689e39c25c21d1eaa1c71cc9315b4796585)
38+
- **2024-07-16:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//811216646e7e371cccdb4a89e89ed4d94d01c7c2)
39+
- **2024-07-08:** KEMField: Print KSurface path on error [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1a980103fb0cf37d0b94f67f8efa68dd76198299)
40+
- **2024-07-01:** Kassiopeia: Add processing duration as output fields [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//cbae337f15cbe189ca3e7498c7b3c236091ebad8)
41+
- **2024-06-10:** Update Kassiopeia/Bindings/Interactions/Include/KSIntCalculatorMottBuilder.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//08659037cb1e704fadbc32853043210bba64213f)
42+
- **2024-06-10:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//317fcae9c2cea9ef561a8684c493bfcb8b0d02b7)
43+
- **2024-06-10:** Fix compiler warning about uninitialized member [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//6b5f21542e7eeb39fe414b9c8088f5689f6ad5b8)
44+
- **2024-05-08:** KSList: Avoid unneeded mutable variable [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9fca81101653b265852f7332ec6af906afcedff2)
45+
- **2024-05-08:** Fix warnings about adding controls/interactions multiple times [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//85fbde81a906437781ad84b184be60e6cd59f007)
46+
- **2024-05-07:** Update Interactions.xml [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//335814e0698c115a5294c9a081351126bd4ae4ff)
47+
- **2024-05-06:** Update KSIntCalculatorMottBuilder.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9448d42dc1033f55b7ff8588aadd352cf2787249)
48+
- **2024-05-06:** Update KSIntCalculatorMottBuilder.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b52ada7ce41d160402198f7b57524f9baa44ecf6)
49+
- **2024-05-06:** Update KSIntCalculatorMott.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//26034d4a481342f8254b9e31e8e271097d07bf0b)
50+
- **2024-05-06:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//341c15c8459c050dcbf0f49761a9be71fd6d54b1)
51+
- **2023-12-10:** Kassiopeia: Remove KSRoot::fToolbox [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//805765f69aafb5227470b05448d980138df9ece5)
52+
- **2022-08-22:** Update KSIntCalculatorMott.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//3c38e14fe57726a1282ad642135df43d827ca0bb)
53+
- **2022-08-22:** Update CMakeLists.txt [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//86820c78bedbec3aca760d84d60ac13a4afec36e)
54+
- **2022-08-22:** Update CMakeLists.txt [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//70eadb548f7a0f2c987b375abd79e860215ad430)
55+
- **2022-08-22:** Add files via upload [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//bfae4037e68bb667b323d200bb2a7afee4d5e338)
56+
- **2022-08-22:** Add files via upload [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//a1b0c2f87422301070cc507460eaa867d5f589e0)
57+
- **2022-08-22:** Add files via upload [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//96f00f5f1b966a2daaf0850f08a2575fadf1754f)
58+
- **2022-08-22:** Add files via upload [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//83ce264ef3a16c1713eb5642ec1b763bda4a2a41)
59+
### Kommon
60+
- **2024-08-16:** Fix: Unexpected closing tag caused segfaults (#112) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//e9bd1f1551d3b93ab4a23dfc57e8d4259957f5bc)
61+
### Scripts
62+
### UnitTest
63+
- **2024-06-07:** UnitTestKGeoBag: Fix segfault [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//850a8886e947f8eb71d8c8a112dd81b66273eb45)
64+
- **2024-06-07:** UnitTest: Remove unused file, fix previous commit [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//7a5bf49bd7c33fc52971d5465bf2b4885af2b2d9)

KEMField/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ endif()
66

77
# KEMField version
88
set(MODULE_VERSION_MAJOR 4)
9-
set(MODULE_VERSION_MINOR 0)
10-
set(MODULE_VERSION_PATCH 1)
9+
set(MODULE_VERSION_MINOR 1)
10+
set(MODULE_VERSION_PATCH 0)
1111
set(MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}")
1212

1313
project( KEMField )

KGeoBag/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} )
22

33
# KGeoBag version
44
set( MODULE_VERSION_MAJOR 4 )
5-
set( MODULE_VERSION_MINOR 0 )
6-
set( MODULE_VERSION_PATCH 1 )
5+
set( MODULE_VERSION_MINOR 1 )
6+
set( MODULE_VERSION_PATCH 0 )
77
set( MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}" )
88

99
#project( KGeoBag VERSION ${MODULE_VERSION})

Kassiopeia/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ endif()
1212

1313
# Kassiopeia version
1414
set( MODULE_VERSION_MAJOR 4 )
15-
set( MODULE_VERSION_MINOR 0 )
16-
set( MODULE_VERSION_PATCH 1 )
15+
set( MODULE_VERSION_MINOR 1 )
16+
set( MODULE_VERSION_PATCH 0 )
1717
set( MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}" )
1818

1919
#project( Kassiopeia VERSION ${MODULE_VERSION} )

Kommon/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} )
33
# Kommon version
44
set( MODULE_VERSION_MAJOR 1 )
55
set( MODULE_VERSION_MINOR 6 )
6-
set( MODULE_VERSION_PATCH 0 )
6+
set( MODULE_VERSION_PATCH 1 )
77
set( MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}" )
88

99
#project( Kommon VERSION ${MODULE_VERSION} )

UnitTest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} )
33
# UnitTest version
44
set( MODULE_VERSION_MAJOR 0 )
55
set( MODULE_VERSION_MINOR 2 )
6-
set( MODULE_VERSION_PATCH 6 )
6+
set( MODULE_VERSION_PATCH 7 )
77
set( MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}" )
88

99
#project( UnitTest VERSION ${MODULE_VERSION} )

0 commit comments

Comments
 (0)