ExpressBase

Documentation for ExpressBase.

This package defines some basic types and functions used by the Express.jl package.

See the Index for the complete list of documented functions and types.

The code is hosted on GitHub, with some continuous integration services to test its validity.

This repository is created and maintained by @singularitti. You are very welcome to contribute.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add ExpressBase

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("ExpressBase")   Resolving package versions...
   Installed ExpressBase ─ v0.5.0
    Updating `~/work/ExpressBase.jl/ExpressBase.jl/docs/build/developers/Project.toml`
  [6bf22d12] + ExpressBase v0.5.0
    Updating `~/work/ExpressBase.jl/ExpressBase.jl/docs/build/developers/Manifest.toml`
  [ec485272] + ArnoldiMethod v0.2.0
  [a33af91c] + CompositionsBase v0.1.2
  [db8ca866] + EasyJobsBase v0.13.0
  [e2ba6199] + ExprTools v0.1.9
  [6bf22d12] + ExpressBase v0.5.0
  [5789e2e9] + FileIO v1.16.1
  [86223c79] + Graphs v1.8.0
  [d25df0c9] + Inflate v0.1.3
  [033835bb] + JLD2 v0.4.32
  [692b3bcd] + JLLWrappers v1.4.1
  [1914dd2f] + MacroTools v0.5.10
  [626554b9] + MetaGraphs v0.7.2
  [189a3867] + Reexport v1.2.2
  [ae029012] + Requires v1.3.0
  [699a6c99] + SimpleTraits v0.9.4
  [6a97d125] + SimpleWorkflows v0.27.0
  [90137ffa] + StaticArrays v1.6.1
  [1e83bf80] + StaticArraysCore v1.4.2
  [69024149] + StringEncodings v0.3.7
  [6d80a3f9] + Thinkers v0.3.1
  [3bb67fe8] + TranscodingStreams v0.9.13
  [410a4b4d] + Tricks v0.1.7
  [0625e100] + ValSplit v0.1.0
  [ddb6d928] + YAML v0.4.9
  [94ce4f54] + Libiconv_jll v1.16.1+2
  [8ba89e20] + Distributed
  [37e2e46d] + LinearAlgebra
  [1a1011a3] + SharedArrays
  [2f01184e] + SparseArrays
  [10745b16] + Statistics v1.9.0
  [8dfed614] + Test
  [e66e0078] + CompilerSupportLibraries_jll v1.0.5+0
  [4536629a] + OpenBLAS_jll v0.3.21+4
  [bea87d4a] + SuiteSparse_jll v5.10.1+6
  [8e850b90] + libblastrampoline_jll v5.8.0+0
Precompiling project...
ExpressBase
  1 dependency successfully precompiled in 3 seconds. 46 already precompiled.
  1 dependency precompiled but a different version is currently loaded. Restart julia to access the new version
  1 dependency had warnings during precompilation:ExpressBase [6bf22d12-b2e3-4e51-8f6d-9d050a32c5d5]WARNING: Method definition (::Type{Thinkers.TimeLimitedThunk})(Any, Any) in module Thinkers at /home/runner/.julia/packages/Thinkers/AFzBt/src/TimeLimitedThunk.jl:15 overwritten at /home/runner/.julia/packages/Thinkers/AFzBt/src/TimeLimitedThunk.jl:9.  ** incremental compilation may be fatally broken for this module **

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVdocumentation of the in-development version.

Project status

The package is tested against, and being developed for, Julia 1.6 and above on Linux, macOS, and Windows.

Questions and contributions

Usage questions can be posted on our discussion page.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. The contributing page has a few guidelines that should be followed when opening pull requests and contributing code.

Manual outline

Library outline

Index