Skip to content

Releases: ballandt/avmath

v3.2.0-alpha1 (Eigenname)

03 Apr 14:51

Choose a tag to compare

Pre-release

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)

08 Jan 13:52

Choose a tag to compare

See on PyPi

Changes

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)

07 Jan 17:20

Choose a tag to compare

See on PyPi

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)

01 Jan 14:45

Choose a tag to compare

See on PyPi

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)

01 Dec 11:25

Choose a tag to compare

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.

See on PyPi

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é)

24 Oct 17:26

Choose a tag to compare

Avmath with better interface and more features.

See on PyPi

Changes

  • Mathematical changes in trigonometric and hyperbolic functions
  • names of subpackages are algebra and analysis
  • 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é)

30 Dec 09:49

Choose a tag to compare

See on PyPi

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)

30 Dec 09:32

Choose a tag to compare

See on PyPi

Changes

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