ModellingWebLab / cellmlmanip

CellML loading and model equation manipulation
Other
3 stars 1 forks source link

Release 0.2.0 #308

Closed MauriceHendrix closed 4 years ago

MauriceHendrix commented 4 years ago

Description

New release 0.2.0

Motivation and Context

It would be useful to release the speed optimisations so they can be used in chaste_codegen

Types of changes

Documentation checklist

Testing

codecov[bot] commented 4 years ago

Codecov Report

Merging #308 into master will increase coverage by 1.39%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #308      +/-   ##
===========================================
+ Coverage   98.60%   100.00%   +1.39%     
===========================================
  Files           6         8       +2     
  Lines        1361      1361              
  Branches      299       298       -1     
===========================================
+ Hits         1342      1361      +19     
+ Misses          7         0       -7     
+ Partials       12         0      -12     
Impacted Files Coverage Δ
cellmlmanip/__init__.py 100.00% <100.00%> (ø)
cellmlmanip/_config.py 100.00% <100.00%> (ø)
cellmlmanip/model.py 100.00% <100.00%> (+0.21%) :arrow_up:
cellmlmanip/parser.py 100.00% <100.00%> (+2.60%) :arrow_up:
cellmlmanip/printer.py 100.00% <100.00%> (+1.97%) :arrow_up:
cellmlmanip/units.py 100.00% <100.00%> (+1.58%) :arrow_up:
... and 1 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 17cc52c...32bb631. Read the comment docs.