diff --git a/.travis.yml b/.travis.yml index 9dc7d2c..f1e565a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ notifications: language: python python: - "2.7" - - "3.5" - "3.6" + - "3.7" cache: apt addons: diff --git a/bandicoot/__init__.py b/bandicoot/__init__.py index 0d0ae13..5e8c6fd 100755 --- a/bandicoot/__init__.py +++ b/bandicoot/__init__.py @@ -28,4 +28,4 @@ import bandicoot.helper.tools -__version__ = "0.5.3" +__version__ = "0.6.0" diff --git a/bandicoot/tests/samples/regressions/ego.json b/bandicoot/tests/samples/regressions/ego.json index 6363a65..9a98dc1 100644 --- a/bandicoot/tests/samples/regressions/ego.json +++ b/bandicoot/tests/samples/regressions/ego.json @@ -4,7 +4,7 @@ "reporting__antennas_path": "samples/towers.csv", "reporting__attributes_path": "samples/attributes", "reporting__recharges_path": "samples/attributes", - "reporting__version": "0.5.3", + "reporting__version": "0.6.0", "reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904", "reporting__groupby": "week", "reporting__split_week": true, diff --git a/bandicoot/tests/samples/regressions/empty_user.json b/bandicoot/tests/samples/regressions/empty_user.json index 662c6e1..e46078a 100644 --- a/bandicoot/tests/samples/regressions/empty_user.json +++ b/bandicoot/tests/samples/regressions/empty_user.json @@ -4,7 +4,7 @@ "reporting__antennas_path": null, "reporting__attributes_path": null, "reporting__recharges_path": null, - "reporting__version": "0.5.3", + "reporting__version": "0.6.0", "reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904", "reporting__groupby": "week", "reporting__split_week": true, diff --git a/bandicoot/tests/samples/regressions/manual_a.json b/bandicoot/tests/samples/regressions/manual_a.json index bc269a2..071194f 100644 --- a/bandicoot/tests/samples/regressions/manual_a.json +++ b/bandicoot/tests/samples/regressions/manual_a.json @@ -4,7 +4,7 @@ "reporting__antennas_path": "samples/towers.csv", "reporting__attributes_path": null, "reporting__recharges_path": null, - "reporting__version": "0.5.3", + "reporting__version": "0.6.0", "reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904", "reporting__groupby": "week", "reporting__split_week": true, diff --git a/bandicoot/tests/samples/regressions/manual_a_orange_network.json b/bandicoot/tests/samples/regressions/manual_a_orange_network.json index 56b6553..09ac895 100644 --- a/bandicoot/tests/samples/regressions/manual_a_orange_network.json +++ b/bandicoot/tests/samples/regressions/manual_a_orange_network.json @@ -4,7 +4,7 @@ "reporting__antennas_path": null, "reporting__attributes_path": "samples/attributes", "reporting__recharges_path": "samples/attributes", - "reporting__version": "0.5.3", + "reporting__version": "0.6.0", "reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904", "reporting__groupby": "week", "reporting__split_week": true, diff --git a/bandicoot/tests/samples/regressions/sample_user.json b/bandicoot/tests/samples/regressions/sample_user.json index 257235a..f123a47 100644 --- a/bandicoot/tests/samples/regressions/sample_user.json +++ b/bandicoot/tests/samples/regressions/sample_user.json @@ -4,7 +4,7 @@ "reporting__antennas_path": null, "reporting__attributes_path": null, "reporting__recharges_path": null, - "reporting__version": "0.5.3", + "reporting__version": "0.6.0", "reporting__code_signature": "89d1d14777d4e6036aee1af0d009f5fcab395904", "reporting__groupby": null, "reporting__split_week": true, diff --git a/docs/conf.py b/docs/conf.py index 69eb051..10745d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,9 +20,9 @@ master_doc = 'index' project = u'bandicoot' -copyright = u'2014-2015, Yves-Alexandre de Montjoye, Luc Rocher, Alex Pentland' -version = '0.5' -release = '0.5.0' +copyright = u'2014-2020, Yves-Alexandre de Montjoye, Luc Rocher, Alex Pentland' +version = '0.6' +release = '0.6.0' exclude_patterns = ['_build'] pygments_style = 'sphinx' diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 6cea209..b7b9f5b 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -63,7 +63,7 @@ The behavioral indicators can be computed by individual functions such as :meth: "antennas_path": None, "attributes_path": None, "recharges_path": None, - "version": "0.5.0", + "version": "0.6.0", "code_signature": "9f648eb0aa73d5e521c7e8a2bf8256697a467bdf", "groupby": "week", "split_week": false, diff --git a/setup.py b/setup.py index c38d2e3..b29b214 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name='bandicoot', author='Yves-Alexandre de Montjoye', author_email='yvesalexandre@demontjoye.com', - version="0.5.4", + version="0.6.0", url="https://github.com/computationalprivacy/bandicoot", license="MIT", packages=[