sblas 0.2.0
This is the 2nd release of sblas. Scala Native BLAS (Basic Linear Algebra Subprograms) supports Scala Native 0.4.0-M2
using Scala 2.11
.
Overview 💥
This release focuses on bringing support for Scala Native 0.4.0-M2
. This pre-release of Scala Native focuses on improved performance via the Immix GC and optimizations called Interflow which is part of Denys Shabalin's PhD program.
-
Update Scala Native interface to C (SNiC) and rename package to
unsafe
, a new convention. -
Update dependencies and change to
minitest
for testing. -
Upgrade to latest
scalafmt
. -
Minor changes for Scala native Syntax changes.
Contributors 👥
According to git shortlog -sn --no-merges v0.1.1..v0.2.0
, 1 person contributed to this release: Eric K Richardson with 3 commits.
Special Thanks to Denys Shabalin's (@densh) who created Scala Native and made this release possible and to Lorenzo Gabriele (@lolgab) for porting and creating a 0.4.0-M2
release of minitest
. 🎤 👏