Releases: ballandt/avmath
Releases · ballandt/avmath
v3.2.0-alpha1 (Eigenname)
First 3.2 alpha release
Changes
- Eigenvalues / eigenvectors
- underdetermined SLE
- fast determinant
Bug report
Help to improve this release by creating an issue.
Installation
Install via PyPi command
pip install avmath==3.2.0a1
v3.1.1 (Ondes)
Changes
- Bugfixes for functions
- see Changelog
Installation
Install via pip command
pip install avmath==3.1.1
Reasons to use v3.1.1
- (+) latest version
- (-) requires Python 3.10
v1.0.0 (Initial avmath)
Installation
install via pip command
pip install avmath==1.0.0
Reasons to use v1.0.0
- no reasons
WARNING
Files use old name evmath
v3.1.0 (Ondes)
Changes
- faster and more accurate extrema finder
- better methods for derivatives and integral
- bugfixes in Fraction
- see Changelog
Installation
Install via pip command
pip install avmath==3.1.0
Reasons to use v3.1.0
- (-) needs Python 3.10
v3.0.0 (Illumination)
Avmath 3 introduced the possibility to accurately calculate linear algebra using fractions. The numerical methods of the analysis part are improved as possible. Yet some calculations need a large time and are not very accurate.
Changes
- General changes and deletions especially in
algebra - Fractions for accurate rational number calculations
- Gaussian methods for matrices
- root operations for functions
- see Changelog
Installation
Install via pip command
pip install avmath==3.0.0
Reasons to use v3.0.0
- (+) one method each for derivatives and integral
- (-) inaccurate numerical methods in
analysis.Function - (-) requires Python 3.10
v2.0.0 (Repensé)
Avmath with better interface and more features.
Changes
- Mathematical changes in trigonometric and hyperbolic functions
- names of subpackages are
algebraandanalysis - algebraic methods for systems of linear equations
- see Changelog
Installation
Install via pip command
pip install avmath==2.0.0
Reasons to use v2.0.0
Avmath 2 has many of bugs and should not be used.
- (+) Requires only Python 3.6
- (-) Some functions in
__init__do not work properly
v1.2.0 (Amitié)
Changes
- Github PyPi Coordination
- Metadata fixes
- See Changelog
Installation
Install via pip command
pip install avmath==1.2.0
Reasons to use v1.2.0
- See v1.1.0
- (+) Better Documentation and metadata
v1.1.0 (First release)
Changes
- Angle class
- see Changelog
Installation
Install via pip command
pip install avmath==1.1.0
Reasons to use v1.1.0
- (+) Functions working properly due to math module
- (-) Less functionalities in linear algebra and analysis
WARNING
Files use old name evmath