Skip to main content

Subset selection with maximum diversity.

Project description

Logo

This project supports Python 3.9+ GPLv3 License CI Tox codecov

The Selector library provides methods for selecting a diverse subset of a (molecular) dataset.

Citation

Please use the following citation in any publication using the selector library:

@article{
    TO BE ADDED LATER
}

Installation

It is recommended to install selector within a virtual environment. To create a virtual environment, we can use the venv module (Python 3.3+, https://docs.python.org/3/tutorial/venv.html), miniconda (https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html), or pipenv (https://pipenv.pypa.io/en/latest/).

Installing from PyPI

To install selector with pip, we can install the latest stable release from the Python Package Index (PyPI) as follows:

    # install the stable release.
    pip install qc-selector

Installing from The Prebuild Wheel Files

To download the prebuilt wheel files, visit the PyPI page and GitHub releases.

    # download the wheel file first to your local machine
    # then install the wheel file
    pip install file_path/qc_selector-0.0.2b12-py3-none-any.whl

Installing from the Source Code

In addition, we can install the latest development version from the GitHub repository as follows:

    # install the latest development version
    pip install git+https://github.com/theochem/Selector.git

We can also clone the repository to access the latest development version, test it and install it as follows:

    # clone the repository
    git clone git@github.com:theochem/Selector.git

    # change into the working directory
    cd Selector
    # run the tests
    python -m pytest .

    # install the package
    pip install .

More

See https://selector.qcdevs.org for full details.

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

qc_selector-0.0.2.post1.tar.gz (120.3 kB view details)

Uploaded Source

Built Distribution

qc_selector-0.0.2.post1-py3-none-any.whl (104.9 kB view details)

Uploaded Python 3

File details

Details for the file qc_selector-0.0.2.post1.tar.gz.

File metadata

  • Download URL: qc_selector-0.0.2.post1.tar.gz
  • Upload date:
  • Size: 120.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qc_selector-0.0.2.post1.tar.gz
Algorithm Hash digest
SHA256 e1fcf8ea9fa65ac4051d6ab95c5f20e775bff9d5b6f0b51c0fd855a325d171dd
MD5 ecac2f23912b9263c0673bfe96dd9dd2
BLAKE2b-256 043a55c6f28968e2a9d6d747a2913aa56988b5d16b8338b4cf3b34a491100fd6

See more details on using hashes here.

File details

Details for the file qc_selector-0.0.2.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for qc_selector-0.0.2.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 ffe7ed571b22cec978eea9053baae2dd5ebb10655ecfdb2f2e5b3444c6ed6f08
MD5 72680bfb933b0b7e0cb411bb38085f1f
BLAKE2b-256 df96d1edbfd377cf097755b25230bb960563edfe3dfafbc11571e7016913db7e

See more details on using hashes here.

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