J-Libraries / numJ

Java library to fulfil the requirement of numpy in java
https://j-libraries.github.io/numJ/
Apache License 2.0
21 stars 4 forks source link

Code modified #2

Closed nishantsir57 closed 1 month ago

nishantsir57 commented 1 month ago
  1. Optimized performance by integrating parallel processing
  2. Added a method in ENUM DType to get its respective class
  3. Added new exception messages (i) negativeSkipException, (ii) shapeMismatchException
  4. Integrated All possible variations of arange method
  5. Added new exception class for ShapeMismatchException
nishantsir57 commented 1 month ago

Approved