Oriented matroids for sagemath
Project description
Oriented Matroids
This package contains an oriented matroid implementation for sagemath.
Current version
The current version is 0.1.1 and is compatible/has been tested with sagemath 10.0, 10.1 and 10.2. It is in beta and is open for testing from others.
NOTE: This package will be integrating into SageMath directly. If you see any errors while using this please, open an issue and let us know so we can correct it.
Installation
Installation from Pypi
Use pip
to install the package:
$ sage -pip install oriented-matroids
Local install from source
Download the source from the git repository:
$ git clone https://github.com/thecaligarmo/oriented_matroids.git
Change to the root directory and run:
$ sage -pip install .
For convenience this package contains a makefile with this and other often used commands. The make file needs updating to your sage installation directory before running.
$ make install
Common errors
- If you get "SSL" errors, try the fixes found on: ask sagemath
- If
make
didn't work, make sure you updated where your sage directory is in the make file.
Using the package after install
After install, you can start sage and run the following command to have all methods available:
from oriented_matroids import *
Uninstall
To uninstall the package you can run the following command
$ sage -pip uninstall oriented_matroids
Alternatively, if you installed locally and want to uninstall using make
, you can run:
$ make uninstall
Documentation
To make the documentation, you can use make
:
The make file needs updating to your sage installation directory before running.
$ make doc
To refresh the doc, I would recommend first cleaning it using make clean
before running make doc
again, just in case.
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 oriented_matroids-0.1.1.tar.gz
.
File metadata
- Download URL: oriented_matroids-0.1.1.tar.gz
- Upload date:
- Size: 68.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef283def00eb240627231df1a895906ad6d80d7dea2390cda48a6b1d7db9a7b4 |
|
MD5 | 81d438e4fcb566d6ad2fd927f9d1eeb7 |
|
BLAKE2b-256 | 9d3c4c7fbdc2641479bc44d3cc12f4e0273747bff826267d3dee700762edc6e2 |
File details
Details for the file oriented_matroids-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: oriented_matroids-0.1.1-py3-none-any.whl
- Upload date:
- Size: 49.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7382c3d8caa9ba4f0f4204752c922a6945d5d27aa3e194abdf07dd813cdeccd0 |
|
MD5 | c6273e68ee418b04ffb6e804376f2df4 |
|
BLAKE2b-256 | 13baaa501d596b891fc8846c4c2e5618f41ba8e19bb3425a6a0fcda86ef9603d |