-
Notifications
You must be signed in to change notification settings - Fork 13
Release 0.1.3 #357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.1.3 #357
Conversation
* replace relative links in readme * cont * write script to generate absolute links in setup
* make libcombine optional * add combine dep to github actions wf
…ting with ind_meas (Closes #322) Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com> Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
More consistent terminology
* add basic docs on rtd * fix errors * fix errors * ignore tmp files
* change all barplot colors to blue * adjust angle for barplot ticks implement scatterplots * implementing scatter plots (resolves #263) putting xScale=order in docs * barplot: fix noise, legend * make scatterplots square
* gitignore tmp files * fix docs * add residual computation function * fix flake8 * extend test coverage * address reviewer comments * fix codacy * make codacy happier
* gitignore tmp files * fix docs * add residual computation function * fix flake8 * extend test coverage * address reviewer comments * fix codacy * make codacy happier * allow parametric noise formulas * address reviewer comments
* allow to compute chi2 values * add docs * fix w602 errors * fix docstring coverage * fix codacy warnings
* allow to compute chi2 values * add docs * init llh * fix w602 errors * fix docstring coverage * fix codacy warnings * allow calculating likelihoods * fixup * add documentation * fix codacy
* Fix / refactor parameter mapping (breaking change) Fixes #342 Parameter value and parameter scale mapping now always done together. Fixed handling of parameter scale for non-estimated scaled parameters. Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
* check optional measurement cols in mapping * fix typos * fix usage of unused measurement cols
* check optional measurement cols in mapping * fix typos * fix usage of unused measurement cols * define output
Codecov Report
@@ Coverage Diff @@
## master #357 +/- ##
==========================================
+ Coverage 76.63% 77.21% +0.57%
==========================================
Files 22 23 +1
Lines 1849 2032 +183
Branches 411 452 +41
==========================================
+ Hits 1417 1569 +152
- Misses 329 348 +19
- Partials 103 115 +12
Continue to review full report at Codecov.
|
yannikschaelte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs build script needs to be fixed, otherwise good to go
File format:
mandatory before, as observable table was required already)
Library:
(now performing parameter value and scale mapping together)
bool_preequwhen subsetting with ind_meas(Closes incorrect length of bool
bool_preequwhen subsetting with ind_meas #322)