A lab for vectors.
Project description
VectorLab is a library to help solve scientific and engineering problems of mathematics and machine learning. It is built upon various fabulous softwares and tries to fill the gap when playing around with those softwares.
VectorLab consists of many modules including data generation, graph processing, series processing, statistics, optimization, ensemble mechanism and more.
VectorLab is distributed under the 3-Clause BSD license.
Installation
Dependencies
VectorLab supports Python 3.8+ only.
PyPI Installation
The lastest version of VectorLab could be installed from PyPI.
pip install -U vectorlab
VectorLab also needs PyTorch and PyG support. It is highly recommended to handle these two package installations manually. If you only care for the CPU version of PyTorch and PyG, you can also install vectorlab from PyPI with extensions.
pip install -U -e vectorlab[.full]
Development
We welcome contributions from all sources.
Source code
You can check the latest commit with git:
git clone https://github.com/Kr4t0n/vectorlab.git
Testing
After the regular installation, you will need pytest to test VectorLab. You can install corresponding dependencies with:
pip install -U -e vectorlab[.test]
You can launch the test suite with:
pytest vectorlab
Project details
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 vectorlab-1.0.0.tar.gz
.
File metadata
- Download URL: vectorlab-1.0.0.tar.gz
- Upload date:
- Size: 70.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ca456f4d37c1641ad93445e24ddc8330cfacefa733516906fcb0786b4d84ac7 |
|
MD5 | 41e6a0f72f9ca8b1bfb1e4e3cb93aba7 |
|
BLAKE2b-256 | a3121fdc3bd502a5a66acdf410f0cd2a5ead5342ad3b0459a14eeace40777a31 |
File details
Details for the file vectorlab-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: vectorlab-1.0.0-py3-none-any.whl
- Upload date:
- Size: 95.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4c842293d0caec9af340860553ef27622e27b0043fe7f88fcbf2fb3f0474f53 |
|
MD5 | b762cf3664a78f1756fd2274ca5cf563 |
|
BLAKE2b-256 | 5c4d2983f5e51dbe6b1945b9c339544c23dd043ea58e1a59cf6af04f73874b12 |