Skip to content

Releases: mdolab/baseclasses

v1.2.4

Choose a tag to compare

@eirikurj eirikurj released this 28 Dec 14:07
373b2df

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

Choose a tag to compare

@ewu63 ewu63 released this 10 Dec 23:08
88acf78

This is a patch release for baseclasses. Highlights:

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

v1.2.2

Choose a tag to compare

@ewu63 ewu63 released this 22 Oct 16:50
e3e8cea

This is another patch release. Highlights:

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

v1.2.1

Choose a tag to compare

@ewu63 ewu63 released this 24 Sep 01:42
1da29d1

Highlights:

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

v1.2.0

Choose a tag to compare

@ewu63 ewu63 released this 19 Jun 18:58
598eb5f

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

v1.1.0

Choose a tag to compare

@ewu63 ewu63 released this 22 Apr 03:19

Highlights:

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

v1.0

Choose a tag to compare

@joanibal joanibal released this 24 Oct 20:15
973f7a4
Merge pull request #5 from eirikurj/updateBaseRegTest

Updating the BaseRegTest class to use the builtin numpy assertion whi…