Nuiton Matrix
Nuiton Matrix
»
Change Log Report
|
Dernière publication: 2024-08-26
|
Version: 2.8
|
Libre entreprise
|
Code Lutin
Nuiton.org
Utilisateur
Accueil
Import/Export
Matrix panel viewer
Développeur
Serializable
Modules
Nuiton Matrix :: API
Nuiton Matrix :: GUI
Documentation sur le projet
Info Projet
Rapports Projet
Change Log
File Activity
Developer Activity
Sources Xref
Sources Xref des Tests
Surefire Report
Tierces parties (Mode aggrégé)
Tierces parties
Sonar
Dependency Updates Report
Plugin Updates Report
Property Updates Report
Change Log Report
Total number of changed sets: 1
Changes between 2024-07-27 and 2024-08-27
Total commits: 3
Total number of files changed: 5
Timestamp
Author
Details
2024-08-26 13:50:48
Éric <chatellier@codelutin.com>
nuiton-matrix-gui/
pom.xml
v a985d234f62d784463ba7f7fe82cbfb854d18915
nuiton-matrix/
pom.xml
v a985d234f62d784463ba7f7fe82cbfb854d18915
pom.xml
v a985d234f62d784463ba7f7fe82cbfb854d18915
[gitflow-maven-plugin]Update versions for release
2024-08-23 15:33:46
Sarah Bordage <bordage@codelutin.com>
nuiton-matrix/src/main/java/org/nuiton/math/matrix/
DoubleSparseHashVector.java
v 58b6a7ad44b5be33436714a3efc2b5a3a9931f62
Do not initialize OpenLongDoubleHashMap with capacity in DoubleSparseHashVector#init, otherwise we get OutOfMemory error (java heap space) for large vectors (for instance when capacity > Integer.MAX_VALUE).
2024-08-23 13:59:44
Sarah Bordage <bordage@codelutin.com>
nuiton-matrix/src/main/java/org/nuiton/math/matrix/
DoubleSparseHashVector.java
v a7140de5fb1918e36190a038c10d1f0ec1e691ad
nuiton-matrix/src/main/java/org/nuiton/math/matrix/
MatrixNDImpl.java
v a7140de5fb1918e36190a038c10d1f0ec1e691ad
Prevent integer overflows by replacing int by long