-
released this
2025-06-27 22:33:12 +00:00 | 6 commits to main since this releaseAdded
- Claude TECHNICAL_REPORT.md for detailed analysis
- Claude CLAUDE.md for AI engine usage
- Method summary that returns the number of features, samples, and classes without loading the data
- Check for file size before loading to prevent memory issues
- Check for number of samples and features before loading to prevent memory issues
- Check for number of classes before loading to prevent memory issues
Internal
- Refactored code to improve readability and maintainability
- Improved error handling with exceptions
- Actions to build and upload the conan package to Cimmeria
- Eliminate redundant memory allocations and enhance memory usage
- Enhance error handling with exceptions
- Change
getSize
return type tosize_t
for better compatibility with standard library containers - Implement move semantics for better performance
Downloads