rankops 0.1.6

Operations on ranked lists: fusion (RRF, Copeland, CombMNZ, DBSF, 14 methods), reranking (MaxSim/ColBERT, MMR, DPP), evaluation (NDCG, MAP, MRR), diagnostics, pipeline builder.
Documentation
# Managed by repository-settings/app
# https://github.com/repository-settings/app

repository:
  description: "Rank fusion and reranking"
  homepage: "https://docs.rs/rankops"
  private: false
  has_issues: true
  has_wiki: false
  has_downloads: true
  default_branch: main
  allow_squash_merge: true
  allow_merge_commit: true
  allow_rebase_merge: true
  delete_branch_on_merge: true

  topics:
    - information-retrieval
    - reranking
    - rank-fusion
    - rust