PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

Finalize the 5.7.2 release #67

Closed blnicho closed 4 years ago

blnicho commented 4 years ago

Summary/Motivation:

Branch and PR to track the 5.7.2 release

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
coveralls commented 4 years ago

Coverage Status

Coverage decreased (-1.4%) to 60.591% when pulling 1025a4289fa1b56ffeb885934422523a6f33fbd8 on finalize-release into a3018ac3a5ce7c6ba0a1c6abc0634ecd12a721e7 on master.

codecov-io commented 4 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.28%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   62.54%   62.83%   +0.28%     
==========================================
  Files          87       87              
  Lines        8753     8775      +22     
==========================================
+ Hits         5475     5514      +39     
+ Misses       3278     3261      -17
Impacted Files Coverage Δ
pyutilib/th/pyunit.py 47.45% <0%> (-0.49%) :arrow_down:
pyutilib/autotest/driver.py 72.8% <0%> (+0.1%) :arrow_up:
pyutilib/component/core/core.py 84.73% <0%> (+0.11%) :arrow_up:
pyutilib/misc/archivereader.py 82.01% <0%> (+0.39%) :arrow_up:
pyutilib/pyro/worker.py 15.18% <0%> (+0.42%) :arrow_up:
pyutilib/pyro/dispatcher.py 22.93% <0%> (+2.7%) :arrow_up:
pyutilib/pyro/util.py 25.92% <0%> (+3.08%) :arrow_up:
pyutilib/math/median2.py 100% <0%> (+90.9%) :arrow_up:

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 19a1f1a...0bb79bd. Read the comment docs.