rowan-python 2.1.3__tar.gz → 2.1.4__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.
Files changed (49) hide show
  1. {rowan_python-2.1.3 → rowan_python-2.1.4}/PKG-INFO +1 -1
  2. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/PROTAC_solubility.py +1 -0
  3. rowan_python-2.1.4/examples/aqueous_solubility.py +17 -0
  4. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/macropka.py +2 -0
  5. {rowan_python-2.1.3 → rowan_python-2.1.4}/pixi.lock +162 -98
  6. {rowan_python-2.1.3 → rowan_python-2.1.4}/pyproject.toml +1 -1
  7. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/workflow.py +7 -1
  8. {rowan_python-2.1.3 → rowan_python-2.1.4}/.envrc +0 -0
  9. {rowan_python-2.1.3 → rowan_python-2.1.4}/.github/workflows/python-publish.yml +0 -0
  10. {rowan_python-2.1.3 → rowan_python-2.1.4}/.github/workflows/test.yml +0 -0
  11. {rowan_python-2.1.3 → rowan_python-2.1.4}/.gitignore +0 -0
  12. {rowan_python-2.1.3 → rowan_python-2.1.4}/.pre-commit-config.yaml +0 -0
  13. {rowan_python-2.1.3 → rowan_python-2.1.4}/LICENSE +0 -0
  14. {rowan_python-2.1.3 → rowan_python-2.1.4}/README.md +0 -0
  15. {rowan_python-2.1.3 → rowan_python-2.1.4}/docs/images/deciduous-tree-favicon.png +0 -0
  16. {rowan_python-2.1.3 → rowan_python-2.1.4}/docs/index.md +0 -0
  17. {rowan_python-2.1.3 → rowan_python-2.1.4}/docs/rowan_rdkit.md +0 -0
  18. {rowan_python-2.1.3 → rowan_python-2.1.4}/docs/stylesheets/colors.css +0 -0
  19. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/basic_calculation.py +0 -0
  20. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/basic_calculation_from_json.py +0 -0
  21. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/basic_calculation_with_constraint.py +0 -0
  22. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/basic_calculation_with_solvent.py +0 -0
  23. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/bde.py +0 -0
  24. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/cofolding_screen.py +0 -0
  25. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/conformer_dependent_redox.py +0 -0
  26. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/conformers.py +0 -0
  27. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/data/workflow_example.json +0 -0
  28. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/docking_screen.py +0 -0
  29. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/fukui_index.py +0 -0
  30. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/irc.py +0 -0
  31. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/multistage_opt.py +0 -0
  32. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/optimization.py +0 -0
  33. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/phenol_pka.py +0 -0
  34. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/pka.py +0 -0
  35. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/protein_cofolding.py +0 -0
  36. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/redox_potential.py +0 -0
  37. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/scan.py +0 -0
  38. {rowan_python-2.1.3 → rowan_python-2.1.4}/examples/tautomer.py +0 -0
  39. {rowan_python-2.1.3 → rowan_python-2.1.4}/mkdocs.yml +0 -0
  40. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/__init__.py +0 -0
  41. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/constants.py +0 -0
  42. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/folder.py +0 -0
  43. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/project.py +0 -0
  44. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/protein.py +0 -0
  45. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/py.typed +0 -0
  46. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/rowan_rdkit/__init__.py +0 -0
  47. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/rowan_rdkit/chem_utils.py +0 -0
  48. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/user.py +0 -0
  49. {rowan_python-2.1.3 → rowan_python-2.1.4}/rowan/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rowan-python
3
- Version: 2.1.3
3
+ Version: 2.1.4
4
4
  Summary: Rowan Python Library
5
5
  Project-URL: Homepage, https://github.com/rowansci/rowan-client
6
6
  Project-URL: Bug Tracker, https://github.com/rowansci/rowan-client/issues
@@ -32,6 +32,7 @@ for id, smiles in PROTACs.items():
32
32
  workflows.append(
33
33
  rowan.submit_solubility_workflow(
34
34
  initial_smiles=smiles,
35
+ solubility_method="fastsolv",
35
36
  solvents=["CS(=O)C"],
36
37
  temperatures=[293.15],
37
38
  folder_uuid=protac_solubility_folder.uuid,
@@ -0,0 +1,17 @@
1
+ import rowan
2
+
3
+ # rowan.api_key = ""
4
+
5
+
6
+ oseltamivir_SMILES = "C1CCOC(=O)C1=C[C@@H](OC(CC)CC)[C@H](NC(C)=O)[C@@H]([NH3+])C1CCC1"
7
+
8
+ result = rowan.submit_solubility_workflow(
9
+ initial_smiles=oseltamivir_SMILES,
10
+ solubility_method="kingfisher",
11
+ solvents=["O"],
12
+ temperatures=[298.15],
13
+ name="Oseltamivir aqueous solubility",
14
+ )
15
+
16
+ # Solubility units are log(mol/L) and temperature units are kelvin
17
+ print(result.wait_for_result().fetch_latest(in_place=True))
@@ -7,7 +7,9 @@ result = rowan.submit_macropka_workflow(
7
7
  # oseltamivir
8
8
  initial_smiles="C1CCOC(=O)C1=C[C@@H](OC(CC)CC)[C@H](NC(C)=O)[C@@H]([NH3+])C1CCC1",
9
9
  name="Oseltamivir macropka",
10
+ compute_aqueous_solubility=True,
10
11
  )
11
12
 
12
13
 
14
+ # Solubility units are log(mol/L)
13
15
  print(result.wait_for_result().fetch_latest(in_place=True))
@@ -14,9 +14,9 @@ environments:
14
14
  - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1423503_1.conda
15
15
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
16
16
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
17
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_4.conda
18
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_4.conda
19
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_4.conda
17
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda
18
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda
19
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda
20
20
  - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
21
21
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
22
22
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda
@@ -24,7 +24,7 @@ environments:
24
24
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
25
25
  - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
26
26
  - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.2-h26f9b46_0.conda
27
- - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.5-hec9711d_102_cp313.conda
27
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.7-h2b335a9_100_cp313.conda
28
28
  - conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.13-8_cp313.conda
29
29
  - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
30
30
  - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda
@@ -43,15 +43,15 @@ environments:
43
43
  - pypi: https://files.pythonhosted.org/packages/d5/1c/a2a29649c0b1983d3ef57ee87a66487fdeb45132df66ab30dd37f7dbe162/pillow-11.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
44
44
  - pypi: https://files.pythonhosted.org/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl
45
45
  - pypi: https://files.pythonhosted.org/packages/eb/3c/f4abd740877a35abade05e437245b192f9d0ffb48bbbbd708df33d3cda37/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
46
- - pypi: https://files.pythonhosted.org/packages/8b/6a/c6ec8e124bc621ce0706894f877c6f57d7c9c53cbc73510ac046d40b4dc7/rdkit-2025.3.5-cp313-cp313-manylinux_2_28_x86_64.whl
46
+ - pypi: https://files.pythonhosted.org/packages/c1/82/b2330569fbff20c5f5495f69ae28d3e61dfbc055f00b7fe977905a574089/rdkit-2025.3.6-cp313-cp313-manylinux_2_28_x86_64.whl
47
47
  - pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
48
48
  - pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
49
49
  - pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
50
- - pypi: https://files.pythonhosted.org/packages/ed/96/f3b274b32a711fad65f317731411a6fefc65c6d738926dc9d1e607bddb81/stjames-0.0.102-py3-none-any.whl
50
+ - pypi: https://files.pythonhosted.org/packages/67/91/612fc9a73e83e3a989fee4a011efd90f2bd9f59e44082287597166b1102f/stjames-0.0.104-py3-none-any.whl
51
51
  - pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
52
52
  - pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
53
53
  - pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
54
- - pypi: ./
54
+ - pypi: .
55
55
  osx-arm64:
56
56
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
57
57
  - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
@@ -64,7 +64,7 @@ environments:
64
64
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
65
65
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
66
66
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.5.2-he92f556_0.conda
67
- - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.5-hf3f3da0_102_cp313.conda
67
+ - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.7-h5c937ed_100_cp313.conda
68
68
  - conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.13-8_cp313.conda
69
69
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h1d1bf99_2.conda
70
70
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_2.conda
@@ -83,15 +83,15 @@ environments:
83
83
  - pypi: https://files.pythonhosted.org/packages/f9/0e/37d7d3eca6c879fbd9dba21268427dffda1ab00d4eb05b32923d4fbe3b12/pillow-11.3.0-cp313-cp313-macosx_11_0_arm64.whl
84
84
  - pypi: https://files.pythonhosted.org/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl
85
85
  - pypi: https://files.pythonhosted.org/packages/3a/cc/5999d1eb705a6cefc31f0b4a90e9f7fc400539b1a1030529700cc1b51838/pydantic_core-2.33.2-cp313-cp313-macosx_11_0_arm64.whl
86
- - pypi: https://files.pythonhosted.org/packages/c6/1d/4cc7d00c388dde4cb4ce6ff7c4314f0f2c0e342d5b7a7b779fc12c32cf5a/rdkit-2025.3.5-cp313-cp313-macosx_11_0_arm64.whl
86
+ - pypi: https://files.pythonhosted.org/packages/e7/36/1fb7644ff06817a9e3b67d70da53dea59b64c38badc49426e8338e36fbdd/rdkit-2025.3.6-cp313-cp313-macosx_11_0_arm64.whl
87
87
  - pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
88
88
  - pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
89
89
  - pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
90
- - pypi: https://files.pythonhosted.org/packages/ed/96/f3b274b32a711fad65f317731411a6fefc65c6d738926dc9d1e607bddb81/stjames-0.0.102-py3-none-any.whl
90
+ - pypi: https://files.pythonhosted.org/packages/67/91/612fc9a73e83e3a989fee4a011efd90f2bd9f59e44082287597166b1102f/stjames-0.0.104-py3-none-any.whl
91
91
  - pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
92
92
  - pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
93
93
  - pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
94
- - pypi: ./
94
+ - pypi: .
95
95
  dev:
96
96
  channels:
97
97
  - url: https://conda.anaconda.org/conda-forge/
@@ -106,9 +106,9 @@ environments:
106
106
  - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1423503_1.conda
107
107
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
108
108
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
109
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_4.conda
110
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_4.conda
111
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_4.conda
109
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda
110
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda
111
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda
112
112
  - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
113
113
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
114
114
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda
@@ -116,7 +116,7 @@ environments:
116
116
  - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
117
117
  - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
118
118
  - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.2-h26f9b46_0.conda
119
- - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.5-hec9711d_102_cp313.conda
119
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.7-h2b335a9_100_cp313.conda
120
120
  - conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.13-8_cp313.conda
121
121
  - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
122
122
  - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda
@@ -137,7 +137,7 @@ environments:
137
137
  - pypi: https://files.pythonhosted.org/packages/c1/ea/53f2148663b321f21b5a606bd5f191517cf40b7072c0497d3c92c4a13b1e/executing-2.2.1-py2.py3-none-any.whl
138
138
  - pypi: https://files.pythonhosted.org/packages/42/14/42b2651a2f46b022ccd948bca9f2d5af0fd8929c4eec235b8d6d844fbe67/filelock-3.19.1-py3-none-any.whl
139
139
  - pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl
140
- - pypi: https://files.pythonhosted.org/packages/aa/8c/b7cfdd8dfe48f6b09f7353323732e1a290c388bd14f216947928dc85f904/griffe-1.13.0-py3-none-any.whl
140
+ - pypi: https://files.pythonhosted.org/packages/2a/b1/9ff6578d789a89812ff21e4e0f80ffae20a65d5dd84e7a17873fe3b365be/griffe-1.14.0-py3-none-any.whl
141
141
  - pypi: https://files.pythonhosted.org/packages/7b/03/699f059a54b7873a11bf53389236c06640bf47be590aa87a521d7c4bb044/griffe_pydantic-1.1.6-py3-none-any.whl
142
142
  - pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
143
143
  - pypi: https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl
@@ -149,7 +149,7 @@ environments:
149
149
  - pypi: https://files.pythonhosted.org/packages/d9/33/1f075bf72b0b747cb3288d011319aaf64083cf2efef8354174e3ed4540e2/ipython_pygments_lexers-1.1.1-py3-none-any.whl
150
150
  - pypi: https://files.pythonhosted.org/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl
151
151
  - pypi: https://files.pythonhosted.org/packages/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56/jinja2-3.1.6-py3-none-any.whl
152
- - pypi: https://files.pythonhosted.org/packages/96/2b/34cc11786bc00d0f04d0f5fdc3a2b1ae0b6239eef72d3d345805f9ad92a1/markdown-3.8.2-py3-none-any.whl
152
+ - pypi: https://files.pythonhosted.org/packages/70/ae/44c4a6a4cbb496d93c6257954260fe3a6e91b7bed2240e5dad2a717f5111/markdown-3.9-py3-none-any.whl
153
153
  - pypi: https://files.pythonhosted.org/packages/0c/91/96cf928db8236f1bfab6ce15ad070dfdd02ed88261c2afafd4b43575e9e9/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
154
154
  - pypi: https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl
155
155
  - pypi: https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl
@@ -182,20 +182,20 @@ environments:
182
182
  - pypi: https://files.pythonhosted.org/packages/eb/3c/f4abd740877a35abade05e437245b192f9d0ffb48bbbbd708df33d3cda37/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
183
183
  - pypi: https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl
184
184
  - pypi: https://files.pythonhosted.org/packages/e4/06/43084e6cbd4b3bc0e80f6be743b2e79fbc6eed8de9ad8c629939fa55d972/pymdown_extensions-10.16.1-py3-none-any.whl
185
- - pypi: https://files.pythonhosted.org/packages/29/16/c8a903f4c4dffe7a12843191437d7cd8e32751d5de349d45d3fe69544e87/pytest-8.4.1-py3-none-any.whl
185
+ - pypi: https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl
186
186
  - pypi: https://files.pythonhosted.org/packages/bc/16/4ea354101abb1287856baa4af2732be351c7bee728065aed451b678153fd/pytest_cov-6.2.1-py3-none-any.whl
187
187
  - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
188
188
  - pypi: https://files.pythonhosted.org/packages/04/24/b7721e4845c2f162d26f50521b825fb061bc0a5afcf9a386840f23ea19fa/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
189
189
  - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl
190
- - pypi: https://files.pythonhosted.org/packages/8b/6a/c6ec8e124bc621ce0706894f877c6f57d7c9c53cbc73510ac046d40b4dc7/rdkit-2025.3.5-cp313-cp313-manylinux_2_28_x86_64.whl
190
+ - pypi: https://files.pythonhosted.org/packages/c1/82/b2330569fbff20c5f5495f69ae28d3e61dfbc055f00b7fe977905a574089/rdkit-2025.3.6-cp313-cp313-manylinux_2_28_x86_64.whl
191
191
  - pypi: https://files.pythonhosted.org/packages/d9/0f/90088510d4758e0ee475ae1fc7f96e7bccd0e31f24107567075482b2fe9e/rdkit_stubs-0.8-py3-none-any.whl
192
192
  - pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
193
- - pypi: https://files.pythonhosted.org/packages/80/22/3c6cef96627f89b344c933781ed38329bfb87737aa438f15da95907cbfd5/ruff-0.12.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
193
+ - pypi: https://files.pythonhosted.org/packages/53/06/8deb52d48a9a624fd37390555d9589e719eac568c020b27e96eed671f25f/ruff-0.12.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
194
194
  - pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
195
195
  - pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
196
196
  - pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
197
197
  - pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl
198
- - pypi: https://files.pythonhosted.org/packages/ed/96/f3b274b32a711fad65f317731411a6fefc65c6d738926dc9d1e607bddb81/stjames-0.0.102-py3-none-any.whl
198
+ - pypi: https://files.pythonhosted.org/packages/67/91/612fc9a73e83e3a989fee4a011efd90f2bd9f59e44082287597166b1102f/stjames-0.0.104-py3-none-any.whl
199
199
  - pypi: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl
200
200
  - pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
201
201
  - pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
@@ -203,7 +203,7 @@ environments:
203
203
  - pypi: https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl
204
204
  - pypi: https://files.pythonhosted.org/packages/b5/e8/dbf020b4d98251a9860752a094d09a65e1b436ad181faf929983f697048f/watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl
205
205
  - pypi: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl
206
- - pypi: ./
206
+ - pypi: .
207
207
  osx-arm64:
208
208
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
209
209
  - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
@@ -216,7 +216,7 @@ environments:
216
216
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
217
217
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
218
218
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.5.2-he92f556_0.conda
219
- - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.5-hf3f3da0_102_cp313.conda
219
+ - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.7-h5c937ed_100_cp313.conda
220
220
  - conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.13-8_cp313.conda
221
221
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h1d1bf99_2.conda
222
222
  - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_2.conda
@@ -237,7 +237,7 @@ environments:
237
237
  - pypi: https://files.pythonhosted.org/packages/c1/ea/53f2148663b321f21b5a606bd5f191517cf40b7072c0497d3c92c4a13b1e/executing-2.2.1-py2.py3-none-any.whl
238
238
  - pypi: https://files.pythonhosted.org/packages/42/14/42b2651a2f46b022ccd948bca9f2d5af0fd8929c4eec235b8d6d844fbe67/filelock-3.19.1-py3-none-any.whl
239
239
  - pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl
240
- - pypi: https://files.pythonhosted.org/packages/aa/8c/b7cfdd8dfe48f6b09f7353323732e1a290c388bd14f216947928dc85f904/griffe-1.13.0-py3-none-any.whl
240
+ - pypi: https://files.pythonhosted.org/packages/2a/b1/9ff6578d789a89812ff21e4e0f80ffae20a65d5dd84e7a17873fe3b365be/griffe-1.14.0-py3-none-any.whl
241
241
  - pypi: https://files.pythonhosted.org/packages/7b/03/699f059a54b7873a11bf53389236c06640bf47be590aa87a521d7c4bb044/griffe_pydantic-1.1.6-py3-none-any.whl
242
242
  - pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
243
243
  - pypi: https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl
@@ -249,7 +249,7 @@ environments:
249
249
  - pypi: https://files.pythonhosted.org/packages/d9/33/1f075bf72b0b747cb3288d011319aaf64083cf2efef8354174e3ed4540e2/ipython_pygments_lexers-1.1.1-py3-none-any.whl
250
250
  - pypi: https://files.pythonhosted.org/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl
251
251
  - pypi: https://files.pythonhosted.org/packages/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56/jinja2-3.1.6-py3-none-any.whl
252
- - pypi: https://files.pythonhosted.org/packages/96/2b/34cc11786bc00d0f04d0f5fdc3a2b1ae0b6239eef72d3d345805f9ad92a1/markdown-3.8.2-py3-none-any.whl
252
+ - pypi: https://files.pythonhosted.org/packages/70/ae/44c4a6a4cbb496d93c6257954260fe3a6e91b7bed2240e5dad2a717f5111/markdown-3.9-py3-none-any.whl
253
253
  - pypi: https://files.pythonhosted.org/packages/2b/6d/9409f3684d3335375d04e5f05744dfe7e9f120062c9857df4ab490a1031a/MarkupSafe-3.0.2-cp313-cp313-macosx_11_0_arm64.whl
254
254
  - pypi: https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl
255
255
  - pypi: https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl
@@ -282,20 +282,20 @@ environments:
282
282
  - pypi: https://files.pythonhosted.org/packages/3a/cc/5999d1eb705a6cefc31f0b4a90e9f7fc400539b1a1030529700cc1b51838/pydantic_core-2.33.2-cp313-cp313-macosx_11_0_arm64.whl
283
283
  - pypi: https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl
284
284
  - pypi: https://files.pythonhosted.org/packages/e4/06/43084e6cbd4b3bc0e80f6be743b2e79fbc6eed8de9ad8c629939fa55d972/pymdown_extensions-10.16.1-py3-none-any.whl
285
- - pypi: https://files.pythonhosted.org/packages/29/16/c8a903f4c4dffe7a12843191437d7cd8e32751d5de349d45d3fe69544e87/pytest-8.4.1-py3-none-any.whl
285
+ - pypi: https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl
286
286
  - pypi: https://files.pythonhosted.org/packages/bc/16/4ea354101abb1287856baa4af2732be351c7bee728065aed451b678153fd/pytest_cov-6.2.1-py3-none-any.whl
287
287
  - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
288
288
  - pypi: https://files.pythonhosted.org/packages/45/9f/3b1c20a0b7a3200524eb0076cc027a970d320bd3a6592873c85c92a08731/PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl
289
289
  - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl
290
- - pypi: https://files.pythonhosted.org/packages/c6/1d/4cc7d00c388dde4cb4ce6ff7c4314f0f2c0e342d5b7a7b779fc12c32cf5a/rdkit-2025.3.5-cp313-cp313-macosx_11_0_arm64.whl
290
+ - pypi: https://files.pythonhosted.org/packages/e7/36/1fb7644ff06817a9e3b67d70da53dea59b64c38badc49426e8338e36fbdd/rdkit-2025.3.6-cp313-cp313-macosx_11_0_arm64.whl
291
291
  - pypi: https://files.pythonhosted.org/packages/d9/0f/90088510d4758e0ee475ae1fc7f96e7bccd0e31f24107567075482b2fe9e/rdkit_stubs-0.8-py3-none-any.whl
292
292
  - pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
293
- - pypi: https://files.pythonhosted.org/packages/2c/0d/15b72c5fe6b1e402a543aa9d8960e0a7e19dfb079f5b0b424db48b7febab/ruff-0.12.11-py3-none-macosx_11_0_arm64.whl
293
+ - pypi: https://files.pythonhosted.org/packages/e8/d2/9e3e40d399abc95336b1843f52fc0daaceb672d0e3c9290a28ff1a96f79d/ruff-0.12.12-py3-none-macosx_11_0_arm64.whl
294
294
  - pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
295
295
  - pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
296
296
  - pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
297
297
  - pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl
298
- - pypi: https://files.pythonhosted.org/packages/ed/96/f3b274b32a711fad65f317731411a6fefc65c6d738926dc9d1e607bddb81/stjames-0.0.102-py3-none-any.whl
298
+ - pypi: https://files.pythonhosted.org/packages/67/91/612fc9a73e83e3a989fee4a011efd90f2bd9f59e44082287597166b1102f/stjames-0.0.104-py3-none-any.whl
299
299
  - pypi: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl
300
300
  - pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
301
301
  - pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
@@ -303,11 +303,13 @@ environments:
303
303
  - pypi: https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl
304
304
  - pypi: https://files.pythonhosted.org/packages/fe/c4/225c87bae08c8b9ec99030cd48ae9c4eca050a59bf5c2255853e18c87b50/watchdog-6.0.0-cp313-cp313-macosx_11_0_arm64.whl
305
305
  - pypi: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl
306
- - pypi: ./
306
+ - pypi: .
307
307
  packages:
308
308
  - conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
309
309
  sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
310
310
  md5: d7c89558ba9fa0495403155b64376d81
311
+ arch: x86_64
312
+ platform: linux
311
313
  license: None
312
314
  purls: []
313
315
  size: 2562
@@ -321,6 +323,8 @@ packages:
321
323
  - libgomp >=7.5.0
322
324
  constrains:
323
325
  - openmp_impl 9999
326
+ arch: x86_64
327
+ platform: linux
324
328
  license: BSD-3-Clause
325
329
  license_family: BSD
326
330
  purls: []
@@ -383,6 +387,8 @@ packages:
383
387
  depends:
384
388
  - __glibc >=2.17,<3.0.a0
385
389
  - libgcc-ng >=12
390
+ arch: x86_64
391
+ platform: linux
386
392
  license: bzip2-1.0.6
387
393
  license_family: BSD
388
394
  purls: []
@@ -393,6 +399,8 @@ packages:
393
399
  md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab
394
400
  depends:
395
401
  - __osx >=11.0
402
+ arch: arm64
403
+ platform: osx
396
404
  license: bzip2-1.0.6
397
405
  license_family: BSD
398
406
  purls: []
@@ -432,7 +440,7 @@ packages:
432
440
  version: 8.2.1
433
441
  sha256: 61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b
434
442
  requires_dist:
435
- - colorama ; sys_platform == 'win32'
443
+ - colorama ; platform_system == 'Windows'
436
444
  requires_python: '>=3.10'
437
445
  - pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
438
446
  name: colorama
@@ -490,10 +498,10 @@ packages:
490
498
  - markdown ; extra == 'dev'
491
499
  - flake8 ; extra == 'dev'
492
500
  - wheel ; extra == 'dev'
493
- - pypi: https://files.pythonhosted.org/packages/aa/8c/b7cfdd8dfe48f6b09f7353323732e1a290c388bd14f216947928dc85f904/griffe-1.13.0-py3-none-any.whl
501
+ - pypi: https://files.pythonhosted.org/packages/2a/b1/9ff6578d789a89812ff21e4e0f80ffae20a65d5dd84e7a17873fe3b365be/griffe-1.14.0-py3-none-any.whl
494
502
  name: griffe
495
- version: 1.13.0
496
- sha256: 470fde5b735625ac0a36296cd194617f039e9e83e301fcbd493e2b58382d0559
503
+ version: 1.14.0
504
+ sha256: 0e9d52832cccf0f7188cfe585ba962d2674b241c01916d780925df34873bceb0
497
505
  requires_dist:
498
506
  - colorama>=0.4
499
507
  requires_python: '>=3.9'
@@ -544,6 +552,8 @@ packages:
544
552
  md5: 5eb22c1d7b3fc4abb50d92d621583137
545
553
  depends:
546
554
  - __osx >=11.0
555
+ arch: arm64
556
+ platform: osx
547
557
  license: MIT
548
558
  license_family: MIT
549
559
  purls: []
@@ -678,6 +688,8 @@ packages:
678
688
  - __glibc >=2.17,<3.0.a0
679
689
  constrains:
680
690
  - binutils_impl_linux-64 2.44
691
+ arch: x86_64
692
+ platform: linux
681
693
  license: GPL-3.0-only
682
694
  license_family: GPL
683
695
  purls: []
@@ -691,6 +703,8 @@ packages:
691
703
  - libgcc >=14
692
704
  constrains:
693
705
  - expat 2.7.1.*
706
+ arch: x86_64
707
+ platform: linux
694
708
  license: MIT
695
709
  license_family: MIT
696
710
  purls: []
@@ -703,6 +717,8 @@ packages:
703
717
  - __osx >=11.0
704
718
  constrains:
705
719
  - expat 2.7.1.*
720
+ arch: arm64
721
+ platform: osx
706
722
  license: MIT
707
723
  license_family: MIT
708
724
  purls: []
@@ -714,6 +730,8 @@ packages:
714
730
  depends:
715
731
  - __glibc >=2.17,<3.0.a0
716
732
  - libgcc >=13
733
+ arch: x86_64
734
+ platform: linux
717
735
  license: MIT
718
736
  license_family: MIT
719
737
  purls: []
@@ -724,45 +742,53 @@ packages:
724
742
  md5: c215a60c2935b517dcda8cad4705734d
725
743
  depends:
726
744
  - __osx >=11.0
745
+ arch: arm64
746
+ platform: osx
727
747
  license: MIT
728
748
  license_family: MIT
729
749
  purls: []
730
750
  size: 39839
731
751
  timestamp: 1743434670405
732
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_4.conda
733
- sha256: 144e35c1c2840f2dc202f6915fc41879c19eddbb8fa524e3ca4aa0d14018b26f
734
- md5: f406dcbb2e7bef90d793e50e79a2882b
752
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda
753
+ sha256: 0caed73aac3966bfbf5710e06c728a24c6c138605121a3dacb2e03440e8baa6a
754
+ md5: 264fbfba7fb20acf3b29cde153e345ce
735
755
  depends:
736
756
  - __glibc >=2.17,<3.0.a0
737
757
  - _openmp_mutex >=4.5
738
758
  constrains:
739
- - libgcc-ng ==15.1.0=*_4
740
- - libgomp 15.1.0 h767d61c_4
759
+ - libgomp 15.1.0 h767d61c_5
760
+ - libgcc-ng ==15.1.0=*_5
761
+ arch: x86_64
762
+ platform: linux
741
763
  license: GPL-3.0-only WITH GCC-exception-3.1
742
764
  license_family: GPL
743
765
  purls: []
744
- size: 824153
745
- timestamp: 1753903866511
746
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_4.conda
747
- sha256: 76ceac93ed98f208363d6e9c75011b0ff7b97b20f003f06461a619557e726637
748
- md5: 28771437ffcd9f3417c66012dc49a3be
766
+ size: 824191
767
+ timestamp: 1757042543820
768
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda
769
+ sha256: f54bb9c3be12b24be327f4c1afccc2969712e0b091cdfbd1d763fb3e61cda03f
770
+ md5: 069afdf8ea72504e48d23ae1171d951c
749
771
  depends:
750
- - libgcc 15.1.0 h767d61c_4
772
+ - libgcc 15.1.0 h767d61c_5
773
+ arch: x86_64
774
+ platform: linux
751
775
  license: GPL-3.0-only WITH GCC-exception-3.1
752
776
  license_family: GPL
753
777
  purls: []
754
- size: 29249
755
- timestamp: 1753903872571
756
- - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_4.conda
757
- sha256: e0487a8fec78802ac04da0ac1139c3510992bc58a58cde66619dde3b363c2933
758
- md5: 3baf8976c96134738bba224e9ef6b1e5
778
+ size: 29187
779
+ timestamp: 1757042549554
780
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda
781
+ sha256: 125051d51a8c04694d0830f6343af78b556dd88cc249dfec5a97703ebfb1832d
782
+ md5: dcd5ff1940cd38f6df777cac86819d60
759
783
  depends:
760
784
  - __glibc >=2.17,<3.0.a0
785
+ arch: x86_64
786
+ platform: linux
761
787
  license: GPL-3.0-only WITH GCC-exception-3.1
762
788
  license_family: GPL
763
789
  purls: []
764
- size: 447289
765
- timestamp: 1753903801049
790
+ size: 447215
791
+ timestamp: 1757042483384
766
792
  - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
767
793
  sha256: f2591c0069447bbe28d4d696b7fcb0c5bd0b4ac582769b89addbcf26fb3430d8
768
794
  md5: 1a580f7796c7bf6393fddb8bbbde58dc
@@ -771,6 +797,8 @@ packages:
771
797
  - libgcc >=13
772
798
  constrains:
773
799
  - xz 5.8.1.*
800
+ arch: x86_64
801
+ platform: linux
774
802
  license: 0BSD
775
803
  purls: []
776
804
  size: 112894
@@ -782,6 +810,8 @@ packages:
782
810
  - __osx >=11.0
783
811
  constrains:
784
812
  - xz 5.8.1.*
813
+ arch: arm64
814
+ platform: osx
785
815
  license: 0BSD
786
816
  purls: []
787
817
  size: 92286
@@ -792,6 +822,8 @@ packages:
792
822
  depends:
793
823
  - __glibc >=2.17,<3.0.a0
794
824
  - libgcc >=13
825
+ arch: x86_64
826
+ platform: linux
795
827
  license: BSD-2-Clause
796
828
  license_family: BSD
797
829
  purls: []
@@ -802,6 +834,8 @@ packages:
802
834
  md5: 85ccccb47823dd9f7a99d2c7f530342f
803
835
  depends:
804
836
  - __osx >=11.0
837
+ arch: arm64
838
+ platform: osx
805
839
  license: BSD-2-Clause
806
840
  license_family: BSD
807
841
  purls: []
@@ -814,6 +848,8 @@ packages:
814
848
  - __glibc >=2.17,<3.0.a0
815
849
  - libgcc >=14
816
850
  - libzlib >=1.3.1,<2.0a0
851
+ arch: x86_64
852
+ platform: linux
817
853
  license: blessing
818
854
  purls: []
819
855
  size: 932581
@@ -825,6 +861,8 @@ packages:
825
861
  - __osx >=11.0
826
862
  - icu >=75.1,<76.0a0
827
863
  - libzlib >=1.3.1,<2.0a0
864
+ arch: arm64
865
+ platform: osx
828
866
  license: blessing
829
867
  purls: []
830
868
  size: 902645
@@ -834,6 +872,8 @@ packages:
834
872
  md5: 40b61aab5c7ba9ff276c41cfffe6b80b
835
873
  depends:
836
874
  - libgcc-ng >=12
875
+ arch: x86_64
876
+ platform: linux
837
877
  license: BSD-3-Clause
838
878
  license_family: BSD
839
879
  purls: []
@@ -847,6 +887,8 @@ packages:
847
887
  - libgcc >=13
848
888
  constrains:
849
889
  - zlib 1.3.1 *_2
890
+ arch: x86_64
891
+ platform: linux
850
892
  license: Zlib
851
893
  license_family: Other
852
894
  purls: []
@@ -859,15 +901,17 @@ packages:
859
901
  - __osx >=11.0
860
902
  constrains:
861
903
  - zlib 1.3.1 *_2
904
+ arch: arm64
905
+ platform: osx
862
906
  license: Zlib
863
907
  license_family: Other
864
908
  purls: []
865
909
  size: 46438
866
910
  timestamp: 1727963202283
867
- - pypi: https://files.pythonhosted.org/packages/96/2b/34cc11786bc00d0f04d0f5fdc3a2b1ae0b6239eef72d3d345805f9ad92a1/markdown-3.8.2-py3-none-any.whl
911
+ - pypi: https://files.pythonhosted.org/packages/70/ae/44c4a6a4cbb496d93c6257954260fe3a6e91b7bed2240e5dad2a717f5111/markdown-3.9-py3-none-any.whl
868
912
  name: markdown
869
- version: 3.8.2
870
- sha256: 5c83764dbd4e00bdd94d85a19b8d55ccca20fe35b2e678a1422b380324dd5f24
913
+ version: '3.9'
914
+ sha256: 9f4d91ed810864ea88a6f32c07ba8bee1346c0cc1f6b1f9f6c822f2a9667d280
871
915
  requires_dist:
872
916
  - importlib-metadata>=4.4 ; python_full_version < '3.10'
873
917
  - coverage ; extra == 'testing'
@@ -908,7 +952,7 @@ packages:
908
952
  sha256: db91759624d1647f3f34aa0c3f327dd2601beae39a366d6e064c03468d35c20e
909
953
  requires_dist:
910
954
  - click>=7.0
911
- - colorama>=0.4 ; sys_platform == 'win32'
955
+ - colorama>=0.4 ; platform_system == 'Windows'
912
956
  - ghp-import>=1.0
913
957
  - importlib-metadata>=4.4 ; python_full_version < '3.10'
914
958
  - jinja2>=2.11.1
@@ -924,7 +968,7 @@ packages:
924
968
  - babel>=2.9.0 ; extra == 'i18n'
925
969
  - babel==2.9.0 ; extra == 'min-versions'
926
970
  - click==7.0 ; extra == 'min-versions'
927
- - colorama==0.4 ; sys_platform == 'win32' and extra == 'min-versions'
971
+ - colorama==0.4 ; platform_system == 'Windows' and extra == 'min-versions'
928
972
  - ghp-import==1.0 ; extra == 'min-versions'
929
973
  - importlib-metadata==4.4 ; python_full_version < '3.10' and extra == 'min-versions'
930
974
  - jinja2==2.11.1 ; extra == 'min-versions'
@@ -1059,6 +1103,8 @@ packages:
1059
1103
  depends:
1060
1104
  - __glibc >=2.17,<3.0.a0
1061
1105
  - libgcc >=13
1106
+ arch: x86_64
1107
+ platform: linux
1062
1108
  license: X11 AND BSD-3-Clause
1063
1109
  purls: []
1064
1110
  size: 891641
@@ -1068,6 +1114,8 @@ packages:
1068
1114
  md5: 068d497125e4bf8a66bf707254fff5ae
1069
1115
  depends:
1070
1116
  - __osx >=11.0
1117
+ arch: arm64
1118
+ platform: osx
1071
1119
  license: X11 AND BSD-3-Clause
1072
1120
  purls: []
1073
1121
  size: 797030
@@ -1099,6 +1147,8 @@ packages:
1099
1147
  - __glibc >=2.17,<3.0.a0
1100
1148
  - ca-certificates
1101
1149
  - libgcc >=14
1150
+ arch: x86_64
1151
+ platform: linux
1102
1152
  license: Apache-2.0
1103
1153
  license_family: Apache
1104
1154
  purls: []
@@ -1110,6 +1160,8 @@ packages:
1110
1160
  depends:
1111
1161
  - __osx >=11.0
1112
1162
  - ca-certificates
1163
+ arch: arm64
1164
+ platform: osx
1113
1165
  license: Apache-2.0
1114
1166
  license_family: Apache
1115
1167
  purls: []
@@ -1275,7 +1327,7 @@ packages:
1275
1327
  - typing-extensions>=4.12.2
1276
1328
  - typing-inspection>=0.4.0
1277
1329
  - email-validator>=2.0.0 ; extra == 'email'
1278
- - tzdata ; python_full_version >= '3.9' and sys_platform == 'win32' and extra == 'timezone'
1330
+ - tzdata ; python_full_version >= '3.9' and platform_system == 'Windows' and extra == 'timezone'
1279
1331
  requires_python: '>=3.9'
1280
1332
  - pypi: https://files.pythonhosted.org/packages/3a/cc/5999d1eb705a6cefc31f0b4a90e9f7fc400539b1a1030529700cc1b51838/pydantic_core-2.33.2-cp313-cp313-macosx_11_0_arm64.whl
1281
1333
  name: pydantic-core
@@ -1307,10 +1359,10 @@ packages:
1307
1359
  - pyyaml
1308
1360
  - pygments>=2.19.1 ; extra == 'extra'
1309
1361
  requires_python: '>=3.9'
1310
- - pypi: https://files.pythonhosted.org/packages/29/16/c8a903f4c4dffe7a12843191437d7cd8e32751d5de349d45d3fe69544e87/pytest-8.4.1-py3-none-any.whl
1362
+ - pypi: https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl
1311
1363
  name: pytest
1312
- version: 8.4.1
1313
- sha256: 539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7
1364
+ version: 8.4.2
1365
+ sha256: 872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79
1314
1366
  requires_dist:
1315
1367
  - colorama>=0.4 ; sys_platform == 'win32'
1316
1368
  - exceptiongroup>=1 ; python_full_version < '3.11'
@@ -1341,56 +1393,60 @@ packages:
1341
1393
  - pytest-xdist ; extra == 'testing'
1342
1394
  - virtualenv ; extra == 'testing'
1343
1395
  requires_python: '>=3.9'
1344
- - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.5-hec9711d_102_cp313.conda
1345
- build_number: 102
1346
- sha256: c2cdcc98ea3cbf78240624e4077e164dc9d5588eefb044b4097c3df54d24d504
1347
- md5: 89e07d92cf50743886f41638d58c4328
1396
+ - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.7-h2b335a9_100_cp313.conda
1397
+ build_number: 100
1398
+ sha256: 16cc30a5854f31ca6c3688337d34e37a79cdc518a06375fe3482ea8e2d6b34c8
1399
+ md5: 724dcf9960e933838247971da07fe5cf
1348
1400
  depends:
1349
1401
  - __glibc >=2.17,<3.0.a0
1350
1402
  - bzip2 >=1.0.8,<2.0a0
1351
1403
  - ld_impl_linux-64 >=2.36.1
1352
- - libexpat >=2.7.0,<3.0a0
1404
+ - libexpat >=2.7.1,<3.0a0
1353
1405
  - libffi >=3.4.6,<3.5.0a0
1354
- - libgcc >=13
1406
+ - libgcc >=14
1355
1407
  - liblzma >=5.8.1,<6.0a0
1356
1408
  - libmpdec >=4.0.0,<5.0a0
1357
- - libsqlite >=3.50.1,<4.0a0
1409
+ - libsqlite >=3.50.4,<4.0a0
1358
1410
  - libuuid >=2.38.1,<3.0a0
1359
1411
  - libzlib >=1.3.1,<2.0a0
1360
1412
  - ncurses >=6.5,<7.0a0
1361
- - openssl >=3.5.0,<4.0a0
1413
+ - openssl >=3.5.2,<4.0a0
1362
1414
  - python_abi 3.13.* *_cp313
1363
1415
  - readline >=8.2,<9.0a0
1364
1416
  - tk >=8.6.13,<8.7.0a0
1365
1417
  - tzdata
1418
+ arch: x86_64
1419
+ platform: linux
1366
1420
  license: Python-2.0
1367
1421
  purls: []
1368
- size: 33273132
1369
- timestamp: 1750064035176
1422
+ size: 33583088
1423
+ timestamp: 1756911465277
1370
1424
  python_site_packages_path: lib/python3.13/site-packages
1371
- - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.5-hf3f3da0_102_cp313.conda
1372
- build_number: 102
1373
- sha256: ee1b09fb5563be8509bb9b29b2b436a0af75488b5f1fa6bcd93fe0fba597d13f
1374
- md5: 123b7f04e7b8d6fc206cf2d3466f8a4b
1425
+ - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.7-h5c937ed_100_cp313.conda
1426
+ build_number: 100
1427
+ sha256: b9776cc330fa4836171a42e0e9d9d3da145d7702ba6ef9fad45e94f0f016eaef
1428
+ md5: 445d057271904b0e21e14b1fa1d07ba5
1375
1429
  depends:
1376
1430
  - __osx >=11.0
1377
1431
  - bzip2 >=1.0.8,<2.0a0
1378
- - libexpat >=2.7.0,<3.0a0
1432
+ - libexpat >=2.7.1,<3.0a0
1379
1433
  - libffi >=3.4.6,<3.5.0a0
1380
1434
  - liblzma >=5.8.1,<6.0a0
1381
1435
  - libmpdec >=4.0.0,<5.0a0
1382
- - libsqlite >=3.50.1,<4.0a0
1436
+ - libsqlite >=3.50.4,<4.0a0
1383
1437
  - libzlib >=1.3.1,<2.0a0
1384
1438
  - ncurses >=6.5,<7.0a0
1385
- - openssl >=3.5.0,<4.0a0
1439
+ - openssl >=3.5.2,<4.0a0
1386
1440
  - python_abi 3.13.* *_cp313
1387
1441
  - readline >=8.2,<9.0a0
1388
1442
  - tk >=8.6.13,<8.7.0a0
1389
1443
  - tzdata
1444
+ arch: arm64
1445
+ platform: osx
1390
1446
  license: Python-2.0
1391
1447
  purls: []
1392
- size: 12931515
1393
- timestamp: 1750062475020
1448
+ size: 11926240
1449
+ timestamp: 1756909724811
1394
1450
  python_site_packages_path: lib/python3.13/site-packages
1395
1451
  - pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
1396
1452
  name: python-dateutil
@@ -1427,17 +1483,17 @@ packages:
1427
1483
  requires_dist:
1428
1484
  - pyyaml
1429
1485
  requires_python: '>=3.9'
1430
- - pypi: https://files.pythonhosted.org/packages/8b/6a/c6ec8e124bc621ce0706894f877c6f57d7c9c53cbc73510ac046d40b4dc7/rdkit-2025.3.5-cp313-cp313-manylinux_2_28_x86_64.whl
1486
+ - pypi: https://files.pythonhosted.org/packages/c1/82/b2330569fbff20c5f5495f69ae28d3e61dfbc055f00b7fe977905a574089/rdkit-2025.3.6-cp313-cp313-manylinux_2_28_x86_64.whl
1431
1487
  name: rdkit
1432
- version: 2025.3.5
1433
- sha256: 65c636e4ea0e4bbf80261155e19f96de8e178271513f8823a4364e2939ee5791
1488
+ version: 2025.3.6
1489
+ sha256: 8bb52f5fc9f1a93817264dffc0ac8b20cea71091f9b8a253ebd288aeae26032f
1434
1490
  requires_dist:
1435
1491
  - numpy
1436
1492
  - pillow
1437
- - pypi: https://files.pythonhosted.org/packages/c6/1d/4cc7d00c388dde4cb4ce6ff7c4314f0f2c0e342d5b7a7b779fc12c32cf5a/rdkit-2025.3.5-cp313-cp313-macosx_11_0_arm64.whl
1493
+ - pypi: https://files.pythonhosted.org/packages/e7/36/1fb7644ff06817a9e3b67d70da53dea59b64c38badc49426e8338e36fbdd/rdkit-2025.3.6-cp313-cp313-macosx_11_0_arm64.whl
1438
1494
  name: rdkit
1439
- version: 2025.3.5
1440
- sha256: b564067066c97136c448c58ac796c66010d041a5fd5dccf8997461a1846e63b7
1495
+ version: 2025.3.6
1496
+ sha256: 760dc4d90cc30a96145062811136cd5d309a91a7eeacec0afcf0b079877f8be2
1441
1497
  requires_dist:
1442
1498
  - numpy
1443
1499
  - pillow
@@ -1452,6 +1508,8 @@ packages:
1452
1508
  depends:
1453
1509
  - libgcc >=13
1454
1510
  - ncurses >=6.5,<7.0a0
1511
+ arch: x86_64
1512
+ platform: linux
1455
1513
  license: GPL-3.0-only
1456
1514
  license_family: GPL
1457
1515
  purls: []
@@ -1462,6 +1520,8 @@ packages:
1462
1520
  md5: 63ef3f6e6d6d5c589e64f11263dc5676
1463
1521
  depends:
1464
1522
  - ncurses >=6.5,<7.0a0
1523
+ arch: arm64
1524
+ platform: osx
1465
1525
  license: GPL-3.0-only
1466
1526
  license_family: GPL
1467
1527
  purls: []
@@ -1479,10 +1539,10 @@ packages:
1479
1539
  - pysocks>=1.5.6,!=1.5.7 ; extra == 'socks'
1480
1540
  - chardet>=3.0.2,<6 ; extra == 'use-chardet-on-py3'
1481
1541
  requires_python: '>=3.9'
1482
- - pypi: ./
1542
+ - pypi: .
1483
1543
  name: rowan-python
1484
- version: 2.1.3
1485
- sha256: 42fdb4e667a0c2c279bbf99762920eda972eb32ca9f885b57dcf438815833ecc
1544
+ version: 2.1.4
1545
+ sha256: 726135edf32d91b49a5c48774f93f208e0a2fbf4b857edc4975cf7678209942a
1486
1546
  requires_dist:
1487
1547
  - httpx
1488
1548
  - stjames>=0.0.83
@@ -1491,15 +1551,15 @@ packages:
1491
1551
  - nest-asyncio
1492
1552
  requires_python: '>=3.9'
1493
1553
  editable: true
1494
- - pypi: https://files.pythonhosted.org/packages/2c/0d/15b72c5fe6b1e402a543aa9d8960e0a7e19dfb079f5b0b424db48b7febab/ruff-0.12.11-py3-none-macosx_11_0_arm64.whl
1554
+ - pypi: https://files.pythonhosted.org/packages/53/06/8deb52d48a9a624fd37390555d9589e719eac568c020b27e96eed671f25f/ruff-0.12.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
1495
1555
  name: ruff
1496
- version: 0.12.11
1497
- sha256: d69fb9d4937aa19adb2e9f058bc4fbfe986c2040acb1a4a9747734834eaa0bfd
1556
+ version: 0.12.12
1557
+ sha256: 2afc2fa864197634e549d87fb1e7b6feb01df0a80fd510d6489e1ce8c0b1cc45
1498
1558
  requires_python: '>=3.7'
1499
- - pypi: https://files.pythonhosted.org/packages/80/22/3c6cef96627f89b344c933781ed38329bfb87737aa438f15da95907cbfd5/ruff-0.12.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
1559
+ - pypi: https://files.pythonhosted.org/packages/e8/d2/9e3e40d399abc95336b1843f52fc0daaceb672d0e3c9290a28ff1a96f79d/ruff-0.12.12-py3-none-macosx_11_0_arm64.whl
1500
1560
  name: ruff
1501
- version: 0.12.11
1502
- sha256: 4fc58f9266d62c6eccc75261a665f26b4ef64840887fc6cbc552ce5b29f96cc8
1561
+ version: 0.12.12
1562
+ sha256: abf4073688d7d6da16611f2f126be86523a8ec4343d15d276c614bda8ec44edb
1503
1563
  requires_python: '>=3.7'
1504
1564
  - pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
1505
1565
  name: setuptools
@@ -1581,10 +1641,10 @@ packages:
1581
1641
  - pygments ; extra == 'tests'
1582
1642
  - littleutils ; extra == 'tests'
1583
1643
  - cython ; extra == 'tests'
1584
- - pypi: https://files.pythonhosted.org/packages/ed/96/f3b274b32a711fad65f317731411a6fefc65c6d738926dc9d1e607bddb81/stjames-0.0.102-py3-none-any.whl
1644
+ - pypi: https://files.pythonhosted.org/packages/67/91/612fc9a73e83e3a989fee4a011efd90f2bd9f59e44082287597166b1102f/stjames-0.0.104-py3-none-any.whl
1585
1645
  name: stjames
1586
- version: 0.0.102
1587
- sha256: 234b3e9680d1eaaf613cb8cc9f2084f8fe4920d0ac566e1e503c9e8d4ff73a4e
1646
+ version: 0.0.104
1647
+ sha256: 00aa4daf07714e649d83b88de78eb217724f40734fafe38aeca7b44f072981a5
1588
1648
  requires_dist:
1589
1649
  - pydantic>=2.4
1590
1650
  - numpy
@@ -1599,6 +1659,8 @@ packages:
1599
1659
  - __glibc >=2.17,<3.0.a0
1600
1660
  - libgcc >=13
1601
1661
  - libzlib >=1.3.1,<2.0a0
1662
+ arch: x86_64
1663
+ platform: linux
1602
1664
  license: TCL
1603
1665
  license_family: BSD
1604
1666
  purls: []
@@ -1610,6 +1672,8 @@ packages:
1610
1672
  depends:
1611
1673
  - __osx >=11.0
1612
1674
  - libzlib >=1.3.1,<2.0a0
1675
+ arch: arm64
1676
+ platform: osx
1613
1677
  license: TCL
1614
1678
  license_family: BSD
1615
1679
  purls: []
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "rowan-python"
3
- version = "2.1.3"
3
+ version = "2.1.4"
4
4
  description = "Rowan Python Library"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  import time
2
2
  from datetime import datetime
3
- from typing import Any, Self, TypeAlias
3
+ from typing import Any, Literal, Self, TypeAlias
4
4
 
5
5
  import stjames
6
6
  from pydantic import BaseModel, Field
@@ -493,6 +493,7 @@ def submit_conformer_search_workflow(
493
493
 
494
494
  def submit_solubility_workflow(
495
495
  initial_smiles: str,
496
+ solubility_method: Literal["fastsolv", "kingfisher", "esol"] = "fastsolv",
496
497
  solvents: list[str] | None = None,
497
498
  temperatures: list[float] | None = None,
498
499
  name: str = "Solubility Workflow",
@@ -502,6 +503,7 @@ def submit_solubility_workflow(
502
503
  """
503
504
  Submits a solubility workflow to the API.
504
505
 
506
+ :param solubility_method: The name of the desired model for solubility prediction.
505
507
  :param initial_smiles: The smiles of the molecule to calculate the solubility of.
506
508
  :param solvents: The list of solvents to use for the calculation.
507
509
  :param temperatures: The list of temperatures to use for the calculation.
@@ -520,6 +522,7 @@ def submit_solubility_workflow(
520
522
 
521
523
  workflow = stjames.SolubilityWorkflow(
522
524
  initial_smiles=initial_smiles,
525
+ solubility_method=solubility_method,
523
526
  solvents=solvents,
524
527
  temperatures=temperatures,
525
528
  )
@@ -857,6 +860,7 @@ def submit_macropka_workflow(
857
860
  max_pH: int = 14,
858
861
  min_charge: int = -2,
859
862
  max_charge: int = 2,
863
+ compute_aqueous_solubility: bool = False,
860
864
  compute_solvation_energy: bool = True,
861
865
  name: str = "Macropka Workflow",
862
866
  folder_uuid: str | None = None,
@@ -870,6 +874,7 @@ def submit_macropka_workflow(
870
874
  :param max_pH: The maximum pH to use in the macropka workflow.
871
875
  :param min_charge: The minimum charge to use in the macropka workflow.
872
876
  :param max_charge: The maximum charge to use in the macropka workflow.
877
+ :param compute_aqueous_solubility: Whether to compute the aqueous solubility for each pH.
873
878
  :param compute_solvation_energy: Whether to compute the solvation energy.
874
879
  :param name: The name of the workflow.
875
880
  :param folder_uuid: The UUID of the folder to store the workflow in.
@@ -885,6 +890,7 @@ def submit_macropka_workflow(
885
890
  min_charge=min_charge,
886
891
  max_charge=max_charge,
887
892
  compute_solvation_energy=compute_solvation_energy,
893
+ compute_aqueous_solubility=compute_aqueous_solubility,
888
894
  )
889
895
 
890
896
  data = {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes