-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from wolearyc/dev
version 0.4.0
- Loading branch information
Showing
95 changed files
with
3,905 additions
and
889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
flake8 == 7.1.0 | ||
pre-commit == 3.7.1 | ||
pylint == 3.3.1 | ||
pytest == 8.3.1 | ||
setuptools == 74.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# numpy, scipy recommendations: https://scientific-python.org/specs/spec-0000/ | ||
|
||
defusedxml >= 0.6.0 # min working | ||
numpy >= 1.24.0;python_version=='3.10' # min recommended | ||
numpy >= 1.24.0;python_version=='3.11' # min recommended | ||
numpy >= 1.26.0;python_version=='3.12' # min working | ||
scipy >= 1.10.0;python_version=='3.10' # min recommended | ||
scipy >= 1.10.0;python_version=='3.11' # min recommended | ||
scipy >= 1.11.2;python_version=='3.12' # min working | ||
spglib >= 1.16.4 # min working | ||
tabulate >= 0.8.8 # min working | ||
tqdm >= 2.0 # min working |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-f https://data.pyg.org/whl/torch-2.4.0+cpu.html | ||
torch-scatter | ||
torch-sparse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
aiohttp >= 3.8.0;python_version=='3.10' # min working | ||
aiohttp >= 3.8.3;python_version=='3.11' # min working | ||
aiohttp >= 3.9.0;python_version=='3.12' # min working | ||
dill >= 0.3.4 # min working | ||
frozenlist >= 1.2.0;python_version=='3.10' # min working | ||
frozenlist >= 1.3.3;python_version=='3.11' # min working | ||
frozenlist >= 1.4.1;python_version=='3.12' # min working | ||
fsspec>= 2021.4.0;python_version=='3.10' # min working | ||
jinja2 >= 3.0.2 # min working | ||
pyparsing >= 3.0.0 # min working | ||
scikit-learn >= 1.2.0;python_version=='3.10' # min working | ||
scikit-learn >= 1.2.0;python_version=='3.11' # min working | ||
scikit-learn >= 1.3.0;python_version=='3.12' and sys_platform=='darwin' # min working | ||
scikit-learn >= 1.3.0;python_version=='3.12' and sys_platform=='linux' # min working | ||
scikit-learn >= 1.4.0;python_version=='3.12' and sys_platform=='win32' # min working | ||
torch_geometric >= 2.3.0 # min working |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--index-url https://download.pytorch.org/whl/cpu | ||
torch==2.4.1;sys_platform=='darwin' | ||
torch==2.4.1+cpu;sys_platform=='linux' | ||
torch==2.4.1+cpu;sys_platform=='win32' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
furo==2024.8.6 | ||
ipython==8.26.0 | ||
nbsphinx==0.9.4 | ||
sphinx==7.4.7 | ||
sphinx-rtd-theme==2.0.0 | ||
sphinx==8.0.2 | ||
sphinx-autodoc-typehints==2.4.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ramannoodle.dataset package | ||
=========================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
ramannoodle.dataset.torch | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ramannoodle.dataset | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
ramannoodle.dataset.torch package | ||
================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
ramannoodle.dataset.torch.dataset module | ||
---------------------------------------- | ||
|
||
.. automodule:: ramannoodle.dataset.torch.dataset | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ramannoodle.dataset.torch.utils module | ||
-------------------------------------- | ||
|
||
.. automodule:: ramannoodle.dataset.torch.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ramannoodle.dataset.torch | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.