nsajko's Stars
nektos/act
Run your GitHub Actions locally 🚀
FluxML/Zygote.jl
21st century AD
JuliaSymbolics/Symbolics.jl
Symbolic programming for the next generation of numerical software
JuliaSymbolics/SymbolicUtils.jl
Symbolic expressions, rewriting and simplification
JuliaSymbolics/Metatheory.jl
Makes Julia reason with equations. General purpose metaprogramming, symbolic computation and algebraic equational reasoning library for the Julia programming language: E-Graphs & equality saturation, term rewriting and more.
timholy/SnoopCompile.jl
Provide insights about latency (TTFX) for Julia packages
JuliaDiff/ChainRulesCore.jl
AD-backend agnostic system defining custom forward and reverse mode rules. This is the light weight core to allow you to define rules for your functions in your packages, without depending on any particular AD system.
RuleBasedIntegration/Rubi
Rubi for Mathematica
JuliaLang/PrecompileTools.jl
Reduce time-to-first-execution of Julia code
JuliaCollections/AbstractTrees.jl
Abstract julia interfaces for working with trees
symengine/SymEngine.jl
Julia wrappers of SymEngine
gdalle/DifferentiationInterface.jl
An interface to various automatic differentiation backends in Julia.
dfdx/Yota.jl
Reverse-mode automatic differentiation in Julia
JuliaDiff/AbstractDifferentiation.jl
An abstract interface for automatic differentiation.
JuliaIO/Zarr.jl
brianguenter/FastDifferentiation.jl
Fast derivative evaluation
pfitzseb/ProfileCanvas.jl
JuliaDiff/ChainRulesTestUtils.jl
Utilities for testing custom AD primitives.
SciML/ADTypes.jl
Repository for automatic differentiation backend types
JuliaSymbolics/TermInterface.jl
Common interface for symbolic terms, allowing symbolic libraries with different underlying structures to interact and convert
matthias314/SmallCollections.jl
A Julia package providing variable-length set and vector types that don't allocate
sisl/ExprRules.jl
Functions for declaring and working with grammars and expression trees in Julia.
JuliaArrays/FixedSizeArrays.jl
Fixed-size multidimensional arrays. An Array-like type with less indirection at the cost of resizing capability.
JuliaMath/Infinities.jl
A Julia package for representing infinity in all its forms
tkluck/PolynomialRings.jl
A library for arithmetic and algebra with multi-variable polynomials.
scheinerman/Posets.jl
Partially ordered sets fully compatible with Graphs.jl
carstenbauer/LittleBookOfSemaphores.jl
Julia code snippets inspired by the Little Book Of Semaphores
SamuraiAku/SPDX.jl
Provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.
jverzani/SymPyCore.jl
Package to help connect Julia with the SymPy library of Python
jverzani/SimpleExpressions.jl
A lightweight means to create callable functions using expressions