Skip to content

Tags: mdolab/baseclasses

Tags

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add decorator for automatically shimming depracted functions (#105)

* Add decorator for deprecation tests

* Change to `expire_deprecation` decorator

* Add docstring

* Bump minor version

* Move `expire_deprecation` to new `deprecation` module, remove hardcoded `self` argument so it works with free functions

* Add tests

* docstring

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update minimum supported dependencies (#104)

* Update dependencies in setup.py

* Bump version to 1.8.5

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove mpi4py import on module import (#101)

* remove mpi4py import on module import

* format

* version bump

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
String fixes (#99)

* fix line continuation

* more fix

* forgot raw string

* flynt

* black format

* flake8

* more changes

* bumping version

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update package requirements (#97)

* Updated minimum numpy version

* Version bump

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support numpy2 (#96)

* make tests pass with numpy2

* version bump

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump minor version (#91)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
promote redirectIO (#74)

Co-authored-by: sseraj <sseraj@umich.edu>