Skip to content

Commit

Permalink
Update for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
Melanie Clarke committed Aug 13, 2023
1 parent a0ec151 commit 7df8901
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 2 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
1.0.0
=====

1.0.0 (2023-08-13)
===================
- Initial release.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "TBD",
"identifier": "https://doi.org/10.5281/zenodo.8176181",
"name": "grig",
"description": "N-Dimensional Resampler for Irregularly Gridded Data",
"license": "BSD 3-Clause",
Expand Down
8 changes: 2 additions & 6 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ Remove the environment if necessary::
Via Pip
^^^^^^^

Alternately, prerequisites for the package can be installed with::

pip install -r requirements.txt

and the package can then be installed as usual::
Alternately, prerequisites for the package can be installed along with the source code::

pip install -e .

Expand All @@ -84,6 +80,6 @@ directory::

conda create --name grig python=3.11
pip install -r freeze_requirements.txt
pip install -e .
pip install -e . --no-deps


4 changes: 3 additions & 1 deletion freeze_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
bottleneck==1.3.7
cloudpickle==2.2.1
joblib==1.3.0
joblib==1.3.2
llvmlite==0.40.1
numba==0.57.1
numpy==1.24.4
psutil==5.9.5
scikit-learn==1.3.0
scipy==1.11.1
threadpoolctl==3.2.0

0 comments on commit 7df8901

Please sign in to comment.