Skip to content

Commit d0fa674

Browse files
committed
update to pypi test 0.0.5
1 parent 34d18f9 commit d0fa674

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Vampyr_MTL/__init__.py

Whitespace-only changes.

Vampyr_MTL/functions/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# from .MTL_Cluster_Least_L21 import MTL_Cluster_Least_L21
2-
# from .MTL_Least_L21 import MTL_Least_L21
3-
# from .MTL_Softmax_L21_hinge import MTL_Softmax_L21
4-
# from .Ordinal_Logistic_L21 import MTL_Logistic_L21
1+
from .MTL_Cluster_Least_L21 import MTL_Cluster_Least_L21
2+
from .MTL_Least_L21 import MTL_Least_L21
3+
from .MTL_Softmax_L21_hinge import MTL_Softmax_L21
4+
from .Ordinal_Logistic_L21 import MTL_Logistic_L21
-19.7 KB
Binary file not shown.
3.43 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="Vampyr-MTL-Max_JJ",
8-
version="0.0.3",
8+
version="0.0.4",
99
author="Max Jiang",
1010
author_email="haoyanhy.jiang@mail.utoronto.ca",
1111
description="A Multi-task Learning Python Package for Academic Uses",

0 commit comments

Comments
 (0)