Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
- Fix minor bugs
  • Loading branch information
Ayan-Kumar-Saha committed Jun 30, 2020
1 parent fe2d010 commit c34d011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions mc4/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,5 @@
args = parser.parse_args()

def main():
print(f'source - {args.source} and type - {type(args.source)}')
print(f'order - {args.order} and type - {type(args.order)}')
print(f'header row - {args.header_row} and type - {type(args.header_row)}')
print(f'index col - {args.index_col} and type - {type(args.index_col)}')
print(f'precision - {args.precision} and type - {type(args.precision)}')
print(f'iterations - {args.iterations} and type - {type(args.iterations)}')
print(f'erg number - {args.erg_number} and type - {type(args.erg_number)}')
print(mc4_aggregator(args.source, args.order, args.header_row, args.index_col, args.precision, args.iterations, args.erg_number))

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mc4",
version="2.1.0",
version="2.1.1",
author="Ayan Kumar Saha",
author_email="[email protected]",
description="A python package for implementing Markov Chain Type 4 rank aggregation",
Expand Down

0 comments on commit c34d011

Please sign in to comment.