Junimo.jl
Junimo.jl is a personal Julia utility library, aimed at automating and streamlining day-to-day workflows.
Table of Contents
Overview
Junimo.jl gathers practical helpers and conventions into a single package. It favors small, composable utilities that can be reused across projects and scripts.
Author
YuxuanXie
Function Categories
- Utils: colored console output helpers (
cprint,red,green,blue,purpleand macros) - Statistics: goodness-of-fit metrics (
gof, colorizedGofResultoutput) - Visualize: GoF annotation helpers for Makie (
show_gof!)
Installation
pkg> add https://github.com/cug-xyx/Junimo.jlQuick Start
using JunimoTesting
julia --project -e "using Pkg; Pkg.test()"Documentation
Documentation site: https://cug-xyx.github.io/Junimo.jl/index.html
Contributing
Contributions are welcome. Please open an issue to discuss ideas before submitting a PR.
License
GPL-3.0-only