Releases: mdolab/baseclasses
Releases · mdolab/baseclasses
v1.4.1
New features:
- Updated containers to preserve capitalization on initialization (#38)
Bug fixes:
- Fixed bcast error (#39)
- Various bug fixes (#40)
v1.4.0
New features:
- added a guess if option name is invalid (#32)
- add metadata to BaseRegTest (#36)
Maintenance:
- updated error class and test (#33)
v1.3.1
This is a patch release that adds two optional parameters when creating BaseSolver
:
checkDefaultOptions
caseSensitiveOptions
For details see #31
v1.3.0
This is a minor release which contains some backwards-incompatible changes
- A few keyword argument has changed names in order to be consistently capitalized (#30)
There are also a few other changes related to BaseSolver and its derived classes:
- Deprecated Options are now supported (#27)
- Informs exist in the base solver class now instead of the Aero solver class (#30)
- Comm has been added as an optional field during initialization (#30)
- Added root print functionality (#29)
- Added multitype BaseSolver test (#28)
v1.2.4
Patch release. Highlights:
- Options handling improved using case-insensitive dictionaries (#24)
- Prepare repo for publishing
baseclasses
on PyPi (#25)
Note that for those upgrading, you must uninstall the previous package manually since the package name has changed. To do this, type pip uninstall baseclasses
. The new package is called mdolab-baseclasses
and you must refer to this name when working with package managers.
v1.2.3
This is a patch release for baseclasses
. Highlights:
- Formatting and linting fixes (#22)
- Updates to the testing routines (#18, #21, #23)
v1.2.2
This is another patch release. Highlights:
- Fixed MPI hanging cause by single proc err (#15)
- Various maintenance updates
v1.2.1
Highlights:
- Updates to
BaseRegTest
to use JSON files (#12, #13)
- Other minor miscellaneous maintenance changes
v1.2.0
This release provides setup.py
so that the package can be installed via pip
.
v1.1.0
Highlights:
- Python 3 updates (#7)
- Enhancements to
BaseRegTest