Matricesm

Latest version: v0.9a23

Safety actively analyzes 628477 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.9a17

[0.9a17](https://pypi.org/project/MatricesM/)

-Fixed 53 , 57 ,58 ,
-Added "describe" property to return a matrix containing description of the matrix
-Feature/column names are now only printed if matrix's a dtype is 'dataframe'
-['add'](https://github.com/MathStuff/MatricesMbasics) method now accepts 'dtype' parameter to be set if a column is added
-'listed' now works with 'dataframe' dtype, but still only picks up numbers from strings. [Examples](https://github.com/MathStuff/MatricesMgive-list-of-numbers-to-create-matrices)
-Fixed dtype and coldtypes setter to reload the matrix after setting new values
-Updated some of the example matrices

[Comparison](https://github.com/MathStuff/MatricesM/compare/0.9a16...0.9a17)

0.9a16

[0.9a16](https://pypi.org/project/MatricesM/)

-Added filtering and sampling related methods. [Examples](https://github.com/MathStuff/MatricesMfilter-out-depending-on-what-you-need)
-Added coldtypes setter
-Fixed 38 , 55
-General updated and bug fixes
[Comparison](https://github.com/MathStuff/MatricesM/compare/0.9a15...0.9a16)

0.9a15

[0.9a15](https://pypi.org/project/MatricesM/)

-Added 'dataframe' dtype base, allowing strings in matrices. Updated csv file reading.[Example](https://github.com/MathStuff/MatricesMread-data-from-files-only-tested-on-csv-and-txt-files)
-Added symmetrical matrix constructor
-"remove" method now accepts row and column arguments at the same time
-Fixed 44 , 45 , 49 , 20
-General updates on most of the statistics and linear algebra methods
[Comparison](https://github.com/MathStuff/MatricesM/compare/0.9a14...0.9a15)

0.9a14

[0.9a14](https://pypi.org/project/MatricesM/)

-Added Cython and C optimizations for some methods

[Comparison](https://github.com/MathStuff/MatricesM/compare/0.9a13...0.9a14)

0.9a13

[0.9a13](https://pypi.org/project/MatricesM/)

-Removed "subM", enabled sliced to be used directly by calling the matrix by its [name](https://github.com/MathStuff/MatricesMget-specific-parts-of-the-matrix).
-Initialized a new folder for functions written in C.
-Added 'dtype' setter
-General updates and optimization tweaks on most of the methods
-Eigenvalue calculation is still not 100% functional, but now only returns the real number valued eigenvalues
-Added Involutory and Incidence case checking property
-General bug fixes

-[Compare to previous version](https://github.com/MathStuff/MatricesM/compare/0.9a11...0.9a13)

0.9a11

[0.9a11](https://pypi.org/project/MatricesM/)

-Removed subclasses, only data type is now 'Matrix' object
-Added 'dtype' to determine what type of elements will be in the matrix
-Name of the main 'matrices.py' file is now 'matrix.py' . So module can be import as :
python
from MatricesM.matrix import Matrix

-'randomFill' is now 'fill' and can accept numbers and some [distributions](https://github.com/MathStuff/MatricesM/commit/7efd16373258bc4d7882accbe14c4d519ec49285diff-08220326f329c9646fdbaaca85bfb26fR16).
-Added more magic methods, bitwise operators
-Enabled more modularity
-Bug fixes

->[Compare to the previous version](https://github.com/MathStuff/MatricesM/compare/0.9a10...0.9a11)

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.