Releases: alice-biometrics/meiga
Releases · alice-biometrics/meiga
v1.4.0
What's Changed
- fix: improve type hints by @fgsalomon in #17
- chore(github-actions): update checkout and setup-python versions by @acostapazo in #18
- feat(mypy): add py.typed to ship typing information by @acostapazo in #19
New Contributors
- @fgsalomon made their first contribution in #17
Acknowledgments
Thanks to @Artalus for giving us valuable feedback in #16 to improve meiga type hints.
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- fix(warning): solve warning when VERSION file is not closed when read… by @acostapazo in #14
- Bugfix/uploading to pypi missing requirements by @acostapazo in #15
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- feat: update black version by @acostapazo in #12
- feat: update pypi workflow. Use PYPI token instead former password by @acostapazo in #13
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add static analysis and improve typing. by @acostapazo in #11
- Add some missing tests. by @acostapazo in #11
- Add coverage integration (Codecov) by @acostapazo in #11
- Remove unused decorators (logs) by @acostapazo in #11
Full Changelog: v1.2.13...v1.3.0
v1.2.13
What's Changed
- Feature/update dev tools and modernize by @acostapazo in #10
Full Changelog: v1.2.12...v1.2.13
v1.2.12
- Handle error when declare meiga decorator before an
@staticmethod
and@classmethod
(not callable)
v1.2.11
- Add new feature on
unwrap_or_return
Result method. Now, is possible to return a specific value on failure.result.unwrap_or_return(return_value_on_failure=isSuccess)
v1.2.10
- Add
BoolResult
alias
v1.2.9
- Update meiga decorator to catch raised
meiga.Error
v1.2.8
- Add missing files in
MANIFEST