mdolab / pygeo

pyGeo provides geometric design variables and constraints suitable for gradient-based optimization.
https://mdolab-pygeo.readthedocs-hosted.com/en/latest/?badge=latest
Apache License 2.0
124 stars 55 forks source link

Removed wrapper code for deprecated routines #146

Closed ewu63 closed 2 years ago

ewu63 commented 2 years ago

Purpose

I removed the old wrapper functions, which were introduced in #91 over a year ago. We should make the minor release once this is merged.

Expected time until merged

Should not take more than 1-2 days.

Type of change

Testing

None.

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #146 (25e73fe) into main (511e70c) will increase coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #146      +/-   ##
==========================================
+ Coverage   63.72%   63.75%   +0.03%     
==========================================
  Files          47       47              
  Lines       11679    11667      -12     
==========================================
- Hits         7442     7438       -4     
+ Misses       4237     4229       -8     
Impacted Files Coverage Δ
pygeo/parameterization/DVGeo.py 64.64% <ø> (+0.18%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more