Releases: kalyaniuniversity/MC4
Releases · kalyaniuniversity/MC4
2.3.0
An implementation of MC4 Rank Aggregation in python
v2.2.1 Release v2.2.1
2.2.0
- Items-wise ranks as output
- Minor code cleanup
2.1.1
- Minor bugs fixed
- Updated documentation
2.1.0
- Command Line support added
- Change in default values. header_row and index_col both will have None as default values.
2.0.0
- Column order support
- Dataframe as a dataset support
- Minor bugs fixed
- Updated documentation
1.0.0
MC4 is a small, fast and easy to use package for Markov-Chain Type 4 rank aggregation. This is the first-ever release of this package.
- Developed on top of NumPy and pandas which makes it really fast.
- CSV file support
- Row-major dataset order support
- Start using in as less as three lines of code
- Minimum code, maximum control