Skip to content

Commit

Permalink
Release 0.3.5.
Browse files Browse the repository at this point in the history
This release fixes a small bug in the ChoiceRank tutorial notebook.
  • Loading branch information
lucasmaystre committed Jan 11, 2022
1 parent 61f2502 commit 4feb285
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python: '3.5'
python: '3.6'
install:
- pip install numpy
- pip install scipy
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ References
.. _Iterative Ranking from Pair-wise Comparison:
https://papers.nips.cc/paper/4701-iterative-ranking-from-pair-wise-comparisons.pdf

.. |build-status| image:: https://travis-ci.com/lucasmaystre/choix.svg?branch=master
.. |build-status| image:: https://api.travis-ci.com/lucasmaystre/choix.svg?branch=master
:alt: build status
:scale: 100%
:target: https://travis-ci.com/lucasmaystre/choix
:target: https://app.travis-ci.com/github/lucasmaystre/choix

.. |coverage| image:: https://codecov.io/gh/lucasmaystre/choix/branch/master/graph/badge.svg
:alt: code coverage
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.3.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():

setup(
name='choix',
version='0.3.3',
version='0.3.5',
author='Lucas Maystre',
author_email='lucas@maystre.ch',
description="Inference algorithms for models based on Luce's choice axiom.",
Expand Down

0 comments on commit 4feb285

Please sign in to comment.