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: stefan-wallner <no...@gi...> - 2019-05-08 14:52:22
|
Branch: refs/heads/pyPartialWaveFitDevelopment Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 9fc018de4e0fdc691e7e96b5456aaa371c881082 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/9fc018de4e0fdc691e7e96b5456aaa371c881082 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-08 (Wed, 08 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Fix some pylint warnings |
From: stefan-wallner <no...@gi...> - 2019-05-03 12:01:53
|
Branch: refs/heads/pyPartialWaveFitDevelopment Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: e8611148a1e33e02b1eb2c35a4c0cc42b821a5b2 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/e8611148a1e33e02b1eb2c35a4c0cc42b821a5b2 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-02 (Thu, 02 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Implement `gradientAndValue` function for connected likelihood Commit: c30c22cfa257e7aed91b01cd08d4761135dde981 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/c30c22cfa257e7aed91b01cd08d4761135dde981 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-03 (Fri, 03 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Add value function for connected liklihood Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/6e3853c8b351...c30c22cfa257 |
From: stefan-wallner <no...@gi...> - 2019-04-30 22:55:34
|
Branch: refs/heads/pyPartialWaveFitDevelopment Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: fb4a56aaa982c2a62aea5de59a54c77873cdee27 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/fb4a56aaa982c2a62aea5de59a54c77873cdee27 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Fix bug when setting Cauchy width After implementing multiple data sets, the Cauchy width parameter was wrong if not set with the `correctAcceptance` flag. Commit: 01da8a03858337b48788fb8c04b17b51730c3e89 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/01da8a03858337b48788fb8c04b17b51730c3e89 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py Log Message: ----------- pyPartialWaveFit: Improvements of `Likelihood` and `ParameterMapping` constructors Constructors now get only the minimal necessary information instead of e.g. the full model, in order to reduces API dependencies. The data types of the `ParameterMapping` members are now more clean - numbers are `int` (not `np.int64`) - arrays of numbers only are `np.ndarray` of dtype `np.int64` - arrays of mixed types, e.g. numbers and None, are ints Commit: e4682dd310a0e0428297f43b191807b9d706e784 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/e4682dd310a0e0428297f43b191807b9d706e784 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py Log Message: ----------- pyInterface: Implement dumping of likelihood instances Dumping to numpy `.npz` files. Commit: 176bb416236ea9bce333dbdb9c831fab8c3da852 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/176bb416236ea9bce333dbdb9c831fab8c3da852 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyPartialWaveFit: Improve loading of integral matrices Load norm-integral and acceptance-integral matrix after each other, in order to use less memory, because only one of the big matrices has to be in memory at the same time Commit: fb621cf12cada5606af3c6f533b557e2819618e9 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/fb621cf12cada5606af3c6f533b557e2819618e9 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyPartialWaveFit: Clear amplIntegralMatrix after loading The ROOTPWA `amplIntegralMatrix` class is not deleted when the Python objects is deleted. Call the `clear` member function in order to reduce the memory usage. Commit: 063c6f431acc5f799df9ae5e45dcb6a17d6a7190 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/063c6f431acc5f799df9ae5e45dcb6a17d6a7190 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Implement `gradientAndValue` function for likelihood Commit: 69833829ce5b82dc102e7005ae055b1b135e4eff https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/69833829ce5b82dc102e7005ae055b1b135e4eff Author: Stefan Wallner <ste...@tu...> Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_fitter.py Log Message: ----------- pyPartialWaveFit: Do not limit reference waves to >= 0.0 This leads to problems if the reference wave, e.g. the flat wave is small (O(10^-4)). Commit: 6e3853c8b351761c223b6e79fac8542f9a98bcd7 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/6e3853c8b351761c223b6e79fac8542f9a98bcd7 Author: Stefan Wallner <ste...@tu...> Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyPartialWaveFit: Implement `gradientAndValue` function for connected likelihood Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/bf61344ec350...6e3853c8b351 |
From: stefan-wallner <no...@gi...> - 2019-04-26 18:13:10
|
Branch: refs/heads/pyPartialWaveFitDevelopment Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 8f40f95126885ff818607aab5f8e53291e5ebc47 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/8f40f95126885ff818607aab5f8e53291e5ebc47 Author: stefan-wallner <ste...@tu...> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt 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/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/pylintrc M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- Merge pull request #247 from ROOTPWA-Maintainers/pyPartialWaveFitDevelopment Implement of LikelihoodConnectedFFT Commit: bf61344ec350f4dc51b07026de2842e4aec4669b https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/bf61344ec350f4dc51b07026de2842e4aec4669b Author: Stefan Wallner <ste...@tu...> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Make part of the modules Python 3 compatible - likelihood - parameterMapping - startParameterGenerator Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/10a00c562d37...bf61344ec350 |
From: stefan-wallner <no...@gi...> - 2019-04-26 18:11:09
|
Branch: refs/heads/pyPartialWaveFit Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: a30a4a19eab4ce8621e2317bfe07e5e6352777d7 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/a30a4a19eab4ce8621e2317bfe07e5e6352777d7 Author: fkaspar <fk...@us...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Added positivity constraints for the reference waves * The fitter now constraints reference waves to be real and positive by default (can be switched off) * The start parameter generator takes care of generating only reference waves with which a real and positive * The model now holds the names of the reference waves for each sector * The parameter mapping holds the fitter indices of the reference wave * parameters (which should be real and positive) Commit: 93a5814da0980e14e0ac35f7fc91bd7aa3dc5144 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/93a5814da0980e14e0ac35f7fc91bd7aa3dc5144 Author: fkaspar <fk...@us...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyInterface: Made connected likelihood a super class * LikelihoodConnected: Is now a super class; specializations can be implementend via inheritance e.g. LikelihoodConnectedGauss * ModelConnected: Allow more granular settings of likelihood and parameter mapping classes (global and per bin) Commit: 9252eec89073584ee1a7784520769c2c658cc21b https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/9252eec89073584ee1a7784520769c2c658cc21b Author: fkaspar <fk...@us...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyInterface: Added another version of connected likelihood: LikelihoodConnectedFFT * the class LikelihoodConnectedFFT implements a gaussian prior on higher fourier modes to achieve smoothness over the bins. The idea is to provide a "backward" version the smooth fits that IFT can produce. Commit: 10a00c562d37c8e849b6df36c59d59cb61cb83f8 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/10a00c562d37c8e849b6df36c59d59cb61cb83f8 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt 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/pylintrc M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyInterface: Fix start-parameter generator and improve minor issues Commit: 8f40f95126885ff818607aab5f8e53291e5ebc47 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/8f40f95126885ff818607aab5f8e53291e5ebc47 Author: stefan-wallner <ste...@tu...> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt 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/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py M pyInterface/pylintrc M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- Merge pull request #247 from ROOTPWA-Maintainers/pyPartialWaveFitDevelopment Implement of LikelihoodConnectedFFT Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/638923ec0190...8f40f9512688 |
From: stefan-wallner <no...@gi...> - 2019-04-26 17:52:05
|
Branch: refs/heads/pyPartialWaveFitDevelopment Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 10a00c562d37c8e849b6df36c59d59cb61cb83f8 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/10a00c562d37c8e849b6df36c59d59cb61cb83f8 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt 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/pylintrc M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyInterface: Fix start-parameter generator and improve minor issues |
From: Travis CI <bu...@tr...> - 2019-04-26 15:19:39
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #755 Status: Passed Duration: 15 mins and 51 secs Commit: 6247a9c (pyPartialWaveFitDevelopment) Author: Stefan Wallner Message: pyInterface: Fix start-parameter generator and improve minor issues View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/a30a4a19eab4^...6247a9c17a27 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/524993044?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-26 15:18:52
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #756 Status: Fixed Duration: 14 mins and 1 sec Commit: 638923e (pyPartialWaveFit) Author: Stefan Wallner Message: travis: Add 'pyyaml' to travis Install pyyaml in travis set up. View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/b1727144df1e...638923ec0190 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/524993551?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-26 15:04:15
|
Branch: refs/heads/pyPartialWaveFit 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 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` 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` 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: 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. Commit: 9a4f616d2ff6bc84e2dc6e6970855368adcb223c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/9a4f616d2ff6bc84e2dc6e6970855368adcb223c Author: Stefan Wallner <ste...@tu...> Date: 2019-04-16 (Tue, 16 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement `--store-all-results` option for pwaPyFitConnected Commit: b449c15e60a8fd55cd367cd746fb6965b106e752 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/b449c15e60a8fd55cd367cd746fb6965b106e752 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt M pyInterface/module/core.py M test/testPyRootPwa.py Log Message: ----------- pyInterface: Fix `pyLintPyPootPwa` test and improve cmake build * The `pyLintPyPootPwa` test used the source instead of the build directory. This caused troubles when not using some of the Python sub-modules because of, e.g. missing optional dependencies. * Copy .py files not instead of linking them to make the build directory persistent when coding while some program instances are running. * Make the `liPybRootPwa.so` import relative to the current module to be more robust w.r.t. a wrongly set`PYTHONPATH` variable. Commit: 9e6e9dcd16e8443e004a79bbbd2100bcd9f9e102 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/9e6e9dcd16e8443e004a79bbbd2100bcd9f9e102 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M CMakeLists.txt M README.md A cmakeModules/FindPyYaml.cmake Log Message: ----------- cmake: Add `PyYAML` to the list of required dependencies Required for new form of wave list. Commit: 638923ec01902dac2790cf16690de46e59778e56 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/638923ec01902dac2790cf16690de46e59778e56 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M .travis.yml Log Message: ----------- travis: Add 'pyyaml' to travis Install pyyaml in travis set up. Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/b1727144df1e...638923ec0190 |
From: stefan-wallner <no...@gi...> - 2019-04-26 15:03:16
|
Branch: refs/heads/pyPartialWaveFitDevelopment Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: a30a4a19eab4ce8621e2317bfe07e5e6352777d7 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/a30a4a19eab4ce8621e2317bfe07e5e6352777d7 Author: fkaspar <fk...@us...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/module/pyPartialWaveFit/_parameterMapping.py M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Added positivity constraints for the reference waves * The fitter now constraints reference waves to be real and positive by default (can be switched off) * The start parameter generator takes care of generating only reference waves with which a real and positive * The model now holds the names of the reference waves for each sector * The parameter mapping holds the fitter indices of the reference wave * parameters (which should be real and positive) Commit: 93a5814da0980e14e0ac35f7fc91bd7aa3dc5144 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/93a5814da0980e14e0ac35f7fc91bd7aa3dc5144 Author: fkaspar <fk...@us...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyInterface: Made connected likelihood a super class * LikelihoodConnected: Is now a super class; specializations can be implementend via inheritance e.g. LikelihoodConnectedGauss * ModelConnected: Allow more granular settings of likelihood and parameter mapping classes (global and per bin) Commit: 9252eec89073584ee1a7784520769c2c658cc21b https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/9252eec89073584ee1a7784520769c2c658cc21b Author: fkaspar <fk...@us...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_likelihood.py Log Message: ----------- pyInterface: Added another version of connected likelihood: LikelihoodConnectedFFT * the class LikelihoodConnectedFFT implements a gaussian prior on higher fourier modes to achieve smoothness over the bins. The idea is to provide a "backward" version the smooth fits that IFT can produce. Commit: 6247a9c17a27a76b72700ab797768694d7ed8f46 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/6247a9c17a27a76b72700ab797768694d7ed8f46 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt 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/pylintrc M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyInterface: Fix start-parameter generator and improve minor issues Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/a30a4a19eab4%5E...6247a9c17a27 |
From: Travis CI <bu...@tr...> - 2019-04-25 18:38:51
|
Build Update for fkaspar/ROOTPWA ------------------------------------- Build: #81 Status: Passed Duration: 28 mins and 52 secs Commit: 9252eec (pyPartialWaveFitConnected) Author: fkaspar Message: pyInterface: Added another version of connected likelihood: LikelihoodConnectedFFT * the class LikelihoodConnectedFFT implements a gaussian prior on higher fourier modes to achieve smoothness over the bins. The idea is to provide a "backward" version the smooth fits that IFT can produce. View the changeset: https://github.com/fkaspar/ROOTPWA/compare/72bcfc624e41^...9252eec89073 View the full build log and details: https://travis-ci.org/fkaspar/ROOTPWA/builds/524598816?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the fkaspar/ROOTPWA repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4597872&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-24 17:00:56
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #753 Status: Passed Duration: 13 mins and 25 secs Commit: a27c399 (multipleDatasets) Author: Stefan Wallner Message: Add handling of different data-sets to the file manager View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/c29b39893857^...a27c399d77ae View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/524077268?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-24 16:57:05
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #752 Status: Passed Duration: 11 mins and 22 secs Commit: 4a05a6c (beamFile) Author: Stefan Wallner Message: generators: Code cleanup after adding features to the beam generator View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/e297b49b04e2^...4a05a6c518f2 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/524076467?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-24 16:46:57
|
Branch: refs/heads/multipleDatasets Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: c29b39893857d2c1bbf8cf4928cbc160a2caf44b https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/c29b39893857d2c1bbf8cf4928cbc160a2caf44b Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M generators/importanceSampler.cc M pyInterface/bindings/storageFormats/eventFileWriter_py.cc M pyInterface/bindings/storageFormats/eventMetadata_py.cc M pyInterface/scripts/convertEventFile.py M pyInterface/scripts/convertEvtToTree.py M pyInterface/scripts/deWeight.py M pyInterface/scripts/genPseudoData.py M pyInterface/scripts/generatePhaseSpace.py M storageFormats/eventFileWriter.cc M storageFormats/eventFileWriter.h M storageFormats/eventMetadata.cc M storageFormats/eventMetadata.h M storageFormats/linkdef.h Log Message: ----------- storageFormats: Add `datasetLabel` and `datasetDescription` to `eventMetadata` Add additional string variables for the data-set label and data-set description to `eventMetadata`. Additionally, add those variables to the corresponding fill functions. Commit: a27c399d77ae4db313145cc057e7f89a0fc77f00 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/a27c399d77ae4db313145cc057e7f89a0fc77f00 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M pyInterface/module/_fileManager.py M pyInterface/module/utils/_printingUtils.py M pyInterface/scripts/calcIntegrals.py M test/testMC.sh Log Message: ----------- Add handling of different data-sets to the file manager Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/c29b39893857%5E...a27c399d77ae |
From: stefan-wallner <no...@gi...> - 2019-04-24 16:45:07
|
Branch: refs/heads/beamFile Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: e297b49b04e265ebe95603567798ad00bd1258a5 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/e297b49b04e265ebe95603567798ad00bd1258a5 Author: Stefan Wallner <st...@nu...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M generators/beamAndVertexGenerator.cc M generators/beamAndVertexGenerator.h Log Message: ----------- generators: Implement beam file with inclinations Implement using another format for the beam file, which contains the beam inclination and the absulute beam momentum instead of the 3-momentum of the beam particle. In addition, the full measurement correlation among the vertex x/y postion and the beam inclination is taken into acount to smear out the single events with a multivariant gaussian. Commit: c37240d57f04d89270daab2e685a427520bc1e7a https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/c37240d57f04d89270daab2e685a427520bc1e7a Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M generators/beamAndVertexGenerator.cc M generators/beamAndVertexGenerator.h M generators/generatorManager.cc Log Message: ----------- generators: Implement takeZpositionFromData flag for beam file If the takeZpositionFromData flag is true, the Z-positions of the vertices are not drawn randomly according to the target definition, but are directly taken from the beam file. Commit: f273e0b9166756f32a12fb336e53cc9a7c8c1c67 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/f273e0b9166756f32a12fb336e53cc9a7c8c1c67 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M generators/beamAndVertexGenerator.cc M generators/beamAndVertexGenerator.h M generators/generatorManager.cc Log Message: ----------- generators: Correct momentum resolution for beam file The momenta in the beam file are afflicted with resolution effects. Assuming Gaussian PDF's for the resolution and intrinsic beam PDF, one can correct for this effect by randomly drawing the truth beam energy of each event in the beam file according to the corresponding PDF. - improved parameters Commit: 4a05a6c518f28299da1c8ca45c07339fb12f5894 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/4a05a6c518f28299da1c8ca45c07339fb12f5894 Author: Stefan Wallner <st...@po...> Date: 2019-04-04 (Thu, 04 Apr 2019) Changed paths: M generators/beamAndVertexGenerator.cc M generators/beamAndVertexGenerator.h Log Message: ----------- generators: Code cleanup after adding features to the beam generator Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/e297b49b04e2%5E...4a05a6c518f2 |
From: Travis CI <bu...@tr...> - 2019-04-24 12:10:40
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #751 Status: Fixed Duration: 8 mins and 56 secs Commit: 638923e (pyPartialWaveFitConnected) Author: Stefan Wallner Message: travis: Add 'pyyaml' to travis Install pyyaml in travis set up. View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/9e6e9dcd16e8...638923ec0190 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/523939866?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-24 12:01:12
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 638923ec01902dac2790cf16690de46e59778e56 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/638923ec01902dac2790cf16690de46e59778e56 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M .travis.yml Log Message: ----------- travis: Add 'pyyaml' to travis Install pyyaml in travis set up. |
From: Travis CI <bu...@tr...> - 2019-04-24 11:51:28
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #750 Status: Still Failing Duration: 3 mins and 40 secs Commit: 9e6e9dc (pyPartialWaveFitConnected) Author: Stefan Wallner Message: cmake: Add `PyYAML` to the list of required dependencies Required for new form of wave list. View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/9a4f616d2ff6...9e6e9dcd16e8 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/523934198?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-24 11:47:17
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: b449c15e60a8fd55cd367cd746fb6965b106e752 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/b449c15e60a8fd55cd367cd746fb6965b106e752 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M pyInterface/CMakeLists.txt M pyInterface/module/core.py M test/testPyRootPwa.py Log Message: ----------- pyInterface: Fix `pyLintPyPootPwa` test and improve cmake build * The `pyLintPyPootPwa` test used the source instead of the build directory. This caused troubles when not using some of the Python sub-modules because of, e.g. missing optional dependencies. * Copy .py files not instead of linking them to make the build directory persistent when coding while some program instances are running. * Make the `liPybRootPwa.so` import relative to the current module to be more robust w.r.t. a wrongly set`PYTHONPATH` variable. Commit: 9e6e9dcd16e8443e004a79bbbd2100bcd9f9e102 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/9e6e9dcd16e8443e004a79bbbd2100bcd9f9e102 Author: Stefan Wallner <ste...@tu...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M CMakeLists.txt M README.md A cmakeModules/FindPyYaml.cmake Log Message: ----------- cmake: Add `PyYAML` to the list of required dependencies Required for new form of wave list. Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/9a4f616d2ff6...9e6e9dcd16e8 |
From: Travis CI <bu...@tr...> - 2019-04-16 15:45:35
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #749 Status: Still Failing Duration: 7 mins and 49 secs Commit: 9a4f616 (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Implement `--store-all-results` option for pwaPyFitConnected View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/6af64d974fe3...9a4f616d2ff6 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/520828605?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-16 15:42:30
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #748 Status: Errored Duration: 8 mins and 12 secs Commit: 6af64d9 (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFit: Implement `--store-all-results` option for pwaPyFitConnected View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/7e7ae63acf71...6af64d974fe3 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/520826865?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-16 15:37:28
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 9a4f616d2ff6bc84e2dc6e6970855368adcb223c https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/9a4f616d2ff6bc84e2dc6e6970855368adcb223c Author: Stefan Wallner <ste...@tu...> Date: 2019-04-16 (Tue, 16 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement `--store-all-results` option for pwaPyFitConnected |
From: stefan-wallner <no...@gi...> - 2019-04-16 15:33:35
|
Branch: refs/heads/pyPartialWaveFitConnected Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 6af64d974fe334b077d9048202f33af209a9b3ee https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/6af64d974fe334b077d9048202f33af209a9b3ee Author: Stefan Wallner <ste...@tu...> Date: 2019-04-16 (Tue, 16 Apr 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/__init__.py M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/scripts/pwaPyFitConnected.py Log Message: ----------- pyPartialWaveFit: Implement `--store-all-results` option for pwaPyFitConnected |
From: Travis CI <bu...@tr...> - 2019-04-10 19:07:03
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #744 Status: Still Failing Duration: 9 mins and 23 secs Commit: 02484de (pyPartialWaveFitConnected) Author: Stefan Wallner Message: pyPartialWaveFitConnected: Implement scaling to Nbar for `startParameterGeneratorRpwaUniform` View the changeset: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/389d446bb45f...02484de9a777 View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/518437317?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:07:02
|
Build Update for ROOTPWA-Maintainers/ROOTPWA ------------------------------------- Build: #746 Status: Errored Duration: 8 mins and 32 secs Commit: 86218b2 (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/58e503e4a5ec...86218b2d3f3a View the full build log and details: https://travis-ci.org/ROOTPWA-Maintainers/ROOTPWA/builds/518439667?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. |