Releases: usnistgov/module-utilities
Releases · usnistgov/module-utilities
v0.11.0
Full Changelog: v0.10.1...v0.11.0
v0.10.0
What's Changed
- feature/change cruft by @wpk-nist-gov in #1
New Contributors
- @wpk-nist-gov made their first contribution in #1
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Changed
- Revert to TypeVar
Sbeing invariant. This leads to some issues with
cached.propdecorator. However, the use of covariantTypeVarwas a hack.
Instead, it is better in these cases to decorate with@propertyon top of
@cached.meth. mypy/pyright deal withpropertyin a special way. - To better work with the above, single parameter methods are caached using only
the method name, and no parameters.
Full Changelog: v0.8.1...v0.9.0
v0.8.1
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Changed
- Moved submodule
_typingtotyping(i.e., publicly accessible). - Made TypeVar
Scovariant. This fixes issues with subclassing overrides
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
Added
- Now include module
docinhertto interface with
docstring-inheritance - Fully support mypy and pyright type checking.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Added
- Add
_prependoption to docfiller. Default behavior is now to append current
docstring to templates.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Package now available on conda-forge
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Full Changelog: v0.3.0...v0.3.1