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 20 forks source link

Remove pyutilib.enum #101

Closed blnicho closed 4 years ago

blnicho commented 4 years ago

Fixes: #64

Summary/Motivation:

Remove pyutilib.enum, this functionality can be found in the enum package. This PR should be merged after https://github.com/Pyomo/pyomo/pull/1506

Changes proposed in this PR:

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 increased (+0.4%) to 62.366% when pulling b7de891cffb2ba3a19c5f5f8ce1f271a52e0300f on remove_enum into c0b323e2841b82f4585ebc6089fb5fd6ddb1ac48 on master.

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   63.96%   64.43%   +0.46%     
==========================================
  Files          87       86       -1     
  Lines        8933     8797     -136     
==========================================
- Hits         5714     5668      -46     
+ Misses       3219     3129      -90     

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 c0b323e...b7de891. Read the comment docs.