[0.1.1] - 2021-01-02
0.1.1 (01/02/2021)
Features:
- Added support batch processing for predictSoftly in #28
- Converted getXXX functions to properties in public API (layers and model classes)
- Removed a flag
verbose
from public API - Made logging based on a configuration.
Bugs:
- Fixed #25 Suspiciously slow calls to
Sequential.predictSoftly
- Fixed #24 reshapeFunction not initialized after model load
- Fixed #22 Exception in combination with Log4J
- Added permission 'executable' making gradle wraper script runnable on Linux/Mac OS X systems
Internals improvements:
- Removed unnecessary copying of FloatArray to off-heap memory in
internalPredict
method
Docs:
- Added "Release check list" for release managers
- Updated Readme.md with new chapters about logging and fatJar issue
- Minor updates in "Tutorials"
Thanks to our contributors:
- Alexey Zinoviev (@zaleslaw)
- Maria Khalusova (@MKhalusova)
- Michal Harakal (@michalharakal )
- Sebastian Aigner (@SebastianAigner )
- LostMekka (@LostMekka )
- Lothar Schulz (@lotharschulz )
- quickstep24 (@quickstep24)