This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Reason given by maintainers: test release
Python env setup load python 3.8 module in SLURM - module load python/3.8.18 (verify the version using "module avail" command)
use "poetry config virtualenvs.in-project true" to install - "poetry install"
activate virtual environment created by poetry in the project directory source .venv/bin/activate
https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html
poetry config repositories.torch-wheels https://data.pyg.org/whl/torch-2.2.0+cpu.html
poetry source add torch-wheels https://data.pyg.org/whl/torch-2.2.0+cpu.html
if using slurm jobs, create directory for logs using mkdir logs
jupyterlab setup details can be found at https://jejjohnson.github.io/research_journal/tutorials/remote_computing/vscode_jlab/
docs setup
mkdir docs cd docs sphinx-quickstart -- update conf.py
from project directory sphinx-apidoc -o docs/source/ graphxl/ sphinx-build -b html docs/source docs/build
from docs directory ./make.sh html
from docs/build directory python -m http.server to run the docs server locally
Release files for graphxl 0.1.0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| graphxl-0.1.0a0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / graphxl-0.1.0a0-py3-none-any.whl
| Download URL | graphxl-0.1.0a0-py3-none-any.whl |
|---|---|
| Size | 69.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4d2e1183c66c3cadbe1f3c4ced9a0fb35b9425e8e88b8f0c5d6fc9828c9e10dd
|
|
BLAKE2b-256 checksum How to use checksums |
c73114478d60ff9bdeee3a951be5515a2d22dd55066eddf04208b5f0bd38e95e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.8.18
|