homa 2.1__tar.gz → 2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {homa-2.1 → homa-2.2}/PKG-INFO +2 -2
- homa-2.2/README.md +5 -0
- {homa-2.1 → homa-2.2}/homa.egg-info/PKG-INFO +2 -2
- homa-2.1/README.md +0 -5
- {homa-2.1 → homa-2.2}/LICENSE +0 -0
- {homa-2.1 → homa-2.2}/homa/__init__.py +0 -0
- {homa-2.1 → homa-2.2}/homa/datasets.py +0 -0
- {homa-2.1 → homa-2.2}/homa.egg-info/SOURCES.txt +0 -0
- {homa-2.1 → homa-2.2}/homa.egg-info/dependency_links.txt +0 -0
- {homa-2.1 → homa-2.2}/homa.egg-info/requires.txt +0 -0
- {homa-2.1 → homa-2.2}/homa.egg-info/top_level.txt +0 -0
- {homa-2.1 → homa-2.2}/setup.cfg +0 -0
- {homa-2.1 → homa-2.2}/setup.py +0 -0
{homa-2.1 → homa-2.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: homa
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2
|
|
4
4
|
Maintainer: Taha Shieenavaz
|
|
5
5
|
Maintainer-email: tahashieenavaz@gmail.com
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -11,5 +11,5 @@ Requires-Dist: torch
|
|
|
11
11
|
# Homa
|
|
12
12
|
|
|
13
13
|
<div align="center">
|
|
14
|
-
<img src="art/homa.svg" width="500" />
|
|
14
|
+
<img src="https://github.com/tahashieenavaz/homa/raw/main/art/homa.svg" width="500" />
|
|
15
15
|
</div>
|
homa-2.2/README.md
ADDED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: homa
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2
|
|
4
4
|
Maintainer: Taha Shieenavaz
|
|
5
5
|
Maintainer-email: tahashieenavaz@gmail.com
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -11,5 +11,5 @@ Requires-Dist: torch
|
|
|
11
11
|
# Homa
|
|
12
12
|
|
|
13
13
|
<div align="center">
|
|
14
|
-
<img src="art/homa.svg" width="500" />
|
|
14
|
+
<img src="https://github.com/tahashieenavaz/homa/raw/main/art/homa.svg" width="500" />
|
|
15
15
|
</div>
|
homa-2.1/README.md
DELETED
{homa-2.1 → homa-2.2}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{homa-2.1 → homa-2.2}/setup.cfg
RENAMED
|
File without changes
|
{homa-2.1 → homa-2.2}/setup.py
RENAMED
|
File without changes
|