You can subscribe to this list here.
2013 |
Jan
(3) |
Feb
(16) |
Mar
(5) |
Apr
(15) |
May
(7) |
Jun
(1) |
Jul
(9) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
(4) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2014 |
Jan
(44) |
Feb
(14) |
Mar
(3) |
Apr
(3) |
May
(3) |
Jun
(4) |
Jul
(10) |
Aug
(17) |
Sep
(41) |
Oct
(1) |
Nov
|
Dec
(10) |
2015 |
Jan
(6) |
Feb
(14) |
Mar
(14) |
Apr
(12) |
May
(26) |
Jun
(3) |
Jul
(5) |
Aug
(7) |
Sep
(17) |
Oct
(8) |
Nov
|
Dec
(2) |
2016 |
Jan
(8) |
Feb
|
Mar
|
Apr
(2) |
May
(23) |
Jun
(9) |
Jul
(8) |
Aug
|
Sep
(7) |
Oct
(1) |
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
(4) |
Mar
|
Apr
(2) |
May
(2) |
Jun
(29) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(19) |
Dec
(5) |
2019 |
Jan
(7) |
Feb
(19) |
Mar
(12) |
Apr
(45) |
May
(3) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
(8) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Travis CI <bu...@tr...> - 2019-04-10 19:07:00
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #745 Status: Still Failing Duration: 8 mins and 35 secs Commit: 58e503e (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Fix performance problems for connected fit With the more complicated parameter mapping, the calculation of the gradient of the connection term was extremely expensive. Now, we are back to the assumption that all bins have the same amount of parameters. This required a handling of empty data sets at the likelihood level. View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/02484de9a777...58e503e4a5ec View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/518437626?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: Travis CI <bu...@tr...> - 2019-04-10 19:00:07
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #747 Status: Still Failing Duration: 7 mins and 54 secs Commit: 7e7ae63 (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Fix performance problems for connected fit With the more complicated parameter mapping, the calculation of the gradient of the connection term was extremely expensive. Now, we are back to the assumption that all bins have the same amount of parameters. This required a handling of empty data sets at the likelihood level. View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/86218b2d3f3a...7e7ae63acf71 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/518441081?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: stefan-wallner <no...@gi...> - 2019-04-10 18:51:05
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 7e7ae63acf7107a0820e294001926b2b24a0217a https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/7e7ae63acf7107a0820e294001926b2b24a0217a Author: Stefan Wallner <ste...@tu...> Date: 2019-04-10 (Wed, 10 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Fix performance problems for connected fit With the more complicated parameter mapping, the calculation of the gradient of the connection term was extremely expensive. Now, we are back to the assumption that all bins have the same amount of parameters. This required a handling of empty data sets at the likelihood level. |
From: stefan-wallner <no...@gi...> - 2019-04-10 18:47:53
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 86218b2d3f3a74908cdf9b8724f14ac9e815c144 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/86218b2d3f3a74908cdf9b8724f14ac9e815c144 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-10 (Wed, 10 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Fix performance problems for connected fit With the more complicated parameter mapping, the calculation of the gradient of the connection term was extremely expensive. Now, we are back to the assumption that all bins have the same amount of parameters. This required a handling of empty data sets at the likelihood level. |
From: stefan-wallner <no...@gi...> - 2019-04-10 18:42:51
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 498172d81225303807314b8f7e2b84e757c6bc03 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/498172d81225303807314b8f7e2b84e757c6bc03 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-10 (Wed, 10 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py Log Message: ----------- pyPartialWaveFit: Fix progress bar of `Fitter` Commit: 58e503e4a5ec161aa780fbdbb755ba0e4824060e https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/58e503e4a5ec161aa780fbdbb755ba0e4824060e Author: Stefan Wallner <ste...@tu...> Date: 2019-04-10 (Wed, 10 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Fix performance problems for connected fit With the more complicated parameter mapping, the calculation of the gradient of the connection term was extremely expensive. Now, we are back to the assumption that all bins have the same amount of parameters. This required a handling of empty data sets at the likelihood level. Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/02484de9a777...58e503e4a5ec |
From: stefan-wallner <no...@gi...> - 2019-04-10 18:42:03
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 4537be07ad701ffda1f5ad5e9db23f718b8dda7e https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/4537be07ad701ffda1f5ad5e9db23f718b8dda7e Author: Stefan Wallner <st...@po...> Date: 2019-04-08 (Mon, 08 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/scripts/pwaPyFit.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement multiple data sets in connected likelihood and improve start parameter generator Commit: 02484de9a777cffc1eee444029488cb6f613166d https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/02484de9a777cffc1eee444029488cb6f613166d Author: Stefan Wallner <st...@po...> Date: 2019-04-09 (Tue, 09 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFitConnected: Implement scaling to Nbar for `startParameterGeneratorRpwaUniform` Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/389d446bb45f...02484de9a777 |
From: Travis CI <bu...@tr...> - 2019-04-08 17:28:43
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #743 Status: Still Failing Duration: 8 mins and 47 secs Commit: 389d446 (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Implement multiple data sets in connected likelihood and improve start parameter generator View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/c8f307b7691f...389d446bb45f View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/517372439?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: stefan-wallner <no...@gi...> - 2019-04-08 17:19:30
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 389d446bb45f1d76d9615c87891ff9c6581a2fb9 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/389d446bb45f1d76d9615c87891ff9c6581a2fb9 Author: Stefan Wallner <st...@po...> Date: 2019-04-08 (Mon, 08 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/scripts/pwaPyFit.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement multiple data sets in connected likelihood and improve start parameter generator |
From: Travis CI <bu...@tr...> - 2019-04-08 17:10:48
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #742 Status: Still Failing Duration: 11 mins and 32 secs Commit: c8f307b (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Implement multiple data sets in connected likelihood and improve start parameter generator View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/8095d3c2e697...c8f307b7691f View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/517362994?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: stefan-wallner <no...@gi...> - 2019-04-08 16:58:41
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: c8f307b7691fee057c9cc5717b902e201e3f93cc https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/c8f307b7691fee057c9cc5717b902e201e3f93cc Author: Stefan Wallner <st...@po...> Date: 2019-04-08 (Mon, 08 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/scripts/pwaPyFit.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement multiple data sets in connected likelihood and improve start parameter generator |
From: Travis CI <bu...@tr...> - 2019-04-05 17:30:36
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #741 Status: Still Failing Duration: 12 mins and 51 secs Commit: 8095d3c (pyPartialWaveFitConnected) Author: Stefan Wallner Message: partialWaveFit: Add `datasetRatios` and `additonalFitParameters` variables to `fitResult` View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/54cb5fc317e6...8095d3c2e697 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/516295498?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: stefan-wallner <no...@gi...> - 2019-04-05 17:17:05
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 5734299ffd80039d793e1bed3f26d59541b0da1c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/5734299ffd80039d793e1bed3f26d59541b0da1c Author: Stefan Wallner <st...@po...> Date: 2019-04-05 (Fri, 05 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: First implementation of multiple data sets Commit: 8095d3c2e697d8a7c3f66254dcb8e8bad5dc5db3 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/8095d3c2e697d8a7c3f66254dcb8e8bad5dc5db3 Author: Stefan Wallner <st...@po...> Date: 2019-04-05 (Fri, 05 Apr 2019) Changed paths: M partialWaveFit/fitResult.cc M partialWaveFit/fitResult.h M partialWaveFit/linkdef.h M pyInterface/bindings/partialWaveFit/fitResult_py.cc M pyInterface/bindings/pyUtils/stlContainers_py.h Log Message: ----------- partialWaveFit: Add `datasetRatios` and `additonalFitParameters` variables to `fitResult` Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/54cb5fc317e6...8095d3c2e697 |
From: Travis CI <bu...@tr...> - 2019-04-04 18:39:24
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #739 Status: Still Failing Duration: 9 mins and 22 secs Commit: 54cb5fc (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Normalize amplitudes to bin width for connection term View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/0acb48fa93cc...54cb5fc317e6 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/515852708?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: Travis CI <bu...@tr...> - 2019-04-04 18:37:24
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #738 Status: Still Failing Duration: 9 mins and 44 secs Commit: b172714 (pyPartialWaveFit) Author: Stefan Wallner Message: pyInterface: Upgrade numpy call to new minimal boos version Remove version switches View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/a671251ae48c...b1727144df1e View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/515852543?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: stefan-wallner <no...@gi...> - 2019-04-04 18:29:42
|
Branch: refs/heads/master Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: d147efbc0845a0c65bbd334a2d1ee763d91b756c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/d147efbc0845a0c65bbd334a2d1ee763d91b756c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/_config.py Log Message: ----------- pyInterface: Change naming scheme from 'data' to 'event' also in configfile |
From: stefan-wallner <no...@gi...> - 2019-04-04 18:27:51
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 137da71549ab248f1ba33264a1cd21a003c31c7b https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/137da71549ab248f1ba33264a1cd21a003c31c7b Author: fkaspar <fk...@us...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py Log Message: ----------- Expose raw Model and ParameterMapping classes. Commit: fae35377e817a49971c3077571cdb2b3f957a724 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/fae35377e817a49971c3077571cdb2b3f957a724 Author: fkaspar <fk...@us...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Added a (mass-)connected likelihood + some infrastructure Commit: a7c36ffa30d7d69a4d80e1a79ed0c07f2a4aaf75 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/a7c36ffa30d7d69a4d80e1a79ed0c07f2a4aaf75 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/pylintrc Log Message: ----------- pyPartialWaveFit: Some code beautification Commit: 4b3aa48713024855fb571219bcd6d4565ecdc59d https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/4b3aa48713024855fb571219bcd6d4565ecdc59d Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py Log Message: ----------- pyPartialWaveFit: Build `LikelihoodConnected` from list of likelihoods instead of models Commit: 1fa22dfcd3dd861d4606330ab55eef31dc612058 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/1fa22dfcd3dd861d4606330ab55eef31dc612058 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyInterface: Further work on the connected-likelihood code Commit: 48f953770d548fe3c49ecf258da7563360ff760f https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/48f953770d548fe3c49ecf258da7563360ff760f Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: Further improvements of connected likelihood - split `writeResultsRpwa` function from splitter into independent function - allow to set parameters of individual likelihoods within connected likelihood Commit: 61da84d6a3ff490ddc3b174dc9c8f3553c82a251 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/61da84d6a3ff490ddc3b174dc9c8f3553c82a251 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt A pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement `pwaPyFitConnected.py` script Commit: 974cbe62e3e846cb696dc1e7a17bdca3de49e29c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/974cbe62e3e846cb696dc1e7a17bdca3de49e29c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/scripts/pwaPyFit.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Storage level for integrals Commit: 3b233b009ac09ba36bbaaffa4550b272789049d5 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/3b233b009ac09ba36bbaaffa4550b272789049d5 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Fix connection term of `LikelihoodConnected` Before, all connections except the first and second one were used twice. Now, all connection terms are used once. Commit: f953fd604a7401e3777e7a51fce099ccd448ad4c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/f953fd604a7401e3777e7a51fce099ccd448ad4c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Implement scaling of strength by events in `LikelihoodConnected` Commit: 54cb5fc317e604cc2166bc220d88664e2ebb0b3f https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/54cb5fc317e604cc2166bc220d88664e2ebb0b3f Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/utils/_binning.py Log Message: ----------- pyPartialWaveFit: Normalize amplitudes to bin width for connection term Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/0acb48fa93cc...54cb5fc317e6 |
From: stefan-wallner <no...@gi...> - 2019-04-04 18:27:04
|
Branch: refs/heads/pyPartialWaveFit Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: d147efbc0845a0c65bbd334a2d1ee763d91b756c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/d147efbc0845a0c65bbd334a2d1ee763d91b756c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/_config.py Log Message: ----------- pyInterface: Change naming scheme from 'data' to 'event' also in configfile Commit: bd38eaec8e4ecc53e4620d656bc6fcb2afc3657c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/bd38eaec8e4ecc53e4620d656bc6fcb2afc3657c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt M pyInterface/bindings/partialWaveFit/fitResult_py.cc M pyInterface/bindings/storageFormats/amplitudeMetadata_py.cc A pyInterface/module/pyPartialWaveFit/__init__.py A pyInterface/module/pyPartialWaveFit/_fitter.py A pyInterface/module/pyPartialWaveFit/_likelihood.py A pyInterface/module/pyPartialWaveFit/_model.py A pyInterface/module/pyPartialWaveFit/_parameterMapping.py A pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M storageFormats/amplitudeMetadata.cc M storageFormats/amplitudeMetadata.h Log Message: ----------- WIP: pyPartialWaveFit: First implementation Still missing: - Scripts - Handling of negative-reflectivity waves Commit: c3914a102e4c85ef0b52603e7d02bcb97cb53ea9 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/c3914a102e4c85ef0b52603e7d02bcb97cb53ea9 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M CMakeLists.txt A cmakeModules/FindAutograd.cmake A cmakeModules/FindPyNLopt.cmake M pyInterface/CMakeLists.txt Log Message: ----------- pyPartialWaveFit: Add autograd and nlop to cmake dependencies Commit: 159166743f0c7cf30d84848f3e5e9379062fbbdc https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/159166743f0c7cf30d84848f3e5e9379062fbbdc Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py Log Message: ----------- pyPartialWaveFit: Add negative waves to RPWA model and implement thresholds Commit: ffd535b5ef7fccd44d8f72ea8743bc1fc86f6b63 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/ffd535b5ef7fccd44d8f72ea8743bc1fc86f6b63 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/bindings/storageFormats/amplitudeMetadata_py.cc Log Message: ----------- pyPartialWaveFit: Add compatibility to older boost version Commit: 82907a3accd37f6e26e15f7724dffb32b547855c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/82907a3accd37f6e26e15f7724dffb32b547855c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M CMakeLists.txt M cmakeModules/FindAutograd.cmake M cmakeModules/FindPyNLopt.cmake M pyInterface/CMakeLists.txt M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_model.py A pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: Implement script Commit: 4e5c0aa72c56954d8743e9bd9d43978699d170c7 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/4e5c0aa72c56954d8743e9bd9d43978699d170c7 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M CMakeLists.txt M pyInterface/bindings/CMakeLists.txt M pyInterface/bindings/storageFormats/amplitudeMetadata_py.cc Log Message: ----------- pyPartialWaveFit: Find Boost.Numpy for boost >= 1.63 Commit: 739ba6b46e8d34e3b7f53f09bb0ca3bc41006009 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/739ba6b46e8d34e3b7f53f09bb0ca3bc41006009 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyPartialWaveFit: Performance improvements - Only use one event for flat wave decay amplitude - Improve likelihood parameterization by the transformation abs(I)**2 -> I I* This improves the performance by about 20% (4000 events, 56 waves) Commit: 557ffb74cfec3829d79d1be5597a94097e7012d5 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/557ffb74cfec3829d79d1be5597a94097e7012d5 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: Set correct NLopt parameters and fix a few minor bugs. The maxevals parameter of NLopt should not be set to -1, because this leads to a much larger number of function calls. Commit: 397b3ca3a30ed5adb73198c04fa3226f87c61705 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/397b3ca3a30ed5adb73198c04fa3226f87c61705 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: Fix a few bugs in the threshold implementation Commit: 9ac55720f755554d914d2d6d708d7c5003557944 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/9ac55720f755554d914d2d6d708d7c5003557944 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M partialWaveFit/fitResult.cc Log Message: ----------- partialWaveFit: Allow for amplitudes without covariance matrix element in `fitResult` Allow to fill a fit result with a covariance matrix that has not an element for each amplitude. This is useful, e.g. when having some of the amplitudes fixed in the fit. Commit: 1a8ade5586a5b610015917541bc8173f70da427e https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/1a8ade5586a5b610015917541bc8173f70da427e Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Fix bug in hessian calculation Commit: 7c588c74c1db4987569a0c8604e3ad80980fc22b https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/7c588c74c1db4987569a0c8604e3ad80980fc22b Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyPartialWaveFit: Fix bug in Model Commit: ecf29571a1990cc27d10e74c838154056df01a87 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/ecf29571a1990cc27d10e74c838154056df01a87 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py Log Message: ----------- pyPartialWaveFit: Improve verbosity of Commit: 09493893f4ac16bef7a2d743503f3b6a49b6df33 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/09493893f4ac16bef7a2d743503f3b6a49b6df33 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyPartialWaveFit: Load integral matrices only once Commit: ec1c1f3c6272a37cb9d94e0cc83f8fcf50ce8b3c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/ec1c1f3c6272a37cb9d94e0cc83f8fcf50ce8b3c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: Implement likelihood with Cauchy prior Commit: ad5e28773d9f2ba61a6b04fa0247e67b4baee0d5 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/ad5e28773d9f2ba61a6b04fa0247e67b4baee0d5 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/utils/__init__.py M pyInterface/module/utils/_waveDescThresUtils.py Log Message: ----------- pyPartialWaveFit: Implement yaml wavelist with ranges Commit: ce7c48b7fd129c95042f73c39df1d86e39583d8c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/ce7c48b7fd129c95042f73c39df1d86e39583d8c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_parameterMapping.py Log Message: ----------- pyPartialWaveFit: Fix array type of index panning to int64 If the lists are empty, the array type would be float64, which is a issue Commit: 25e68956604d281eeb5e5e5568277e902ad241ac https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/25e68956604d281eeb5e5e5568277e902ad241ac Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/utils/_waveDescThresUtils.py Log Message: ----------- pyPartialWaveFit: Implement defining of reference waves in wave list Commit: ebe02ee36ed040a6e0589b9429e45b2ade64d036 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/ebe02ee36ed040a6e0589b9429e45b2ade64d036 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/bindings/storageFormats/amplitudeMetadata_py.cc M pyInterface/module/pyPartialWaveFit/_model.py M storageFormats/amplitudeMetadata.cc M storageFormats/amplitudeMetadata.h Log Message: ----------- pyPartialWaveFit: Make loading of amplitudes (much) more efficient Commit: 52917e1be307182d96cba3d0ec922f875c767940 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/52917e1be307182d96cba3d0ec922f875c767940 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M storageFormats/amplitudeMetadata.cc Log Message: ----------- storageFormats: Improve performance of `loadAmplitudes` If the amplitudes of two following waves are in the same file, do not close and reopen the file. Commit: 05e307ddced02d92089446a8fc9904d33177aa92 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/05e307ddced02d92089446a8fc9904d33177aa92 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyPartialWaveFit: Fix bug in finding the reference wave All reference waves were treated as if they would have positive reflectivity. Commit: 41351148e7023712ebcbab49798547328d39c187 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/41351148e7023712ebcbab49798547328d39c187 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py M storageFormats/amplitudeMetadata.cc Log Message: ----------- pyPartialWaveFit: Handle multibins with no events Commit: 339308b460af092d4909ec244335a1ded8b58fff https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/339308b460af092d4909ec244335a1ded8b58fff Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyInterface: Implement '--likelihoodModule' option of 'pwaPyFit' This option allows to implement a likelihood class from a Python file outside of ROOTPWA. Commit: 28315933fc5ee3dbc2a241f3b32cad5583eee986 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/28315933fc5ee3dbc2a241f3b32cad5583eee986 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Implement scaling of Cauchy prior by acceptance Commit: b1727144df1e65f04dcd878cdb9a248292cc0bd0 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/b1727144df1e65f04dcd878cdb9a248292cc0bd0 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/bindings/rootPwaPy.cc M pyInterface/bindings/storageFormats/amplitudeMetadata_py.cc Log Message: ----------- pyInterface: Upgrade numpy call to new minimal boos version Remove version switches Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/a671251ae48c...b1727144df1e |
From: stefan-wallner <no...@gi...> - 2019-04-04 16:25:57
|
Branch: refs/heads/master Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 21b018577e728a1606f22f505a76ba225f77a7df https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/21b018577e728a1606f22f505a76ba225f77a7df Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/_config.py M pyInterface/module/_fileManager.py Log Message: ----------- pyInterface: Generate amplitude filepaths dynamically in `fileManager` Before, the full path to all amplitude files was generated once and stored in the `fileManager`. For large modes and fine data binning, the `fileManager` object in memory becomes very large > 1GB and takes some time to load. Now, the amplitude filepaths are generated dynamically on request. This saves memory and is approx. 2x faster than loading the filepaths for 1000 waves and 500 data bins. Commit: 8d454bec68a59798610b0024965c76fa92117a41 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/8d454bec68a59798610b0024965c76fa92117a41 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M utilities/CMakeLists.txt A utilities/thisROOTPWA.sh Log Message: ----------- utilities: Add `thisROOTPWA.sh` script Commit: 464b909df5ab17fa28a6b4327c7bd218121aa998 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/464b909df5ab17fa28a6b4327c7bd218121aa998 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/_fileManager.py M pyInterface/pylintrc Log Message: ----------- pyInterface: Implement merging of amplitude files in `fileManager` The file manager can handle special amplitude file names for waves and can handle that more amplitudes are stored in one file. Commit: 64404dcd4079ecbdd02cb97aeb2f721c47e6177c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/64404dcd4079ecbdd02cb97aeb2f721c47e6177c Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/_config.py M pyInterface/module/_fileManager.py M utilities/CMakeLists.txt R utilities/thisROOTPWA.sh A utilities/thisROOTPWA.sh.in Log Message: ----------- pyInterface: Improve naming scheme in `fileManager` and add documentation Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/9078dbd62da5...64404dcd4079 |
From: Travis CI <bu...@tr...> - 2019-04-02 13:21:19
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #729 Status: Still Failing Duration: 11 mins and 5 secs Commit: 0acb48f (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Normalize amplitudes to bin width for connection term View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/d7631b52f989...0acb48fa93cc View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/514673201?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: Travis CI <bu...@tr...> - 2019-04-02 13:19:51
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #728 Status: Still Failing Duration: 9 mins and 41 secs Commit: a671251 (pyPartialWaveFit) Author: Stefan Wallner Message: pyInterface: Upgrade numpy call to new minimal boos version Remove version switches View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/a93065bad2de...a671251ae48c View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/514673164?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: stefan-wallner <no...@gi...> - 2019-04-02 13:09:53
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 03e0c74564c64cef823c9440a7223904bd61b1dd https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/03e0c74564c64cef823c9440a7223904bd61b1dd Author: fkaspar <fk...@us...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py Log Message: ----------- Expose raw Model and ParameterMapping classes. Commit: 082b7eb10c89fe5cb0b5b2da89e0c92409ced6c2 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/082b7eb10c89fe5cb0b5b2da89e0c92409ced6c2 Author: fkaspar <fk...@us...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Added a (mass-)connected likelihood + some infrastructure Commit: 481e8d023036bec98f15a702848a64db57a4a219 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/481e8d023036bec98f15a702848a64db57a4a219 Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/pylintrc Log Message: ----------- pyPartialWaveFit: Some code beautification Commit: b56dc043471355ab5b9c6e1abfa7616b81ff2fc6 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/b56dc043471355ab5b9c6e1abfa7616b81ff2fc6 Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py Log Message: ----------- pyPartialWaveFit: Build `LikelihoodConnected` from list of likelihoods instead of models Commit: 73beabe0cb071c17587968a38d3cc627e3feaafc https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/73beabe0cb071c17587968a38d3cc627e3feaafc Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyInterface: Further work on the connected-likelihood code Commit: 30e3a58f6559a752adff09210f53bffb196065b2 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/30e3a58f6559a752adff09210f53bffb196065b2 Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: Further improvements of connected likelihood - split `writeResultsRpwa` function from splitter into independent function - allow to set parameters of individual likelihoods within connected likelihood Commit: 11add1dacfa48c29bf04e828561ed23c43e7495b https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/11add1dacfa48c29bf04e828561ed23c43e7495b Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt A pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement `pwaPyFitConnected.py` script Commit: 4cc13cb5b0b0f19bb9e0794b6b61be2b78940c94 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/4cc13cb5b0b0f19bb9e0794b6b61be2b78940c94 Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/scripts/pwaPyFit.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Storage level for integrals Commit: 125e1c9e51216fdcd1bff798111e4f1a6580baea https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/125e1c9e51216fdcd1bff798111e4f1a6580baea Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Fix connection term of `LikelihoodConnected` Before, all connections except the first and second one were used twice. Now, all connection terms are used once. Commit: 59ebbd2cbf5c29332fecd074c37a90c071da2172 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/59ebbd2cbf5c29332fecd074c37a90c071da2172 Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Implement scaling of strength by events in `LikelihoodConnected` Commit: 0acb48fa93cc8143950b808561acc15fbef1b64d https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/0acb48fa93cc8143950b808561acc15fbef1b64d Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/utils/_binning.py Log Message: ----------- pyPartialWaveFit: Normalize amplitudes to bin width for connection term Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/d7631b52f989...0acb48fa93cc |
From: stefan-wallner <no...@gi...> - 2019-04-02 13:09:38
|
Branch: refs/heads/pyPartialWaveFit Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: a671251ae48c21c96bcef6ae8aeb242238374227 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/a671251ae48c21c96bcef6ae8aeb242238374227 Author: Stefan Wallner <st...@po...> Date: 2019-04-02 (Tue, 02 Apr 2019) Changed paths: M pyInterface/bindings/rootPwaPy.cc M pyInterface/bindings/storageFormats/amplitudeMetadata_py.cc Log Message: ----------- pyInterface: Upgrade numpy call to new minimal boos version Remove version switches |
From: Travis CI <bu...@tr...> - 2019-03-27 18:51:35
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #727 Status: Still Failing Duration: 8 mins and 45 secs Commit: d7631b5 (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Normalize amplitudes to bin width for connection term View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/9ad60f5016b0...d7631b52f989 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/512105779?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: Travis CI <bu...@tr...> - 2019-03-27 18:16:56
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #726 Status: Still Failing Duration: 9 mins and 18 secs Commit: a93065b (pyPartialWaveFit) Author: Stefan Wallner Message: pyPartialWaveFit: Implement scaling of Cauchy prior by acceptance View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/08dd390c7c9c...a93065bad2de View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/512105735?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the ROOTPWA-Maintainers/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4615310&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. |
From: stefan-wallner <no...@gi...> - 2019-03-27 16:14:49
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 5a1abfa1192b395001362ed3828b94015cc18003 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/5a1abfa1192b395001362ed3828b94015cc18003 Author: fkaspar <fk...@us...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py Log Message: ----------- Expose raw Model and ParameterMapping classes. Commit: 37363547516098d8d148745e029ef873bf406449 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/37363547516098d8d148745e029ef873bf406449 Author: fkaspar <fk...@us...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Added a (mass-)connected likelihood + some infrastructure Commit: 028c73fe281f6e68b7e6e9672f793150c83e07c4 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/028c73fe281f6e68b7e6e9672f793150c83e07c4 Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/pylintrc Log Message: ----------- pyPartialWaveFit: Some code beautification Commit: 6bf0bb289be082e5a6cb38fec9089275e0b5ac0f https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/6bf0bb289be082e5a6cb38fec9089275e0b5ac0f Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py Log Message: ----------- pyPartialWaveFit: Build `LikelihoodConnected` from list of likelihoods instead of models Commit: 8bfd0f82b7bdebb0ac639eab0c39bede8d101ec7 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/8bfd0f82b7bdebb0ac639eab0c39bede8d101ec7 Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyInterface: Further work on the connected-likelihood code Commit: 685668cea0a39013d7fc92c243cca736362aa213 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/685668cea0a39013d7fc92c243cca736362aa213 Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: Further improvements of connected likelihood - split `writeResultsRpwa` function from splitter into independent function - allow to set parameters of individual likelihoods within connected likelihood Commit: 50af65f294225ea609bf6ddf4a345443baf8cec4 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/50af65f294225ea609bf6ddf4a345443baf8cec4 Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/CMakeLists.txt A pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement `pwaPyFitConnected.py` script Commit: d56e1b6f15cfb730249d2919a80fb58f20eda808 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/d56e1b6f15cfb730249d2919a80fb58f20eda808 Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/scripts/pwaPyFit.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Storage level for integrals Commit: 38536387c022b9db2111cda11d73ffd99b419076 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/38536387c022b9db2111cda11d73ffd99b419076 Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Fix connection term of `LikelihoodConnected` Before, all connections except the first and second one were used twice. Now, all connection terms are used once. Commit: 84ef29e2fa83d0827e7ec6e486e6c4e8904298ee https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/84ef29e2fa83d0827e7ec6e486e6c4e8904298ee Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Implement scaling of strength by events in `LikelihoodConnected` Commit: d7631b52f989aab34366cb99c60b571880c8db36 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/d7631b52f989aab34366cb99c60b571880c8db36 Author: Stefan Wallner <st...@po...> Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/utils/_binning.py Log Message: ----------- pyPartialWaveFit: Normalize amplitudes to bin width for connection term Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/9ad60f5016b0...d7631b52f989 |