Skip to content
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.2.0 #416

Merged
merged 8 commits into from
Jul 2, 2020
Merged

Release 0.2.0 #416

merged 8 commits into from
Jul 2, 2020

Conversation

jvanhoefer
Copy link
Member

To avoid divergence between the develop and the master branch, due to the recent API change, we want to go for the next release to v.0.2.0.

Elba Raimúndez Alvarez and others added 7 commits June 18, 2020 11:32
* fix visu mcmc

* PR
Correctly use `MuduleNotFoundError` instead of `RuntimeError`, as in 
AMICI.

Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
* improve hdf5 error message; fixes #391

* fixup
* outlaw large files; fixes #388

* error output

* fixup

* fix travis bash code

* add log

* fix test
* fix initial parameters from optimization results

* flake8

* test

* fix pymc3

Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
Co-authored-by: yannikschaelte <yannik.schaelte@gmail.com>
* init modularize

* modularize work packages; use active descriptions

* fixup

* fix autocorrect

* Update pypesto/objective/base.py

Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>

* Update pypesto/objective/history.py

Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>

* Update pypesto/objective/history.py

Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>

* Update pypesto/objective/history.py

Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>

* Update test/test_sample.py

Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>

* Update test/test_sample.py

Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>

* address reviewer comments

* Update pypesto/result.py

Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>

* add typehints

* fix noqa

Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>
* prepare v020

* Update doc/releasenotes.rst

* limit pymc3 + arviz versions in setup.py
@dweindl
Copy link
Member

dweindl commented Jul 2, 2020

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- pypesto/objective/amici_calculator.py  2
- pypesto/store/read_from_hdf5.py  8
- test/test_petab_import.py  5
- pypesto/sample/sample.py  5
- test/test_sample.py  6
- pypesto/optimize/task.py  1
- test/test_store.py  10
         

Complexity decreasing per file
==============================
+ pypesto/objective/amici.py  -2
         

Clones added
============
- test/test_sample.py  2
- test/test_store.py  2
         

See the complete overview on Codacy

@yannikschaelte yannikschaelte changed the title [WIP] Release v0.2.0 Release 0.2.0 Jul 2, 2020
@codecov-commenter
Copy link

Codecov Report

Merging #416 into master will decrease coverage by 0.08%.
The diff coverage is 86.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #416      +/-   ##
==========================================
- Coverage   91.36%   91.28%   -0.09%     
==========================================
  Files          67       68       +1     
  Lines        3844     3854      +10     
==========================================
+ Hits         3512     3518       +6     
- Misses        332      336       +4     
Impacted Files Coverage Δ
pypesto/objective/history.py 93.51% <ø> (ø)
pypesto/petab/importer.py 80.95% <0.00%> (ø)
pypesto/sample/__init__.py 100.00% <ø> (ø)
pypesto/sample/adaptive_metropolis.py 94.00% <ø> (ø)
pypesto/sample/adaptive_parallel_tempering.py 95.65% <ø> (ø)
pypesto/sample/diagnostics.py 100.00% <ø> (ø)
pypesto/sample/geweke_test.py 94.36% <ø> (ø)
pypesto/sample/metropolis.py 98.64% <ø> (ø)
pypesto/sample/parallel_tempering.py 94.36% <ø> (ø)
pypesto/sample/result.py 74.19% <ø> (ø)
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b34642...4d38279. Read the comment docs.

@jvanhoefer jvanhoefer merged commit 8951c39 into master Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants