Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: adtzlr/matadi

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `math.expm()`, `math.logm()` (#152)

* Add `math.expm()`, `math.logm()`

rename `mexp` to `expm`, keep `mexp` as alias

* set version tag to 0.4.0

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance the stability checks (#147)

* Check stability in all directions

* Update __about__.py

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #146 from adtzlr/simplify-stability-check

Simplify the stability checks in `Lab` and `LabIncompressible`

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #145 from adtzlr/update-python-versions

Update supported Python versions to 3.9+

v0.2.2

Toggle v0.2.2's commit message
Fixes for NumPy 2.0

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #141 from adtzlr/update-codecov-workflow

Update the codecov-Workflow

v0.2.0

Toggle v0.2.0's commit message
Update __about__.py

v0.1.21

Toggle v0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update __about__.py

v0.1.20

Toggle v0.1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #134 from adtzlr/support-python-3-11

Add support for and run tests on Python 3.11

v0.1.19

Toggle v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #133 from adtzlr/lab-title-argument

Add optional title in `Lab(material, title=None)`