Skip to content

Commit

Permalink
switched to git deps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 18, 2024
1 parent c7a7240 commit 11b0255
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

Scinojure ("Noj") wraps a few of the relevant Clojure libraries for data & science and documents common ways of using them together.

Clojars: [2-alpha5-SNAPSHOT](https://clojars.org/org.scicloj/noj/versions/2-alpha5-SNAPSHOT)
deps:
```clj
org.scicloj/noj {:git/url "https://github.com/scicloj/noj.git"
:git/tag "2-alpha6"
:git/sha "c7a7240"}

```

## Status
Most of the [underlying libraries](https://scicloj.github.io/noj/noj_book.underlying_libraries.html) are stable. The experimental parts are marked as such. For some of the libraries, we use a branch for an upcoming release.
Expand Down
10 changes: 8 additions & 2 deletions notebooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ It collects a few of the main libraries and documents common ways to use them to
**Source:** [![(GitHub repo)](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/scicloj/noj)
**Artifact:** [2-alpha5-SNAPSHOT](https://clojars.org/org.scicloj/noj/versions/2-alpha5-SNAPSHOT)
**Deps:**
Note we are using `SNAPSHOT` version for now, since a few of the current dependencies are at a snapshot stage for an upcoming release.
```clj
org.scicloj/noj {:git/url \"https://github.com/scicloj/noj.git\"
:git/tag \"2-alpha6\"
:git/sha \"c7a7240\"}
```
Note we are using git coordinates at the moment, in order to expose a few relevant features of the current underlying libraries, which are unreleased yet.
**Status:** Most of the [underlying libraries](./noj_book.underlying_libraries.html) are stable. The experimental parts are marked as such. For some of the libraries, we use a branch for an upcoming release.
The main current goal is to provide a clear picture of the direction the stack is going towards, expecting most of it to stabilize around October 2024.
Expand Down

0 comments on commit 11b0255

Please sign in to comment.