Skip to content

Commit

Permalink
update docs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Lubbers committed Jul 22, 2022
1 parent 7db68f1 commit 75d1e9a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Notes
- Install dependencies with conda from conda_requirements.txt .
- If you don't want pip to install them, conda install from file before installing ``hippynn``.
You may want to use -c pytorch for the pytorch channel.
For ase, you may want to use -c conda-forge.
For ase and cupy, you probably want to use -c conda-forge.
- Optional dependencies are in optional_dependencies.txt


Expand Down
1 change: 1 addition & 0 deletions conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ numpy
pytorch >= 1.6
matplotlib
numba
cupy
ase
h5py
tqdm
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Nicholas Lubbers"

# The full version, including alpha/beta/rc tags
release = "0.0.1b1"
release = "0.0.1b2"


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions docs/source/user_guide/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ The following settings are available:
- .pdf
- Yes
* - USE_CUSTOM_KERNELS
- | Use custom kernels with numba.
- | Use custom kernels with numba or cupy.
| Auto tries to detect the
| installation of numba.
| installation of numba or cupy.
| for more info see :doc:`/user_guide/ckernels`.
- auto, true, false
- auto, true, false, pytorch, numba, cupy
- auto
- Not directly, use :func:`~hippynn.custom_kernels.set_custom_kernels`
* - WARN_LOW_DISTANCES
Expand All @@ -77,4 +77,4 @@ The following settings are available:
| is going very wrong.
- true, false
- false
- no
- no
3 changes: 2 additions & 1 deletion optional_dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ase
numba
cupy
matplotlib
tqdm
graphviz
h5py
h5py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name="hippynn",
version="0.0.1b1",
version="0.0.1b2",
author="Nicholas Lubbers et al",
author_email="hippynn [AT] lanl (DOT) gov",
python_requires=">3.7",
Expand Down

0 comments on commit 75d1e9a

Please sign in to comment.