bblean 0.7.4b0__tar.gz → 0.7.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bblean-0.7.4b0 → bblean-0.7.5}/PKG-INFO +1 -1
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_version.py +2 -2
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean.egg-info/PKG-INFO +1 -1
- {bblean-0.7.4b0 → bblean-0.7.5}/.cruft.json +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/.flake8 +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/.github/CODEOWNERS +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/.github/workflows/ci-cpp.yaml +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/.github/workflows/ci.yaml +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/.github/workflows/upload-to-pypi.yaml +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/.gitignore +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/.pre-commit-config.yaml +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/LICENSE +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/LICENSES/BSD-3-Clause.txt +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/LICENSES/GPL-3.0-only.txt +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/README.md +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/__init__.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_config.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_console.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_legacy/__init__.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_legacy/bb_int64.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_legacy/bb_uint8.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_memory.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_merges.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_py_similarity.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/_timer.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/analysis.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/bitbirch.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/cli.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/csrc/README.md +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/csrc/similarity.cpp +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/fingerprints.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/metrics.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/multiround.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/plotting.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/similarity.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/sklearn.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/smiles.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean/utils.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean-demo-v2.gif +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean-demo.cast +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean.egg-info/SOURCES.txt +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean.egg-info/dependency_links.txt +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean.egg-info/entry_points.txt +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean.egg-info/requires.txt +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/bblean.egg-info/top_level.txt +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/_static/api.svg +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/_static/installing.svg +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/_static/logo-dark-bw.svg +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/_static/logo-light-bw.svg +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/_static/publications.svg +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/_static/style.css +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/_static/user-guide.svg +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/_templates/module.rst +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/api-reference.rst +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/conf.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/index.rst +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/installing.rst +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/publications.rst +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/user-guide/linux_memory_setup.rst +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/user-guide/notebooks/bitbirch_best_practices.ipynb +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/user-guide/notebooks/bitbirch_quickstart.ipynb +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/user-guide/parameters.rst +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/docs/src/user-guide.rst +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/environment.yaml +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/best_practices/best_practices_functions.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/best_practices/best_practices_plots.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/best_practices/bitbirch_best_practices.ipynb +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/best_practices/bitbirch_best_practices_RDKit.ipynb +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/best_practices/bitbirch_parameter.ipynb +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/biogen_logS.csv +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/bitbirch_best_practices.ipynb +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/bitbirch_quickstart.ipynb +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/chembl-33-natural-products-subset.smi +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/examples/dataset_splitting.ipynb +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/pyproject.toml +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/setup.cfg +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/setup.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/chembl-sample-3k.smi +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/chembl-sample-bad.smi +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/legacy_merges.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/legacy_metrics.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_bb_consistency.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_cli.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_fake_fps.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_fingerprints.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_global_clustering.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_import_bblean.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_merges.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_metrics.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_multiround.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_refine.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_regression.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_sampling.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_similarity.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_simple.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_sklearn.py +0 -0
- {bblean-0.7.4b0 → bblean-0.7.5}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bblean
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
4
4
|
Summary: BitBirch-Lean Python package
|
|
5
5
|
Author: The Miranda-Quintana Lab and other BitBirch developers
|
|
6
6
|
Author-email: Ramon Alain Miranda Quintana <quintana@chem.ufl.edu>, Krisztina Zsigmond <kzsigmond@ufl.edu>, Ignacio Pickering <ipickering@ufl.edu>, Kenneth Lopez Perez <klopezperez@chem.ufl.edu>, Miroslav Lzicar <miroslav.lzicar@deepmedchem.com>
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.7.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 7,
|
|
31
|
+
__version__ = version = '0.7.5'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 7, 5)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bblean
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
4
4
|
Summary: BitBirch-Lean Python package
|
|
5
5
|
Author: The Miranda-Quintana Lab and other BitBirch developers
|
|
6
6
|
Author-email: Ramon Alain Miranda Quintana <quintana@chem.ufl.edu>, Krisztina Zsigmond <kzsigmond@ufl.edu>, Ignacio Pickering <ipickering@ufl.edu>, Kenneth Lopez Perez <klopezperez@chem.ufl.edu>, Miroslav Lzicar <miroslav.lzicar@deepmedchem.com>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|