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.
This commit is contained in:
TimLai666 2026-02-28 21:50:01 +08:00 committed by GitHub
parent 91a705cdf6
commit a234403f92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.