Hi everyone,
Sorry it's been a while again.
I have now finally published Breeze artifacts for Scala 2.12, 2.13, and 3.
There's been a fairly major overhaul to the way Breeze operators are organized to support the cross build. In addition, we now use Ludovic Henry's (@luhenry) new netlib library for BLAS and LAPACK, which should be faster and lighter than what we were using before. Other than that, there should be some fixed bugs but no real feature changes.
I also did something a little not good, which is that the Scala 3 build of Breeze relies on Spire 2.13 because AFAICT there's no Scala 3 artifact yet.
This is a major version bump mainly because of the reorganization of implicits to support the cross build. I would hope that very little client usage of Breeze code will need to change, though I imagine some will.
Please let me know of any problems, successes, etc.
Thanks,
David