Skip to content

Commit

Permalink
update version file
Browse files Browse the repository at this point in the history
  • Loading branch information
scne committed Jul 5, 2021
1 parent cf2a0e2 commit 0126926
Show file tree
Hide file tree
Showing 220 changed files with 220 additions and 220 deletions.
2 changes: 1 addition & 1 deletion elliot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

2 changes: 1 addition & 1 deletion elliot/dataset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/dataloader/item_category_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/dataloader/knowledge_aware_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/dataloader/visual_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Daniele Malitesta, Claudio Pomo'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

2 changes: 1 addition & 1 deletion elliot/dataset/samplers/custom_pointwise_sparse_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/custom_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/custom_sparse_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/pairwise_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/pipeline_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo, Daniele Malitesta'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/pointwise_cfgan_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Felice Antonio Merra, Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/pointwise_pos_neg_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/pointwise_wide_and_deep_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Felice Antonio Merra, Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/dataset/samplers/sparse_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- metric: IELD
content_file: path
"""
__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
See the implementation of Item Coverage for creating new cross-user metrics.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/AUC/auc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a system-wise computation.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/AUC/gauc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the AUC values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/AUC/lauc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/DSC/dsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo, Alejandro Bellogín'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/f1/extended_f1.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo, Alejandro Bellogín'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/f1/f1.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/hit_rate/hit_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/map/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/mar/mar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/mrr/mrr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/ndcg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module contains and expose the recommendation metric.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/ndcg/ndcg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo, Alejandro Bellogín'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/ndcg/ndcg_rendle2020.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo, Alejandro Bellogín'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/precision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module contains and expose the recommendation metric.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/precision/precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/recall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module contains and expose the recommendation metric.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/accuracy/recall/recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/base_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/bias/aclt/aclt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/bias/aplt/aplt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/bias/arp/arp.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/bias/pop_reo/extended_pop_reo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo, Alejandro Bellogín'
__email__ = '[email protected], [email protected], [email protected]'

Expand Down
2 changes: 1 addition & 1 deletion elliot/evaluation/metrics/bias/pop_reo/pop_reo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It proceeds from a user-wise computation, and average the values over the users.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Vito Walter Anelli, Claudio Pomo'
__email__ = '[email protected], [email protected]'

Expand Down
Loading

0 comments on commit 0126926

Please sign in to comment.