This package implements various 3D rotation parameterizations and defines conversions between them. At their heart, each rotation parameterization is a 3×3 unitary (orthogonal) matrix (based on the StaticArrays.jl package), and acts to rotate a 3-vector about the origin through matrix-vector multiplication.
DeepDiffs.jl provides the deepdiff function, which finds and displays differences (diffs) between Julia data structures. It supports Vectors, Dicts, and Strings. When diffing dictionaries where values associated with a particular key may change, deepdiff will recurse into value to provide a more detailed diff.
This package is the counterpart of AbstractArray interface, but for GPU array types. It provides functionality and tooling to speed-up development of new GPU array types. This package is not intended for end users; instead, you should use one of the packages that builds on GPUArrays.jl, such as CUDA.jl, oneAPI.jl or AMDGPU.jl.
Metaprogramming utilities for converting R regression model formulae to equivalents in Julia <doi:10.1137/141000671>, via modifications to the abstract syntax tree. Supports translations in zero correlation random effects syntax, protection of expressions to be evaluated as-is, interaction terms, and more. Accepts strings or R formula objects and returns modified R formula objects where possible (or a modified string, if not a valid formula in R).
This package defines the BFloat16 data type. The only currently available hardware implementation of this datatype are Google's Cloud TPUs. As such, this package is suitable to evaluate whether using TPUs would cause precision problems for any particular algorithm, even without access to TPU hardware. Note that this package is designed for functionality, not performance, so this package should be used for precision experiments only, not performance experiments.
Documentation at https://melpa.org/#/julia-repl
Documentation at https://melpa.org/#/julia-mode
This package offers a unicode transformation library.
This package provides a wrapper for ffmpeg.
This package provides a wrapper for libass.
This package provides a documentation generator for Julia.
This package provides a wrapper for the pixman library.
This package provides a wrapper for the libffi library.
This package provides a wrapper for the libpng library.
This package provides a summary of available CPU features in Julia.
This is the official Emacs mode for editing Julia programs.
Makie is a data visualization ecosystem for the Julia programming language.
This Emacs package provides a mode for the Julia programming language.
This package offers Python-style general formatting and c-style numerical formatting.
This package provides the type DataValue that is used to represent missing data.
PlotThemes is a package to spice up the plots made with Plots.jl.
This package defines the primitive types for nucleic acids and amino acids that are used ny otherBioJulia packages.
Julia macros for suppressing and/or capturing output (stdout), warnings (stderr) or both streams at the same time.