Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
5d3b03c600 |
|
@ -7,8 +7,6 @@ Arbitrary numbers of dimensions are supported, up to limits imposed by the JVM s
|
|||
Available from Clojars: [](https://clojars.org/sparse-array)
|
||||
Tests currently [](https://circleci.com/gh/simon-brooke/sparse-array)
|
||||
|
||||
[](https://circleci.com/gh/simon-brooke/sparse-array)
|
||||
|
||||
## Conventions
|
||||
|
||||
### Sparse arrays
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject sparse-array "0.3.0"
|
||||
(defproject sparse-array "0.3.1-SNAPSHOT"
|
||||
:aot :all
|
||||
:cloverage {:output "docs/cloverage"}
|
||||
:codox {:metadata {:doc "**TODO**: write docs"
|
||||
|
|
Loading…
Reference in a new issue