Skip to content

Releases: mdolab/baseclasses

v1.4.1

04 Feb 15:56
7ed195c
Compare
Choose a tag to compare

New features:

  • Updated containers to preserve capitalization on initialization (#38)

Bug fixes:

  • Fixed bcast error (#39)
  • Various bug fixes (#40)

v1.4.0

22 Jan 15:57
6c82a99
Compare
Choose a tag to compare

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

11 Jan 15:14
e36c1fe
Compare
Choose a tag to compare

This is a patch release that adds two optional parameters when creating BaseSolver:

  • checkDefaultOptions
  • caseSensitiveOptions

For details see #31

v1.3.0

07 Jan 22:44
4727e70
Compare
Choose a tag to compare

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

28 Dec 14:07
373b2df
Compare
Choose a tag to compare

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

10 Dec 23:08
88acf78
Compare
Choose a tag to compare

This is a patch release for baseclasses. Highlights:

  • Formatting and linting fixes (#22)
  • Updates to the testing routines (#18, #21, #23)

v1.2.2

22 Oct 16:50
e3e8cea
Compare
Choose a tag to compare

This is another patch release. Highlights:

  • Fixed MPI hanging cause by single proc err (#15)
  • Various maintenance updates

v1.2.1

24 Sep 01:42
1da29d1
Compare
Choose a tag to compare

Highlights:

  • Updates to BaseRegTest to use JSON files (#12, #13)
  • Other minor miscellaneous maintenance changes

v1.2.0

19 Jun 18:58
598eb5f
Compare
Choose a tag to compare

This release provides setup.py so that the package can be installed via pip.

v1.1.0

22 Apr 03:19
Compare
Choose a tag to compare

Highlights:

  • Python 3 updates (#7)
  • Enhancements to BaseRegTest