Skip to content

Commit c4ecc1e

Browse files
committed
updated libs - Noj
1 parent 52c8846 commit c4ecc1e

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

content/en/docs/resources/libs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title : "Tools and libraries"
33
description: "Clojure tools and libraries for data and science"
44
lead: "Clojure tools and libraries for data and science"
55
date: 2022-02-14
6-
lastmod: 2024-11-24
6+
lastmod: 2022-07-09
77
draft: false
88
weight: 31
99
images: []
@@ -57,8 +57,8 @@ These other lists of libraries are very relevant to the emerging Clojure data sc
5757
- [Clojure graph resources](https://github.com/simongray/clojure-graph-resources) :star: by Simon Gray - a curated list of mostly mature and/or actively developed Clojure resources relevant for dealing with graph-like data
5858

5959
## Diverse toolsets
60+
- [noj](https://github.com/scicloj/noj) :star: (`act`): - an toolkit with the main relevant Scicloj libraries
6061
- [fastmath](https://github.com/generateme/fastmath) :star: (`act`): `math`,`ml`,`rand`,`stat` - a collection of functions for mathematical and statistical computing, machine learning, etc., wrapping several JVM libraries
61-
- [noj](https://github.com/scicloj/noj) :star: (`act`): - a work-in-progress library collecting a few of the relevant data & science with additional convenience layers composing them together
6262
- [spork](https://github.com/joinr/spork) (`act`): `df`,`graph`,`opt`,`rand`,`ui`,`vis` - a toolbox for data-science and operation research
6363
- [Incanter](https://github.com/incanter/incanter): `csv`,`df`,`rand`,`stat`,`vis` - an R-like data-science platform built on top of the core.matrix abstractions
6464
- [huri](https://github.com/sbelak/huri): `df`,`stat`,`vis` - a toolbox for data-science using plain sequences of maps

content/en/docs/resources/model.edn

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,28 @@
3232
{:tag/id "nlp", :tag/description "natural language processing"}
3333
{:tag/id "llm", :tag/description "large language models and related services"}]
3434

35-
:teodorlu/questions [
36-
;; I'm having a bit of a hard time understanding the motivation between having both the star
35+
:teodorlu/questions [;; I'm having a bit of a hard time understanding the motivation between having both the star
3736
;; and :readiness :experimental. Does that mean /some/ of the API is considered stable, but
3837
;; the library is still under active development, and collaboration is invited?
3938
;;
4039
;; Perhaps we can be even clearer on what the call to action / "job to be done" for tags :)
4140
]
4241
:libs
4342
[;; # Diverse toolsets
44-
({:lib/name "fastmath",
45-
:lib/url "https://github.com/generateme/fastmath",
43+
({:lib/name "noj",
44+
:lib/url "https://github.com/scicloj/noj",
4645
:lib/category :div-tools,
47-
:tags #{:stat :rand :act :ml :math},
46+
:tags #{:act},
4847
:star :star,
4948
:description
50-
"a collection of functions for mathematical and statistical computing, machine learning, etc., wrapping several JVM libraries"}
51-
{:lib/name "noj",
52-
:lib/url "https://github.com/scicloj/noj",
49+
"an toolkit with the main relevant Scicloj libraries"}
50+
{:lib/name "fastmath",
51+
:lib/url "https://github.com/generateme/fastmath",
5352
:lib/category :div-tools,
54-
:tags #{:act},
53+
:tags #{:stat :rand :act :ml :math},
5554
:star :star,
5655
:description
57-
"a work-in-progress library collecting a few of the relevant data & science with additional convenience layers composing them together"}
56+
"a collection of functions for mathematical and statistical computing, machine learning, etc., wrapping several JVM libraries"}
5857
{:lib/name "spork",
5958
:lib/url "https://github.com/joinr/spork",
6059
:lib/category :div-tools,
@@ -189,8 +188,7 @@
189188
:tags #{:vis :vega},
190189
:star :star,
191190
:description
192-
"a minimal wrapper over Vega/Vega-lite as a single JVM-only Clojure library, using the GraalJS javascript runtime, which [does not require GraalVM runtime](https://github.com/graalvm/graaljs/blob/master/docs/user/RunOnJDK.md) to run."
193-
}
191+
"a minimal wrapper over Vega/Vega-lite as a single JVM-only Clojure library, using the GraalJS javascript runtime, which [does not require GraalVM runtime](https://github.com/graalvm/graaljs/blob/master/docs/user/RunOnJDK.md) to run."}
194192
{:lib/name "xvsy",
195193
:lib/url "https://github.com/dvdt/xvsy",
196194
:lib/category :vega-rendering,
@@ -239,7 +237,7 @@
239237
:star :star,
240238
:description
241239
"easy layered graphics with Hanami & Tablecloth"}
242-
{:lib/name "cljplot",
240+
{:lib/name "cljplot",
243241
:lib/url "https://github.com/generateme/cljplot",
244242
:lib/category :data-visualization-libraries,
245243
:tags #{:vis :exp :act},
@@ -789,8 +787,7 @@
789787
:description "a Clojure wrapper for Stanford CoreNLP"})
790788

791789
;; Large language models and related services
792-
(
793-
{:lib/name "Bosquet",
790+
({:lib/name "Bosquet",
794791
:lib/url "https://github.com/zmedelis/bosquet",
795792
:lib/category :large-language-models,
796793
:tags #{:act :llm},

0 commit comments

Comments
 (0)