Skip to content

Releases: alice-biometrics/meiga

v1.4.0

26 Jul 11:15
45e7d62
Compare
Choose a tag to compare

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

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

10 Jun 06:34
371340a
Compare
Choose a tag to compare

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

06 Apr 08:28
2d9131c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

10 Jan 11:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.13...v1.3.0

v1.2.13

03 Jan 08:33
2a6bae4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.12...v1.2.13

v1.2.12

03 Dec 11:01
Compare
Choose a tag to compare
  • Handle error when declare meiga decorator before an @staticmethod and @classmethod (not callable)

v1.2.11

24 Nov 09:06
93f19eb
Compare
Choose a tag to compare
  • 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

07 Oct 13:27
Compare
Choose a tag to compare
  • Add BoolResult alias

v1.2.9

09 Jun 10:20
Compare
Choose a tag to compare
  • Update meiga decorator to catch raised meiga.Error

v1.2.8

21 May 13:36
Compare
Choose a tag to compare
  • Add missing files in MANIFEST