@@ -16,7 +16,7 @@ converted to [LLVM IR](http://llvm.org/). Finally LLVM code is optimized
16
16
and compiled by [ Clang] ( http://clang.llvm.org/ ) to produce a native executable.
17
17
18
18
## Getting started
19
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.ekrich/sblas_native0.4_2.13. svg )] ( https://maven-badges.herokuapp.com/maven-central/org.ekrich/sblas_native0.4_2.13 )
19
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.ekrich/sblas_native0.4_3. svg )] ( https://maven-badges.herokuapp.com/maven-central/org.ekrich/sblas_native0.4_3 )
20
20
21
21
If you are already familiar with Scala Native you can jump right in by adding the following dependency in your ` sbt ` build file.
22
22
@@ -45,18 +45,19 @@ $ sudo apt-get install libatlas-base-dev
45
45
46
46
## Scala Build Versions
47
47
48
- | Scala Version | Native (0.4.0) | Native (0.4.3+) |
49
- | ---------------------- | :-------------------: | :------------: |
50
- | 2.11.x | ✅ | ✅ |
51
- | 2.12.x | ✅ | ✅ |
52
- | 2.13.x | ✅ | ✅ |
53
- | 3.x.x | | ✅ |
48
+ | Scala Version | Native (0.4.0) | Native (0.4.3+) | Native (0.4.10+) |
49
+ | ---------------------- | :-------------------: | :-------------: | :-------------- : |
50
+ | 2.11.x | ✅ | ✅ | |
51
+ | 2.12.x | ✅ | ✅ | ✅ |
52
+ | 2.13.x | ✅ | ✅ | ✅ |
53
+ | 3.x.x | | ✅ | ✅ |
54
54
55
55
Use version sblas ` 0.3.0 ` for Scala Native ` 0.4.0 ` .
56
- Use version sblas ` 0.4.0 ` for Scala Native ` 0.4.3 ` with Scala 3 support.
56
+ Use version sblas ` 0.4.0 ` for Scala Native ` 0.4.3+ ` with Scala 3 support.
57
+ Use version sblas ` 0.5.0 ` for Scala Native ` 0.4.10+ ` .
57
58
58
59
## Usage and Help
59
- [ ![ scaladoc] ( https://www.javadoc.io/badge/org.ekrich/sblas_native0.4_2.11. svg?label=scaladoc )] ( https://www.javadoc.io/doc/org.ekrich/sblas_native0.4_2.11 )
60
+ [ ![ scaladoc] ( https://www.javadoc.io/badge/org.ekrich/sblas_native0.4_3. svg?label=scaladoc )] ( https://www.javadoc.io/doc/org.ekrich/sblas_native0.4_3 )
60
61
[ ![ Join chat https://gitter.im/ekrich/sblas ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/ekrich/sblas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
61
62
62
63
Reference the link above for Scaladoc. The documentation is a little sparse but hopefully will improve with time.
@@ -95,6 +96,7 @@ IBM Website:
95
96
96
97
## Versions
97
98
99
+ Release [ 0.5.0] ( https://github.com/ekrich/sblas/releases/tag/v0.5.0 ) - (2023-01-29)<br />
98
100
Release [ 0.4.0] ( https://github.com/ekrich/sblas/releases/tag/v0.4.0 ) - (2022-02-01)<br />
99
101
Release [ 0.3.0] ( https://github.com/ekrich/sblas/releases/tag/v0.3.0 ) - (2021-03-20)<br />
100
102
Release [ 0.2.0] ( https://github.com/ekrich/sblas/releases/tag/v0.2.0 ) - (2019-12-05)<br />
0 commit comments