Skip to content

1.0.0

Compare
Choose a tag to compare
@dievsky dievsky released this 19 Nov 16:26
· 67 commits to master since this release

Released on November 19, 2019

  • Simplified signatures
  • Added a benchmark JAR task
  • Simplified the native methods' signatures
  • Introduced unroll mechanics for F64Array
  • Serialization uses isFlattenable instead of isDense
  • Changed native signature of logAddExp to dst-src syntax
  • logAddExp now deals with positive infinities and NaNs
  • Corrected guessShape implementation
  • Correct JNI copy processing
  • Added extensive Markdown documentation
  • Reorganized benchmarks
  • Removed weightedSum / Mean, transpose, reversed
  • Added benchmarking data and description thereof to documentation
  • Fixed Travis builds