From 5a6cd1185971414bf7c6ac21eebc4858bbee99fe Mon Sep 17 00:00:00 2001 From: Richard Salomon Date: Wed, 16 Oct 2024 08:29:28 +0200 Subject: [PATCH] Bump version numbers and add changelog --- CMakeLists.txt | 4 +- Changelog/changes-from-v4.0.1-to-v4.1.0.md | 64 ++++++++++++++++++++++ KEMField/CMakeLists.txt | 4 +- KGeoBag/CMakeLists.txt | 4 +- Kassiopeia/CMakeLists.txt | 4 +- Kommon/CMakeLists.txt | 2 +- UnitTest/CMakeLists.txt | 2 +- 7 files changed, 74 insertions(+), 10 deletions(-) create mode 100644 Changelog/changes-from-v4.0.1-to-v4.1.0.md diff --git a/CMakeLists.txt b/CMakeLists.txt index efb120262..2e8b8772e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} ) # project version set(KASPER_VERSION_MAJOR 4) -set(KASPER_VERSION_MINOR 0) -set(KASPER_VERSION_PATCH 1) +set(KASPER_VERSION_MINOR 1) +set(KASPER_VERSION_PATCH 0) set(KASPER_VERSION "${KASPER_VERSION_MAJOR}.${KASPER_VERSION_MINOR}.${KASPER_VERSION_PATCH}") #project( Kasper ) diff --git a/Changelog/changes-from-v4.0.1-to-v4.1.0.md b/Changelog/changes-from-v4.0.1-to-v4.1.0.md new file mode 100644 index 000000000..414c438b5 --- /dev/null +++ b/Changelog/changes-from-v4.0.1-to-v4.1.0.md @@ -0,0 +1,64 @@ +# Kasper Changelog + +## Changes from v4.0.1 (2024-04-30) to v4.1.0 (2024-10-15) +### Changelog +### Docker +- **2024-06-10:** Docker: Added diffutils & paraview to full image [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//54be51f4f3d0e35cb56236731ce29cd29089057f) +### Documentation +- **2024-08-16:** Documentation: Nested comments (#113) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//7a5d14b729aebd00146cead655f3123b5b3de977) +- **2024-08-16:** Add minor comment to kemfield tools documentation [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//76ff6f09ba0a57fbaf167a4467621794a72fff1f) +- **2024-07-08:** Documentation: Move tools to corresponding place [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9935e0f9fb49bcd6b964af2889a58687ac066659) +- **2024-07-08:** Documentation: Document InspectEMFile [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//02f5c696e073aeaafdfa62bc8524fa5f3d80fcfb) +- **2024-07-01:** Kassiopeia: Add processing duration as output fields [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//cbae337f15cbe189ca3e7498c7b3c236091ebad8) +- **2024-06-10:** CI: Fedora 37 => Fedora 40 [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//81d617309a80ebebc5471019eb88c53366db0c11) +- **2024-06-07:** Documentation: Minor spelling fix [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b826b29460b0056b12cb3833c79d52deb14c8ddd) +- **2024-05-08:** Documentation: Fix typo [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//8ac109b9fcfe649107b4af1f58d43483b563b44e) +### Examples +### KEMField +- **2024-08-26:** KEMField: Fix path not available for cached meshes [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//dfca7ca489718088dacbe0621ad829c19f0c2c58) +- **2024-07-08:** KEMField: Print KSurface path on error [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1a980103fb0cf37d0b94f67f8efa68dd76198299) +- **2024-07-08:** KEMField: Fix fCurrentElement defined inconsistently [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ddc27a80e40c27484b219386fcd8cea2c1812b60) +- **2024-05-08:** KEMField: Throw error in case of invalid nmax [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//eee1f7965a64e40ab5b5f17921b9431599ac0dbe) +- **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) +- **2023-12-01:** Remove obsolete compiler option for MagFieldCoils [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//2dbe44e58695784d6bdf1fb8fbbb2367f58f8010) +- **2023-11-21:** clang format MagfieldCoils.cxx to make it more readable [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//918c5bad804442e51092575a104d39192581780b) +- **2023-11-21:** Fix compiler warnings in MagfieldCoils.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ce14ed9ff41b63b7e185890cbbc0c29468637ff8) +### KGeoBag +- **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) +- **2024-07-08:** KEMField: Print KSurface path on error [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1a980103fb0cf37d0b94f67f8efa68dd76198299) +### Kassiopeia +- **2024-09-25:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//937c6420bf4e0643ec73a0e78a2a96694fe0d3ae) +- **2024-09-19:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//8b42389d80ad25059b3e23a38d89c9b477fc0658) +- **2024-09-16:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9e9461896e2a3e52a457b7f62fc2ee560ea06080) +- **2024-09-12:** Update Kassiopeia/XML/Complete/Interactions.xml [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c338bf90eaac908defcca1b538db3e68f15db062) +- **2024-09-12:** Update KSIntCalculatorMottBuilder.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//58d7ac0a5e25dd5887367c3a9f91d39ded236452) +- **2024-09-12:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c66c2f66a7cbfcd73247902f5e0184787c1737ae) +- **2024-08-23:** Add processing duration to step and track output in the DipoleTrapSimulation [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//3d3daf7f60e0ed04952edf6376779adda165359d) +- **2024-07-18:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9d9f6689e39c25c21d1eaa1c71cc9315b4796585) +- **2024-07-16:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//811216646e7e371cccdb4a89e89ed4d94d01c7c2) +- **2024-07-08:** KEMField: Print KSurface path on error [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1a980103fb0cf37d0b94f67f8efa68dd76198299) +- **2024-07-01:** Kassiopeia: Add processing duration as output fields [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//cbae337f15cbe189ca3e7498c7b3c236091ebad8) +- **2024-06-10:** Update Kassiopeia/Bindings/Interactions/Include/KSIntCalculatorMottBuilder.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//08659037cb1e704fadbc32853043210bba64213f) +- **2024-06-10:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//317fcae9c2cea9ef561a8684c493bfcb8b0d02b7) +- **2024-06-10:** Fix compiler warning about uninitialized member [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//6b5f21542e7eeb39fe414b9c8088f5689f6ad5b8) +- **2024-05-08:** KSList: Avoid unneeded mutable variable [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9fca81101653b265852f7332ec6af906afcedff2) +- **2024-05-08:** Fix warnings about adding controls/interactions multiple times [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//85fbde81a906437781ad84b184be60e6cd59f007) +- **2024-05-07:** Update Interactions.xml [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//335814e0698c115a5294c9a081351126bd4ae4ff) +- **2024-05-06:** Update KSIntCalculatorMottBuilder.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9448d42dc1033f55b7ff8588aadd352cf2787249) +- **2024-05-06:** Update KSIntCalculatorMottBuilder.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b52ada7ce41d160402198f7b57524f9baa44ecf6) +- **2024-05-06:** Update KSIntCalculatorMott.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//26034d4a481342f8254b9e31e8e271097d07bf0b) +- **2024-05-06:** Update KSIntCalculatorMott.cxx [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//341c15c8459c050dcbf0f49761a9be71fd6d54b1) +- **2023-12-10:** Kassiopeia: Remove KSRoot::fToolbox [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//805765f69aafb5227470b05448d980138df9ece5) +- **2022-08-22:** Update KSIntCalculatorMott.h [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//3c38e14fe57726a1282ad642135df43d827ca0bb) +- **2022-08-22:** Update CMakeLists.txt [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//86820c78bedbec3aca760d84d60ac13a4afec36e) +- **2022-08-22:** Update CMakeLists.txt [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//70eadb548f7a0f2c987b375abd79e860215ad430) +- **2022-08-22:** Add files via upload [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//bfae4037e68bb667b323d200bb2a7afee4d5e338) +- **2022-08-22:** Add files via upload [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//a1b0c2f87422301070cc507460eaa867d5f589e0) +- **2022-08-22:** Add files via upload [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//96f00f5f1b966a2daaf0850f08a2575fadf1754f) +- **2022-08-22:** Add files via upload [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//83ce264ef3a16c1713eb5642ec1b763bda4a2a41) +### Kommon +- **2024-08-16:** Fix: Unexpected closing tag caused segfaults (#112) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//e9bd1f1551d3b93ab4a23dfc57e8d4259957f5bc) +### Scripts +### UnitTest +- **2024-06-07:** UnitTestKGeoBag: Fix segfault [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//850a8886e947f8eb71d8c8a112dd81b66273eb45) +- **2024-06-07:** UnitTest: Remove unused file, fix previous commit [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//7a5bf49bd7c33fc52971d5465bf2b4885af2b2d9) diff --git a/KEMField/CMakeLists.txt b/KEMField/CMakeLists.txt index d977b597e..60c3645cf 100644 --- a/KEMField/CMakeLists.txt +++ b/KEMField/CMakeLists.txt @@ -6,8 +6,8 @@ endif() # KEMField version set(MODULE_VERSION_MAJOR 4) -set(MODULE_VERSION_MINOR 0) -set(MODULE_VERSION_PATCH 1) +set(MODULE_VERSION_MINOR 1) +set(MODULE_VERSION_PATCH 0) set(MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}") project( KEMField ) diff --git a/KGeoBag/CMakeLists.txt b/KGeoBag/CMakeLists.txt index 12bf4d8f5..f28279c84 100644 --- a/KGeoBag/CMakeLists.txt +++ b/KGeoBag/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} ) # KGeoBag version set( MODULE_VERSION_MAJOR 4 ) -set( MODULE_VERSION_MINOR 0 ) -set( MODULE_VERSION_PATCH 1 ) +set( MODULE_VERSION_MINOR 1 ) +set( MODULE_VERSION_PATCH 0 ) set( MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}" ) #project( KGeoBag VERSION ${MODULE_VERSION}) diff --git a/Kassiopeia/CMakeLists.txt b/Kassiopeia/CMakeLists.txt index 5fa9aaeaf..3dc886d52 100644 --- a/Kassiopeia/CMakeLists.txt +++ b/Kassiopeia/CMakeLists.txt @@ -12,8 +12,8 @@ endif() # Kassiopeia version set( MODULE_VERSION_MAJOR 4 ) -set( MODULE_VERSION_MINOR 0 ) -set( MODULE_VERSION_PATCH 1 ) +set( MODULE_VERSION_MINOR 1 ) +set( MODULE_VERSION_PATCH 0 ) set( MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}" ) #project( Kassiopeia VERSION ${MODULE_VERSION} ) diff --git a/Kommon/CMakeLists.txt b/Kommon/CMakeLists.txt index 78173566e..7250e3316 100644 --- a/Kommon/CMakeLists.txt +++ b/Kommon/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} ) # Kommon version set( MODULE_VERSION_MAJOR 1 ) set( MODULE_VERSION_MINOR 6 ) -set( MODULE_VERSION_PATCH 0 ) +set( MODULE_VERSION_PATCH 1 ) set( MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}" ) #project( Kommon VERSION ${MODULE_VERSION} ) diff --git a/UnitTest/CMakeLists.txt b/UnitTest/CMakeLists.txt index c2c8c231d..f522d06bf 100644 --- a/UnitTest/CMakeLists.txt +++ b/UnitTest/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} ) # UnitTest version set( MODULE_VERSION_MAJOR 0 ) set( MODULE_VERSION_MINOR 2 ) -set( MODULE_VERSION_PATCH 6 ) +set( MODULE_VERSION_PATCH 7 ) set( MODULE_VERSION "${MODULE_VERSION_MAJOR}.${MODULE_VERSION_MINOR}.${MODULE_VERSION_PATCH}" ) #project( UnitTest VERSION ${MODULE_VERSION} )