Skip to content

Releases: JHay0112/jmath

Gradient Function

24 Mar 05:40
Compare
Choose a tag to compare
v4.4.1

Update to v4.4.1

Auto-Differentiator

12 Mar 03:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.4.0

Increase stability in Physics Simulations

26 Nov 09:18
b7a5a31
Compare
Choose a tag to compare

Stability has been improved in 2D physics simulations by splitting position and velocity updates into seperate loops.

Universal Functions

25 Nov 21:29
aef4d6e
Compare
Choose a tag to compare

Introduction of universal functions, allows functions from the math library to be applied to special jmath values (Uncertainty, Unit) without use of object methods.

Unit Conversion Hotfix

09 Nov 06:22
0d445c8
Compare
Choose a tag to compare
v4.2.2

Update to v4.2.2

Unitspace Conversion Hotfix

09 Nov 06:03
6709a3a
Compare
Choose a tag to compare
v4.2.1

Update to v4.2.1

Unitspaces

09 Nov 04:33
5ce66ba
Compare
Choose a tag to compare

Allow for isolation of unit systems from one another.

Unit (Function) Annotation

08 Nov 07:24
33ec68b
Compare
Choose a tag to compare

Units can now be used as type hints in functions with the @units.annotate decorator.

See https://jmath.jordanhay.com/jmath.units.html#module-jmath.units.annotation

Units!

07 Nov 21:38
1ba63ab
Compare
Choose a tag to compare

Please see the blog post here.

In summary jmath now allows for maths with units in Python.

Loud Prufer Sequence Solving

03 Nov 19:42
2aa54c6
Compare
Choose a tag to compare
v3.7.15

Update to v3.7.15