Releases: mdolab/pygeo
Releases · mdolab/pygeo
v1.10.0
New features
- Add composite DVs by @nwu63 in #119
Maintenance
- Moved some functions out of class into
geo_utils
by @nwu63 in #118 - Embedding tolerance update by @marcomangano in #116
Full Changelog: v1.9.0...v1.10.0
v1.9.0
New features
- Addition of optional max FFD spline order and optional exclude wrt parameter (#112)
- DVGeometryMulti (#113)
Bug fixes
- A lot of minor/bug fixes (#108)
- Fix reset issue in
demoDesignVars
(#111) - Fix the argsort that caused inconsistent results due to machine precision errors (#114)
Maintenance
- Add information about testing dependencies (#109)
v1.8.0
New features
Bug fixes
Maintenance
v1.7.0
New features
None
Backwards-incompatible changes
DVGeometryESP
' module was moved, sofrom pygeo.DVGeometryESP import DVGeometryESP
will no longer work. Users are encouraged to import viafrom pygeo import DVGeometryESP
orfrom pygeo.parameterization import DVGeometryESP
(#97)- The
format=
keyword toDVConstraints.setSurface()
was renamed tosurfFormat
in order to avoid clashing with built-in Python functions (#99)
Bugfixes
- Fixed bug with pip install (#97)
Maintenance
- Replaced direct libspline calls with pySpline.utils (#95)
- DVGeometry.py, DVConstraints.py, and geo_utils.py were split to create more manageable files (#94)
- Updated CodeCov and flake8 (#99)
Documentation
- Added docs for some commonly used geo_utils functions (#98)
v1.6.1
v1.6.0
Main Updates
- The functions used to add design variables to the DVGeo object are now defined by more clear and concise names (#91). This is not a backward incompatible change yet, as appropriate deprecation warnings have been added. Old names will be removed completely in the next minor release.
New features
- Spline parameters for
plot3d
-based objects can now be set by the user (#82)
Bugfixes
Maintenance
v1.5.0
v1.4.0
v1.3.0
Highlights:
- Support for triangulated surface geometry constraints and multiple DVGeo per DVCon object (#52)
- Major refactor and expansion of testing (#47)
- Fix complex cast warnings (#61, #60)
- Update docs to latest theme (#45)
- Maintenance tasks (#43, #51, #55)
Thanks to @marcomangano @anilyil @joanibal @nwu63 for contributions