A SageMath package with algorithms for analytic combinatorics in several variables.
Project description
sage_acsv
This repository hosts the implementation of a SageMath package containing algorithms for analytic combinatorics in several variables.
The package works with any reasonably recent version of SageMath, we recommend to have SageMath 9.4 (released in August 2021) or newer.
Quickstart
The easiest way to install the latest released version of the package is via PyPI simply by running
sage -pip install sage-acsv
The package can be run in an interactive environment in the browser using Binder.
An article serving as an introduction to version 0.1.0 of the package and its internals can be found on the arXiv.
Installation from source
To install the package from the source code, either clone the git repository and run the command
sage -pip install .
from the root directory, i.e., the directory containing the pyproject.toml
file.
For development, use sage -pip install -e .
for an editable installation.
Alternatively, to install the latest version of the main branch directly from the GitHub repository, run
sage -pip install git+https://github.com/ACSVMath/sage_acsv.git
Running package tests
The doctests that are added in the package can be run by executing
sage -t sage_acsv
from the root of the cloned repository. The tests are run automatically
on every push and for any PR to the main
branch, and compatibility with
several different SageMath releases (see recent workflows to see all tested versions)
is checked.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sage_acsv-0.1.1.tar.gz
.
File metadata
- Download URL: sage_acsv-0.1.1.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.17 Linux/5.15.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 461fda7a60dccf803c54e8556872d00f42d29658a436dcec687f6833ead6e347 |
|
MD5 | 0e89e31050678deb3e8d156eae4b5d59 |
|
BLAKE2b-256 | 4e6f939e12c6a99d06d1bada112794f7d5cae2912a06ff45decab6e182932ee8 |
File details
Details for the file sage_acsv-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: sage_acsv-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.17 Linux/5.15.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96cad77f2b29cec373592e7e163cc62f03c3d48865af3445839e2a3304847ab3 |
|
MD5 | 36878e53cfdc2308ad063626c2fae300 |
|
BLAKE2b-256 | c9ded0932b0c3f69f427e317e99e57f483daa8d98699a89cfa07cc228870fc23 |