This package provides a wrapper for the libvorbis audio library.
This package provides a wrapper for the libjpeg-turbo library.
Julia port of Efficient Implementation of Marching Cubes' Cases with Topological Guarantees.
This Julia module provides a wrapper for the freetype font rendering library.
This package provides fixed-width string types for facilitating certain string workflows in Julia.
FilePathsBase.jl
provides a type based approach to working with filesystem paths in Julia.
This package provides a canonical set of default initial values and identity elements for Julia.
This package provides number datatypes which store their values in type parameters, making them runtime constants.
This package provides alignment algorithms and data structures for sequence of DNA, RNA, and amino acid sequences.
This package provides a combinatorics library for Julia, focusing mostly (as of now) on enumerative combinatorics and permutations.
This package provides an implementation of an associative container mapping (K,V)
pairs via the type IntervalTreeK, V
. The type K
may be any ordered type.
This is a wrapper package meant to bridge the gap for packages that want to use the LazyArtifacts
stdlib as a dependency within packages that still support Julia versions older than 1.6.
This package aims at establishing common ground for Optim.jl, LineSearches.jl, and NLsolve.jl. The common ground is mainly the types used to hold objective related callables, information about the objectives, and an interface to interact with these types.
This package provides definitions for common functions that are useful for symbolic expression manipulation in Julia. Its purpose is to provide a shared interface between various symbolic programming packages, for example SymbolicUtils.jl
, Symbolics.jl
, and Metatheory.jl
.
This Julia package provides several utilities for working with tree-like data structures. Most importantly, it defines the children
method that any package that contains such a data structure may import and extend in order to take advantage of any generic tree algorithm in this package.
LoggingExtras is designs around allowing you to build arbitrarily complicated systems for "log plumbing". That is to say basically routing logged information to different places. It is built around the idea of simple parts which are composed together, to allow for powerful and flexible definition of your logging system.
Julia package for probability distributions and associated functions. Particularly, Distributions
implements:
Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other properties
Probability density/mass functions (pdf) and their logarithm (logpdf)
Moment generating functions and characteristic functions
Sampling from population or from a distribution
Maximum likelihood estimation
ImageMetadata
is a simple package providing utilities for working with images that have metadata attached. For example, you might want to associate an image with the date on which the picture was taken, or an MRI scan with patient data, or an astronomical image with sky coordinates and information about the detector used to acquire the image.
This package provides a set of custom string types of various fixed sizes. Each inline string is a custom primitive type and can benefit from being stack friendly by avoiding allocations/heap tracking in the GC. When used in an array, the elements are able to be stored inline since each one has a fixed size. Currently support inline strings from 1 byte up to 255 bytes.
ArnoldiMethod.jl
provides an iterative method to find a few approximate solutions to the eigenvalue problem in standard form with main goals:
Having a native Julia implementation of the
eigs
function that performs as well as ARPACK. With native we mean that its implementation should be generic and support any number type. Currently the partialschur function does not depend on LAPACK, and removing the last remnants of direct calls to BLAS is in the pipeline.Removing the dependency of the Julia language on ARPACK. This goal was already achieved before the package was stable enough, since ARPACK moved to a separate repository
Arpack.jl
.
Documentation at https://melpa.org/#/flycheck-julia
Documentation at https://melpa.org/#/ob-julia-vterm
This package provides a wrapper for the fontconfig library.
This package provides a wrapper for the libxi library.