_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-finitediff 2.8.1
Propagated dependencies: julia-arrayinterface@5.0.8 julia-requires@1.3.0 julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDiff/FiniteDiff.jl
Licenses: Expat
Synopsis: Calculations of gradients, Jacobians, and Hessians
Description:

This package is for calculating derivatives, gradients, Jacobians, Hessians, etc. numerically. This library is for maximizing speed while giving a usable interface to end users in a way that specializes on array types and sparsity.

julia-colortypes 0.11.1
Propagated dependencies: julia-fixedpointnumbers@0.8.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGraphics/ColorTypes.jl
Licenses: Expat
Synopsis: Basic color types and constructor
Description:

This minimalistic package serves as the foundation for working with colors in Julia. It defines basic color types and their constructors, and sets up traits and show methods to make them easier to work with.

julia-tensorcore 0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/TensorCore.jl
Licenses: Expat
Synopsis: Tensor-algebra definitions
Description:

This package is intended as a lightweight foundation for tensor operations across the Julia ecosystem. Currently it exports three operations: hadamard, tensor, and boxdot.

julia-itemgraphs 0.4.0
Propagated dependencies: julia-lightgraphs@1.3.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/helgee/ItemGraphs.jl
Licenses: Expat
Synopsis: Shortest paths between items
Description:

ItemGraphs is a simple wrapper around LightGraphs that enables most common use case for graph-like data structures: with collection of items that are in relations between each other providing the shortest path between two items.

julia-parameters 0.12.2
Propagated dependencies: julia-orderedcollections@1.4.1 julia-unpack@1.0.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/mauro3/Parameters.jl
Licenses: Expat
Synopsis: Numerical-model parameter helpers
Description:

This package contains types with default field values, keyword constructors and (un-)pack macros. Keyword functions can be slow in Julia, however, the normal positional constructor is also provided and could be used in performance critical code.

julia-stackviews 0.1.1
Propagated dependencies: julia-offsetarrays@1.12.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaArrays/StackViews.jl
Licenses: Expat
Synopsis: No more catcat
Description:

StackViews provides only one array type: StackView. There are multiple ways to understand StackView:

  • inverse of eachslice

  • cat variant

  • view object

  • lazy version of repeat special case

r-juliaconnector 1.1.4
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=JuliaConnectoR
Licenses: FSDG-compatible
Synopsis: Functionally Oriented Interface for Integrating 'Julia' with R
Description:

Allows to import functions and whole packages from Julia in R. Imported Julia functions can directly be called as R functions. Data structures can be translated between Julia and R. More details can also be found in the corresponding article <doi:10.18637/jss.v101.i06>.

julia-stablerngs 1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaRandom/StableRNGs.jl
Licenses: Expat
Synopsis: Julia RNG with stable streams
Description:

This package intends to provide a simple RNG with stable streams, suitable for tests in packages which need reproducible streams of random numbers across Julia versions. Indeed, the Julia RNGs provided by default are documented to have non-stable streams (which for example enables some performance improvements).

emacs-julia-repl 1.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tpapp/julia-repl
Licenses: Expat
Synopsis: Minor mode for interacting with a Julia REPL
Description:

This package provides a minor mode for interacting with a Julia REPL running inside Emacs. The julia process is started in an ANSI terminal (term), which allows text formatting and colors, and interaction with the help system and the debugger. It is recommended that you use this minor mode with the package emacs-julia-mode.

julia-dataframes 1.3.6
Propagated dependencies: julia-categoricalarrays@0.10.8 julia-compat@3.39.0 julia-dataapi@1.16.0 julia-invertedindices@1.1.0 julia-iteratorinterfaceextensions@1.0.0 julia-missings@1.0.2 julia-pooledarrays@1.4.2 julia-prettytables@2.1.2 julia-reexport@1.2.2 julia-shiftedarrays@1.0.0 julia-sortingalgorithms@1.0.1 julia-tables@1.4.4 julia-tabletraits@1.0.1 julia-unitful@1.12.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://dataframes.juliadata.org/stable/
Licenses: Expat
Synopsis: In-memory tabular data
Description:

This package provides a set of tools for working with tabular data in Julia. Its design and functionality are similar to those of Pandas from Python or data.frame, data.table and dplyr from R, making it a great general purpose data science tool, especially for those coming to Julia from R or Python.

julia-axisarrays 0.4.6
Propagated dependencies: julia-rangearrays@0.3.2 julia-intervalsets@0.5.3 julia-itertools@1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: http://juliaarrays.github.io/AxisArrays.jl/latest/
Licenses: Expat
Synopsis: Arrays where each dimension can have a named axis with values
Description:

This package for the Julia language provides an array type (the AxisArray) that knows about its dimension names and axis values. This allows for indexing by name without incurring any runtime overhead. This permits one to implement algorithms that are oblivious to the storage order of the underlying arrays. AxisArrays can also be indexed by the values along their axes, allowing column names or interval selections.

julia-richardson 1.4.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliapackages.com/p/richardson
Licenses: Expat
Synopsis: Extrapolate function using Richardson method
Description:

This package provides a function extrapolate that extrapolates a given function f(x) to f(x0), evaluating f only at a geometric sequence of points > x0 (or optionally < x0). The key algorithm is Richardson extrapolation using a Neville–Aitken tableau, which adaptively increases the degree of an extrapolation polynomial until convergence is achieved to a desired tolerance (or convergence stalls due to e.g. floating-point errors). This allows one to obtain f(x0) to high-order accuracy, assuming that f(x0+h) has a Taylor series or some other power series in h.

julia-libtiff-jll 4.1.0+1
Dependencies: libtiff@4.4.0
Propagated dependencies: julia-jllwrappers@1.3.0 julia-jpegturbo-jll@2.0.1+2 julia-zlib-jll@1.2.12+1 julia-zstd-jll@1.5.0+0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Libtiff_jll.jl
Licenses: Expat
Synopsis: Libtiff library wrappers
Description:

This package provides a wrapper for libtiff

julia-tabletraits 1.0.1
Propagated dependencies: julia-iteratorinterfaceextensions@1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/queryverse/TableTraits.jl
Licenses: Expat
Synopsis: Traits for Julia tables
Description:

TableTraits defines a generic interface for tabular data.

julia-openssl-jll 1.1.1+2
Dependencies: openssl@3.0.8
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/OpenSSL_jll.jl
Licenses: Expat
Synopsis: Openssl library wrappers
Description:

This package provides a wrapper for the openssl library.

julia-cfitsio-jll 4.0.0+0
Dependencies: cfitsio@4.5.0
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/CFITSIO_jll.jl
Licenses: Expat
Synopsis: CFITSIO library wrappers
Description:

This package provides a wrapper for the cfitsio library.

julia-gettext-jll 0.21.0+0
Dependencies: gettext-minimal@0.21
Propagated dependencies: julia-jllwrappers@1.3.0 julia-compilersupportlibraries-jll@0.4.0+1 julia-libiconv-jll@1.16.1+0 julia-xml2-jll@2.9.12+0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Gettext_jll.jl
Licenses: Expat
Synopsis: Gettext library wrappers
Description:

This package provides a wrapper for the gettext library.

julia-wayland-jll 1.17.0+3
Dependencies: wayland@1.23.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-expat-jll@2.2.10+0 julia-libffi-jll@3.3.0+0 julia-xml2-jll@2.9.12+0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Wayland_jll.jl
Licenses: Expat
Synopsis: Wayland library wrappers
Description:

This package provides a wrapper for the wayland library.

julia-fribidi-jll 1.0.5+5
Dependencies: fribidi@1.0.12
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/FriBidi_jll.jl
Licenses: Expat
Synopsis: Fribidi library wrappers
Description:

This package provides a wrapper for the fribidi library.

julia-mbedtls-jll 2.26.0+0
Dependencies: mbedtls@2.28.7
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/MbedTLS_jll.jl
Licenses: Expat
Synopsis: Apache's mbed TLS binary wrappers
Description:

This Julia module provides mbed TLS libraries and wrappers.

julia-astroangles 0.1.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAstro/AstroAngles.jl
Licenses: Expat
Synopsis: Lightweight string parsing and representation of angles
Description:

This package provides a lightweight string parsing and representation of angles.

tree-sitter-julia 0.19.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-julia
Licenses: Expat
Synopsis: Tree-sitter Julia grammar
Description:

This package provides a Julia grammar for the Tree-sitter library.

julia-libuuid-jll 2.36.0+0
Dependencies: util-linux@2.37.4
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Libmount_jll.jl
Licenses: Expat
Synopsis: Libuuid library wrappers
Description:

This package provides a wrapper for the libuuid library from util-linux.

Total results: 430