Compare commits

..

8 commits

2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ Arbitrary numbers of dimensions are supported, up to limits imposed by the JVM s
Available from Clojars: [![Clojars Project](https://img.shields.io/clojars/v/sparse-array.svg)](https://clojars.org/sparse-array) Available from Clojars: [![Clojars Project](https://img.shields.io/clojars/v/sparse-array.svg)](https://clojars.org/sparse-array)
Tests currently [![CircleCI](https://circleci.com/gh/simon-brooke/sparse-array.svg?style=svg)](https://circleci.com/gh/simon-brooke/sparse-array) Tests currently [![CircleCI](https://circleci.com/gh/simon-brooke/sparse-array.svg?style=svg)](https://circleci.com/gh/simon-brooke/sparse-array)
[![CircleCI](https://circleci.com/gh/simon-brooke/sparse-array.svg?style=svg)](https://circleci.com/gh/simon-brooke/sparse-array)
## Conventions ## Conventions
### Sparse arrays ### Sparse arrays

View file

@ -1,4 +1,4 @@
(defproject sparse-array "0.3.1-SNAPSHOT" (defproject sparse-array "0.3.0"
:aot :all :aot :all
:cloverage {:output "docs/cloverage"} :cloverage {:output "docs/cloverage"}
:codox {:metadata {:doc "**TODO**: write docs" :codox {:metadata {:doc "**TODO**: write docs"