crflynn / stochastic

Generate realizations of stochastic processes in python.
http://stochastic.readthedocs.io/en/stable/
MIT License
451 stars 80 forks source link

Release 0.5.0 #33

Closed crflynn closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           35        35           
  Lines         1222      1286   +64     
=========================================
+ Hits          1222      1286   +64     
Impacted Files Coverage Δ
stochastic/continuous/__init__.py 100.00% <ø> (ø)
stochastic/discrete/__init__.py 100.00% <ø> (ø)
stochastic/noise/__init__.py 100.00% <ø> (ø)
stochastic/__init__.py 100.00% <100.00%> (ø)
stochastic/_version.py 100.00% <100.00%> (ø)
stochastic/continuous/bessel.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_bridge.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_excursion.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_meander.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_motion.py 100.00% <100.00%> (ø)
... and 41 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 38139a2...f772496. Read the comment docs.