Skip to content

Commit

Permalink
Stable build
Browse files Browse the repository at this point in the history
  • Loading branch information
davisidarta committed May 7, 2021
1 parent 63ca1d3 commit 18bdc8c
Show file tree
Hide file tree
Showing 21 changed files with 19 additions and 19 deletions.
9 changes: 6 additions & 3 deletions build/lib/topo/layouts/mde.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ def IsomorphicMDE(data,
"""

mde = pymde.preserve_neighbors(data=data,
embedding_dim=embedding_dim, attractive_penalty=attractive_penalty,
repulsive_penalty=repulsive_penalty, constraints=constraint,
n_neighbors=n_neighbors, repulsive_fraction=repulsive_fraction,
embedding_dim=embedding_dim,
attractive_penalty=attractive_penalty,
repulsive_penalty=repulsive_penalty,
constraint=constraint,
n_neighbors=n_neighbors,
repulsive_fraction=repulsive_fraction,
max_distance=max_distance,
init=init,
device=device,
Expand Down
Binary file removed dist/topo-0.0.1.tar.gz
Binary file not shown.
Binary file removed dist/topo-0.4.0.8-py3-none-any.whl
Binary file not shown.
Binary file removed dist/topo-0.4.0.8-py3.8.egg
Binary file not shown.
Binary file removed dist/topo-0.4.0.8.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/topo-0.4.0.8.1-py3.8.egg
Binary file not shown.
Binary file removed dist/topo-0.4.0.8.1.tar.gz
Binary file not shown.
Binary file removed dist/topo-0.4.0.8.tar.gz
Binary file not shown.
Binary file removed dist/topo-0.4.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/topo-0.4.1-py3.8.egg
Binary file not shown.
Binary file removed dist/topo-0.4.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added dist/topometry-0.0.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = topo
name = topometry
version = 0.0.1
author = Davi Sidarta-Oliveira
author_email = [email protected]
Expand Down
Binary file modified topo/__pycache__/version.cpython-38.pyc
Binary file not shown.
9 changes: 6 additions & 3 deletions topo/layouts/mde.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ def IsomorphicMDE(data,
"""

mde = pymde.preserve_neighbors(data=data,
embedding_dim=embedding_dim, attractive_penalty=attractive_penalty,
repulsive_penalty=repulsive_penalty, constraints=constraint,
n_neighbors=n_neighbors, repulsive_fraction=repulsive_fraction,
embedding_dim=embedding_dim,
attractive_penalty=attractive_penalty,
repulsive_penalty=repulsive_penalty,
constraint=constraint,
n_neighbors=n_neighbors,
repulsive_fraction=repulsive_fraction,
max_distance=max_distance,
init=init,
device=device,
Expand Down
2 changes: 1 addition & 1 deletion topo.egg-info/PKG-INFO → topometry.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Metadata-Version: 2.1
Name: topo
Name: topometry
Version: 0.0.1
Summary: Fast, accurate learning of data topology with self-adaptive metrics, graphs and layouts
Home-page: https://github.com/davisidarta/topometry
Expand Down
16 changes: 5 additions & 11 deletions topo.egg-info/SOURCES.txt → topometry.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ setup.py
.idea/dictionaries/davi.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
dist/topo-0.4.0.8-py3-none-any.whl
dist/topo-0.4.0.8-py3.8.egg
dist/topo-0.4.0.8.1-py3-none-any.whl
dist/topo-0.4.0.8.1-py3.8.egg
dist/topo-0.4.0.8.1.tar.gz
dist/topo-0.4.0.8.tar.gz
docs/Makefile
docs/TopOMetry_Intro.ipynb
docs/TopOMetry_Intro_pbmc.ipynb
Expand All @@ -39,10 +33,6 @@ topo/models.py
topo/pipes.py
topo/plot.py
topo/version.py
topo.egg-info/PKG-INFO
topo.egg-info/SOURCES.txt
topo.egg-info/dependency_links.txt
topo.egg-info/top_level.txt
topo/__pycache__/__init__.cpython-38.pyc
topo/__pycache__/_utils.cpython-38.pyc
topo/__pycache__/amap.cpython-38.pyc
Expand Down Expand Up @@ -98,4 +88,8 @@ topo/utils/__init__.py
topo/utils/umap_utils.py
topo/utils/utils.py
topo/utils/__pycache__/__init__.cpython-38.pyc
topo/utils/__pycache__/umap_utils.cpython-38.pyc
topo/utils/__pycache__/umap_utils.cpython-38.pyc
topometry.egg-info/PKG-INFO
topometry.egg-info/SOURCES.txt
topometry.egg-info/dependency_links.txt
topometry.egg-info/top_level.txt
File renamed without changes.
File renamed without changes.

0 comments on commit 18bdc8c

Please sign in to comment.