Skip to content

Commit

Permalink
Updates for the joss review
Browse files Browse the repository at this point in the history
  • Loading branch information
lizliz committed Jan 8, 2025
1 parent 3d3754d commit 4281971
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "teaspoon"
version = "1.5.21"
version = "1.5.22"
authors = [
{ name="Elizabeth Munch", email="muncheli@msu.edu" },
{ name="Firas Khasawneh", email="khasawn3@msu.edu" },
Expand Down
72 changes: 72 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
pip
absl-py
astunparse
certifi
charset-normalizer
contourpy
cycler>=0.11.0
Cython
ddeint
Deprecated
eagerpy
flatbuffers
fonttools>=4.34.4
gast
google-pasta
grpcio
gudhi>=3.10.1
h5py
hopcroftkarp
idna
importlib_resources
joblib
keras
kiwisolver
libclang
llvmlite
Markdown
markdown-it-py
MarkupSafe
matplotlib>=3.5.2
mdurl
ml-dtypes
mpmath
namex
networkx>=3.1
numba
numpy
opt_einsum
optree
packaging
pandas>=1.4.1
persim
pillow
platformdirs
pooch
POT>=0.8.2
protobuf
pyentrp
Pygments
pyparsing
python-dateutil
pytz
requests
rich
ripser>=0.6.4
scikit-learn>=1.1.1
scipy>=1.8.1
six>=1.16.0
sortedcontainers
sympy
teaspoon>=1.4
tensorboard
tensorboard-data-server
tensorflow
tensorflow-io-gcs-filesystem
termcolor
threadpoolctl
typing_extensions
tzdata
urllib3
Werkzeug
wrapt
2 changes: 1 addition & 1 deletion teaspoon/teaspoon/TDA/Distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def wassersteinDist(

# Get distances between all pairs of off-diagonal points
# When we fix this for more q options,
if q == np.infty:
if q == np.inf:
metric = 'chebyshev'
elif q == 1:
metric = 'l1'
Expand Down
10 changes: 0 additions & 10 deletions teaspoon/teaspoon/TDA/c_profile_test.py

This file was deleted.

0 comments on commit 4281971

Please sign in to comment.