_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-docstringextensions 0.8.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliadocs.github.io/DocStringExtensions.jl/latest/
Licenses: Expat
Synopsis: Extensions for Julia's docsystem
Description:

This package provides a collection of useful extensions for Julia's built-in docsystem. These are features that are not yet mature enough to be considered for inclusion in Base, or that have sufficiently niche use cases that including them with the default Julia installation is not seen as valuable enough at this time.

julia-scientifictypesbase 3.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAI/ScientificTypesBase.jl
Licenses: Expat
Synopsis: Base interface for dispatching on the 'scientific' type of data
Description:

This package provides a Julia interface defining a collection of types (without instances) for implementing conventions about the scientific interpretation of data. This package makes a distinction between the machine type and the scientific type of a Julia object. A machine type refers to the Julia type being used to represent the object, for instance Float64. The scientific type refers to how the object should be interpreted, for instance Continuous or Multiclass3.

julia-indexablebitvectors 1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/BioJulia/IndexableBitVectors.jl
Licenses: Expat
Synopsis: Bit vectors operations with extremely fast speed
Description:

This package exports following operations over bit vectors with extremely fast speed while keeping extra memory usage small:

  • getindex(bv::IndexableBitVectors, i::Integer): i-th element of bv

  • rank(b::Bool, bv::AbstractIndexableBitVector, i::Integer): the number of occurrences of bit b in bv[1:i]

  • select(b::Bool, bv::AbstractIndexableBitVector, i::Integer): the index of i-th occurrence of b in bv.

and other shortcuts or types.

julia-chainrulestestutils 1.5.1
Propagated dependencies: julia-chainrulescore@1.12.2 julia-compat@3.39.0 julia-finitedifferences@0.12.17
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDiff/ChainRulesTestUtils.jl
Licenses: Expat
Synopsis: Common utilities used by downstream automatic differentiation tools
Description:

This package is designed to help in testing ChainRulesCore.frule and ChainRulesCore.rrule methods. The main entry points are ChainRulesTestUtils.frule_test, ChainRulesTestUtils.rrule_test, and ChainRulesTestUtils.test_scalar. Currently this is done via testing the rules against numerical differentiation (using FiniteDifferences.jl).

ChainRulesTestUtils.jl is separated from ChainRulesCore.jl so that it can be a test-only dependency, allowing it to have potentially heavy dependencies, while keeping ChainRulesCore.jl as light-weight as possible.

julia-irrationalconstants 0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/IrrationalConstants.jl
Licenses: Expat
Synopsis: Additional irrationals for Julia
Description:

This package provides these irrational constants:

  • twoπ = 2π

  • fourπ = 4π

  • halfπ = π / 2

  • quartπ = π / 4

  • invπ = 1 / π

  • twoinvπ = 2 / π

  • fourinvπ = 4 / π

  • inv2π = 1 / (2π)

  • inv4π = 1 / (4π)

  • sqrt2 = √2

  • sqrt3 = √3

  • sqrtπ = √π

  • sqrt2π = √2π

  • sqrt4π = √4π

  • sqrthalfπ = √(π / 2)

  • invsqrt2 = 1 / √2

  • invsqrtπ = 1 / √π

  • invsqrt2π = 1 / √2π

  • loghalf = log(1 / 2)

  • logtwo = log(2)

  • logten = log(10)

  • logπ = log(π)

  • log2π = log(2π)

  • log4π = log(4π)

julia-xorg-libxinerama-jll 1.1.4+3
Dependencies: libxinerama@1.1.5
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-libxext-jll@1.3.4+2
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_libXinerama_jll.jl
Licenses: Expat
Synopsis: Libxinerama library wrappers
Description:

This package provides a wrapper for the libxinerama library.

julia-commonsubexpressions 0.3.0
Propagated dependencies: julia-macrotools@0.5.6
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/rdeits/CommonSubexpressions.jl
Licenses: Expat
Synopsis: @code{@@cse} macro for Julia
Description:

This package provides the @cse macro, which performs common subexpression elimination.

julia-xorg-xcb-util-wm-jll 0.4.1+1
Dependencies: xcb-util-wm@0.4.2
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xcb-util-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_wm_jll.jl
Licenses: Expat
Synopsis: Xcb-util-wm library wrappers
Description:

This package provides a wrapper for the xcb-util-wm library.

julia-imagetransformations 0.9.5
Propagated dependencies: julia-axisalgorithms@1.0.0 julia-colorvectorspace@0.9.9 julia-coordinatetransformations@0.6.2-1.78f5a5c julia-imagebase@0.1.5 julia-imagecore@0.9.4 julia-interpolations@0.13.6 julia-offsetarrays@1.12.8 julia-rotations@1.0.2-1.b599102 julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageTransformations.jl
Licenses: Expat
Synopsis: Geometric transformations on images for Julia
Description:

This package provides support for image resizing, image rotation, and other spatial transformations of arrays.

julia-precompilesignatures 3.0.3
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/rikhuijzer/PrecompileSignatures.jl
Licenses: Expat
Synopsis: Generate precompile directives by reading method signatures
Description:

This package reads all method signatures in a package and generates precompile directives for any concrete signature that it can find.

julia-snoopcompileanalysis 1.7.2
Propagated dependencies: julia-cthulhu@1.6.1 julia-orderedcollections@1.4.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://timholy.github.io/SnoopCompile.jl/dev/
Licenses: Expat
Synopsis: Making packages work faster with more extensive precompilation
Description:

SnoopCompile observes the Julia compiler, causing it to record the functions and argument types it's compiling. From these lists of methods, you can generate lists of precompile directives that may reduce the latency between loading packages.

julia-matrixfactorizations 0.9.3
Propagated dependencies: julia-arraylayouts@0.8.18
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMatrices/MatrixFactorizations.jl
Licenses: Expat
Synopsis: Julia package to contain non-standard matrix factorizations
Description:

A Julia package to contain non-standard matrix factorizations. At the moment it implements the QL, RQ, and UL factorizations, a combined Cholesky factorization with inverse, and polar decompositions. In the future it may include other factorizations such as the LQ factorization.

julia-genericlinearalgebra 0.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl
Licenses: Expat
Synopsis: Generic numerical linear algebra
Description:

The purpose of this package is partly to extend linear algebra functionality in base to cover generic element types, e.g. BigFloat and Quaternion, and partly to be a place to experiment with fast linear algebra routines written in Julia (except for optimized BLAS).

julia-performancetesttools 0.1.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaTesting/PerformanceTestTools.jl
Licenses: Expat
Synopsis: Enables efficient code generation in test cases
Description:

This package enables the Julia compiler to generate efficient code when running test cases. Test cases are typically run with flags that prevent efficient code generation. This package detects those flags and instead spawns a separate Julia process without the flags in which to run the test cases.

earcut-for-julia-earcut-jll 2.2.3
Dependencies: gcc-toolchain@15.1.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/mapbox/earcut.hpp
Licenses: Expat
Synopsis: Header version of EarCut.js
Description:
julia-wayland-protocols-jll 1.18.0+3
Dependencies: wayland-protocols@1.39
Propagated dependencies: julia-jllwrappers@1.3.0 julia-wayland-jll@1.17.0+3
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Wayland_protocols_jll.jl
Licenses: Expat
Synopsis: Wayland-protocols library wrappers
Description:

This package provides a wrapper for the wayland-protocols library.

julia-visualregressiontests 1.0.0
Propagated dependencies: julia-colortypes@0.11.1 julia-colorvectorspace@0.9.9 julia-fileio@1.9.1 julia-imagemagick@1.2.1 julia-requires@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPlots/VisualRegressionTests.jl
Licenses: Expat
Synopsis: Automated integrated regression tests for graphics libraries
Description:

Easy regression testing for visual packages. Automated tests compare similarity between a newly generated image and a reference image using the Images package. While in interactive mode, the tests can optionally pop up a Gtk GUI window showing a side-by-side comparison of the test and reference image, and then optionally overwrite the reference image with the test image. This allows for straightforward regression testing of image data, even when the "correct" images change over time.

julia-abstractplutodingetjes 1.1.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.juliahub.com/AbstractPlutoDingetjes/UHbnu/
Licenses: Unlicense
Synopsis: Abstract package for creating widgets in Pluto.jl
Description:

An abstract package to be implemented by packages/people who create widgets (or other dingetjes) for Pluto.

julia-positivefactorizations 0.2.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/timholy/PositiveFactorizations.jl
Licenses: Expat
Synopsis: Positive-definite "approximations" to matrices
Description:

PositiveFactorizations is a package for computing a positive definite matrix decomposition (factorization) from an arbitrary symmetric input. The motivating application is optimization (Newton or quasi-Newton methods), in which the canonical search direction -H/g (H being the Hessian and g the gradient) may not be a descent direction if H is not positive definite.

julia-lazilyinitializedfields 1.2.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/KristofferC/LazilyInitializedFields.jl
Licenses: Expat
Synopsis: Handle lazily initialized fields
Description:

A package for handling lazily initialized fields.

julia-imagecontrastadjustment 0.3.10
Propagated dependencies: julia-imagecore@0.9.4 julia-imagetransformations@0.9.5
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageContrastAdjustment.jl
Licenses: Expat
Synopsis: Julia package for enhancing and manipulating image contrast
Description:

Julia package for enhancing and manipulating image contrast.

julia-xorg-xcb-util-image-jll 0.4.0+1
Dependencies: xcb-util-image@0.4.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xcb-util-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_image_jll.jl
Licenses: Expat
Synopsis: Xcb-util-image library wrappers
Description:

This package provides a wrapper for the xcb-util-image library.

perl-datetime-calendar-julian 0.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Calendar-Julian
Licenses: GPL 1+
Synopsis: Dates in the Julian calendar
Description:

This package is a companion module to DateTime.pm. It implements the Julian calendar. It supports everything that DateTime.pm supports and more: about one day per century more, to be precise.

julia-multivariatepolynomials 0.5.7
Propagated dependencies: julia-chainrulescore@1.12.2 julia-datastructures@0.18.13 julia-mutablearithmetics@1.6.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAlgebra/MultivariatePolynomials.jl
Licenses: Expat
Synopsis: Package providing an interface for multivariate polynomials
Description:

This package provides an interface for manipulating multivariate polynomials. Implementing algorithms on polynomials using this interface will allow the algorithm to work for all polynomials implementing this interface. The interface contains functions for accessing the coefficients, monomials, defining arithmetic operations on them, rational functions, division with remainder, calculus and differentiation, and evaluation and substitution.

Total results: 442