From a234403f920cd111623e11839fc0f21bfeea6dfc Mon Sep 17 00:00:00 2001 From: TimLai666 Date: Sat, 28 Feb 2026 21:50:01 +0800 Subject: [PATCH] Add insyra to scientific computing libraries list (#5982) Added the insyra library to the README under scientific computing and data analysis libraries. Insyra provides statistics, visualization, Parquet support, and Python integration. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 762ba7ca..5024853b 100644 --- a/README.md +++ b/README.md @@ -2244,6 +2244,7 @@ _Libraries for scientific computing and data analyzing._ - [gosl](https://github.com/cpmech/gosl) - Go scientific library for linear algebra, FFT, geometry, NURBS, numerical methods, probabilities, optimisation, differential equations, and more. - [GoStats](https://github.com/OGFris/GoStats) - GoStats is an Open Source GoLang library for math statistics mostly used in Machine Learning domains, it covers most of the Statistical measures functions. - [graph](https://github.com/yourbasic/graph) - Library of basic graph algorithms. +- [insyra](https://github.com/HazelnutParadise/insyra) - Data analysis library with statistics, visualization, Parquet support, and Python integration. - [jsonl-graph](https://github.com/nikolaydubina/jsonl-graph) - Tool to manipulate JSONL graphs with graphviz support. - [MatProInterface.go](https://github.com/MatProGo-dev/MatProInterface.go) - MatProInterface.go is an open source package for defining mathematical programs (e.g., convex optimization problems) in Go. - [ode](https://github.com/ChristopherRabotin/ode) - Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions.