Skip to content

Version 0.2.1 release#930

Merged
valentinsulzer merged 7 commits intodevelopfrom
new-version
Mar 31, 2020
Merged

Version 0.2.1 release#930
valentinsulzer merged 7 commits intodevelopfrom
new-version

Conversation

@valentinsulzer
Copy link
Copy Markdown
Member

Description

Changelog and version number increment for new release.
Also includes small bug fixes in simulation and quickplot

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.

  • New feature (non-breaking change which adds functionality)
  • Optimization (back-end change that speeds up the code)
  • Bug fix (non-breaking change which fixes an issue)

Key checklist:

  • No style issues: $ flake8
  • All tests pass: $ python run-tests.py --unit
  • The documentation builds: $ cd docs and then $ make clean; make html

You can run all three at once, using $ python run-tests.py --quick.

Further checks:

  • Code is commented, particularly in hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 31, 2020

Codecov Report

Merging #930 into develop will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #930      +/-   ##
===========================================
+ Coverage    98.04%   98.04%   +<.01%     
===========================================
  Files          216      216              
  Lines        11116    11117       +1     
===========================================
+ Hits         10899    10900       +1     
  Misses         217      217
Impacted Files Coverage Δ
pybamm/simulation.py 97.03% <100%> (-0.02%) ⬇️
pybamm/quick_plot.py 100% <100%> (ø) ⬆️
pybamm/solvers/solution.py 99.2% <100%> (ø) ⬆️

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 edef972...d465c33. Read the comment docs.

@valentinsulzer valentinsulzer merged commit 4cc26b1 into develop Mar 31, 2020
@valentinsulzer valentinsulzer deleted the new-version branch March 31, 2020 16:19
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.

2 participants