Skip to main content

A lab for vectors.

Project description

PyPI Latest Release Package Status Testing Status Coverage License Python Version

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

vectorlab-1.0.3.tar.gz (93.5 kB view hashes)

Uploaded Source

Built Distribution

vectorlab-1.0.3-py3-none-any.whl (126.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page