Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 15, 2024
1 parent 4f033be commit 8c256f2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Math and stats modelling with table ergonomics

[![Clojars Project](https://img.shields.io/clojars/v/org.scicloj/tableplot.svg)](https://clojars.org/org.scicloj/tableplot)

## What is this about?

This project is an initial attempt to create a Clojure library for math and statistics which is friendly to [tech.ml.dataset](https://github.com/techascent/tech.ml.dataset) and [Tablecloth](https://scicloj.github.io/tablecloth) datasets and uses the functionality of [Fastmath](https://github.com/generateme/fastmath).
Expand All @@ -12,6 +10,16 @@ In a way, it is intended to be a user-friendly compatiblity layer across this li

Possibly, after the details clarify, it will be merged into one of the other Scicloj libraries.

;; ## General info
;; |||
;; |-|-|
;; |Website | [https://scicloj.github.io/tablemath/](https://scicloj.github.io/tablemath/)
;; |Source |[![(GitHub repo)](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/scicloj/tablemath)|
;; |Deps |[![Clojars Project](https://img.shields.io/clojars/v/org.scicloj/tablemath.svg)](https://clojars.org/org.scicloj/tablemath)|
;; |License |[EPLv2.0](https://github.com/scicloj/tablemath/blob/main/LICENSE)|
;; |Status |🛠experimental🛠|


## Documentation

[Draft](https://scicloj.github.io/tablemath/)

0 comments on commit 8c256f2

Please sign in to comment.