Skip to content

Releases: alphameo/linear-algebra

v3.0.0

Choose a tag to compare

@alphameo alphameo released this 15 Jan 00:13
ad51a2c

What's Changed

  • refactor(new architecture v2): interface usage by @alphameo in #6

New Contributors

Main changes:

  • Now you can use methods from "interface objects"
  • Some new methods for vector transforms (as column or as row), etc.
  • Rewritten docs

Full Changelog: v2.1.2...v3.0.0

v2.1.2

Choose a tag to compare

@alphameo alphameo released this 08 Jan 00:45
65e1249

Clean some logs

Full Changelog: v2.1.1...v2.1.2

v2.1.1

Choose a tag to compare

@alphameo alphameo released this 08 Jan 00:38
83bf43b

Main changes:

  • ! important fix for version since 2.0.0: Vec, VecN ::clone().
  • fix ::divide() in MatMath.
    Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@alphameo alphameo released this 07 Jan 20:12
692899d

Main changes:

  • Fixed methods ::added(), ::normalized() in all vectors. Previously, there was no copying of passed vectors.
  • New methods inside MatMath and MatNMath: ::fromVectorCols(), ::fromVectorRows.
  • Using ::clone() under the hood.

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@alphameo alphameo released this 05 Jan 17:53
e6526c0

Main changes:

  • Optimized method for multiplying matrix and vector with fixed sizes

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@alphameo alphameo released this 03 Jan 10:19
5d912e6

Main changes

  • Refactoring: Cloneable becomes parent of matrices' (Matrix interface) and vectors' (Vector interface).
  • Updated and fixed JavaDocs.

Full Changelog: v1.2.0...v2.0.0

v1.2.0

Choose a tag to compare

@alphameo alphameo released this 29 Dec 17:41

What changed:

  • Interfaces: Copiable -> Cloneable
  • Fixed some typos again)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@alphameo alphameo released this 29 Dec 17:39

What's Changed

New Contributors

Full Changelog: v0.3.0...v1.1.0

v1.0.0

Choose a tag to compare

@alphameo alphameo released this 11 Dec 20:57

Full Changelog: v0.3.0...v1.0.0
Main changes:

  • Added some javadocs
  • Changed package
  • Published

v0.3.0

Choose a tag to compare

@alphameo alphameo released this 09 Dec 22:51

Full Changelog: v0.2.0...v0.3.0
Added javadocs.
Added epsilon equals methods.
Fixed some methods.
Added forgotten methods inside all classes.