Archives: Open Software

AWS.jl

A Julia interface for Amazon Web Services.

ChainRules.jl

The ChainRules package provides a variety of common utilities that can be used by downstream automatic differentiation (AD) tools to define and execute forward-, reverse-, and mixed-mode primitives.

ChainRulesCore.jl

The ChainRulesCore package provides a light-weight dependency for defining sensitivities for functions in your packages, without you needing to depend on ChainRules itself.

ExprTools.jl

Julia logo

 ExprTools provides tooling for working with Julia expressions during metaprogramming. This package aims to provide light-weight performant tooling without requiring additional package dependencies.

FeatureTransforms.jl

Julia logo

FeatureTransforms.jl provides utilities for performing feature engineering in machine learning pipelines with support for AbstractArrays and Tables.

Intervals.jl

Julia logo

Define intervals with left and round bounds.

LibPQ.jl

LibPQ.jl is a Julia wrapper for the PostgreSQL libpq C library.

Mocking.jl

Julia logo

Allows Julia function calls to be temporarily overloaded for the purpose of testing.

NamedDims.jl

Julia logo

NamedDimsArray is a zero-cost abstraction to add names to the dimensions of an array.