pyCSRML 0.1.1__tar.gz → 0.2__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.
- {pycsrml-0.1.1 → pycsrml-0.2}/CHANGELOG.md +5 -1
- {pycsrml-0.1.1 → pycsrml-0.2}/PKG-INFO +4 -2
- {pycsrml-0.1.1 → pycsrml-0.2}/README.md +2 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyproject.toml +2 -2
- {pycsrml-0.1.1 → pycsrml-0.2}/.gitignore +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/LICENSE +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/__init__.py +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/_csrml.py +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/convert_xml_to_json.py +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/data/TxP_PFAS_v1.0.4.json +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/data/TxP_PFAS_v1.0.4.xml +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/data/toxprint_V2.0_r711.json +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/data/toxprint_V2.0_r711.xml +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/embedding.py +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/pyCSRML/fingerprinter.py +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/tests/__init__.py +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/tests/_check_tsv_alignment.py +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/tests/concordance_report.md +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/tests/test_chemotyper_concordance.py +0 -0
- {pycsrml-0.1.1 → pycsrml-0.2}/tests/test_smoke.py +0 -0
|
@@ -2,9 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.2.0] - 2026-04-03
|
|
6
|
+
|
|
7
|
+
Updated documentation and preparation for publication.
|
|
8
|
+
|
|
5
9
|
## [0.1.0] — 2026-03-20
|
|
6
10
|
|
|
7
|
-
Initial
|
|
11
|
+
Initial module.
|
|
8
12
|
|
|
9
13
|
### Added
|
|
10
14
|
- Parse CSRML XML (ToxPrint v2 and TxP_PFAS v1) to SMARTS
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyCSRML
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: Python implementation of CSRML chemotype fingerprints (ToxPrint v2 and TxP_PFAS v1)
|
|
3
|
+
Version: 0.2
|
|
4
|
+
Summary: Unofficial Python implementation of CSRML chemotype fingerprints (ToxPrint v2 and TxP_PFAS v1).
|
|
5
5
|
Project-URL: Homepage, https://github.com/LucMiaz/pyCSRML
|
|
6
6
|
Project-URL: Documentation, https://pycsrml.readthedocs.io
|
|
7
7
|
Project-URL: Repository, https://github.com/LucMiaz/pyCSRML
|
|
@@ -488,7 +488,9 @@ The module was implemented from two fingerprints descriptions:
|
|
|
488
488
|
| **ToxPrint v2.0** | 729 | General toxicologically relevant substructures | Yang *et al.* 2015 |
|
|
489
489
|
| **TxP_PFAS v1.0** | 129 | Per- and polyfluoroalkyl substance (PFAS) chemotypes | Richard *et al.* 2023
|
|
490
490
|
|
|
491
|
+
## Disclaimer
|
|
491
492
|
|
|
493
|
+
This module is not affiliated with the authors of the original CSRML project. Visit [Chemotyper repository](https://github.com/mn-am/chemotyper) if you want to access and use the original CSRML.
|
|
492
494
|
|
|
493
495
|
## Performance
|
|
494
496
|
|
|
@@ -20,7 +20,9 @@ The module was implemented from two fingerprints descriptions:
|
|
|
20
20
|
| **ToxPrint v2.0** | 729 | General toxicologically relevant substructures | Yang *et al.* 2015 |
|
|
21
21
|
| **TxP_PFAS v1.0** | 129 | Per- and polyfluoroalkyl substance (PFAS) chemotypes | Richard *et al.* 2023
|
|
22
22
|
|
|
23
|
+
## Disclaimer
|
|
23
24
|
|
|
25
|
+
This module is not affiliated with the authors of the original CSRML project. Visit [Chemotyper repository](https://github.com/mn-am/chemotyper) if you want to access and use the original CSRML.
|
|
24
26
|
|
|
25
27
|
## Performance
|
|
26
28
|
|
|
@@ -7,8 +7,8 @@ build-backend = "hatchling.build"
|
|
|
7
7
|
# ---------------------------------------------------------------------------
|
|
8
8
|
[project]
|
|
9
9
|
name = "pyCSRML"
|
|
10
|
-
version = "0.
|
|
11
|
-
description = "Python implementation of CSRML chemotype fingerprints (ToxPrint v2 and TxP_PFAS v1)"
|
|
10
|
+
version = "0.2"
|
|
11
|
+
description = "Unofficial Python implementation of CSRML chemotype fingerprints (ToxPrint v2 and TxP_PFAS v1)."
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
license = { file = "LICENSE" }
|
|
14
14
|
requires-python = ">=3.10"
|
|
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
|