Stars
Julia package for describing graph properties.
Simplest non-trivial Boolean algebra, the two-element Boolean algebra
Closure and reduction operations, interpreting logical matrices as homogeneous binary relations
Fix a function positional argument to a callable. Stand-in replacement for `Base.Fix`.
A library for building abstract interpretation-based analyses. **Update**: crab is still actively maintained. Please use branch dev.
A compendium of the pitfalls and problems that arise when using standard statistical methods
Packages are nodes, edges are common contributors.
Visualization of the Julia packages dependency graph
Visualization of the Julia packages co-contributors graph.
The official registry of general Julia packages
Julia package providing functionality for annotating arbitrary callables with type signature data.
Package for compiling and bundling julia binaries, specially trimmed ones
A placeholder implementation of Julia's Compiler standard library that re-exports bundled compiler with native package switching capabilities.
Julia package for various special functions based on `log` and `exp`.
Common functional iterator patterns
A collection of Julia benchmarks available for CI tracking from the JuliaLang/julia repository
LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
Collect the elements of a given collection into a collection of the given type. Generalizes `collect`! Implement for types you own!
Parse WKT-CRS data to get a parse tree. Supports unparsing, with perfect roundtripping. Type-stable.
Parse JSON data to get a parse tree. Supports unparsing, with perfect roundtripping. Type-stable.
Given a context-free grammar, parse input data to get a parse tree. Supports unparsing, with perfect roundtripping.
Trivial functions for working with coverage for packages locally.
Generic numerical linear algebra in Julia
Iterative algorithms for solving linear systems, eigensystems, and singular value problems