numd 1.0.4
numd: ^1.0.4 copied to clipboard
A rudimentary numerical computing library for Dart, inspired by NumPy
1.0.4 #
- Added operator overloading for array access (
[]
and[]=
) - Added comprehensive documentation for
[]
and[]=
operators
1.0.3 #
- Added
NDArray.copy()
constructor for deep copying arrays - Added comprehensive documentation for copy operations
1.0.2 #
- Added binary array support with NDArray.binary constructor
- Added random binary array generation with NDArray.binaryRand
- Improved example documentation
- Fixed type casting issues
1.0.1 #
- Fixed Matrix multiplication bug
1.0.0 #
- Initial version.