.. _l-changes: Changes ======= .. plot:: import matplotlib.pyplot as plt x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52] y = [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0, 5, 0, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] xl = ['2022-w26', '2022-w27', '2022-w28', '2022-w29', '2022-w30', '2022-w31', '2022-w32', '2022-w33', '2022-w34', '2022-w35', '2022-w36', '2022-w37', '2022-w38', '2022-w39', '2022-w40', '2022-w41', '2022-w42', '2022-w43', '2022-w44', '2022-w45', '2022-w46', '2022-w47', '2022-w48', '2022-w49', '2022-w50', '2022-w51', '2022-w52', '2023-w01', '2023-w02', '2023-w03', '2023-w04', '2023-w05', '2023-w06', '2023-w07', '2023-w08', '2023-w09', '2023-w10', '2023-w11', '2023-w12', '2023-w13', '2023-w14', '2023-w15', '2023-w16', '2023-w17', '2023-w18', '2023-w19', '2023-w20', '2023-w21', '2023-w22', '2023-w23', '2023-w24', '2023-w25', '2023-w26'] plt.close('all') plt.style.use('ggplot') fig, ax = plt.subplots(nrows=1, ncols=1, figsize=(10, 4)) ax.bar(x, y) tig = ax.get_xticks() labs = [] for t in tig: if t in x: labs.append(xl[x.index(t)]) else: labs.append("") ax.set_xticklabels(labs) ax.grid(True) ax.set_title("commits") plt.show() List of recent changes: .. list-table:: :widths: auto :header-rows: 1 * - # - change number - date - author - comment * - 727 - `73f946d `_ - 2023-04-04 - xavier dupré - Update 2023-04-04_session5.rst * - 725 - `906e407 `_ - 2023-03-08 - xavier dupré - add notebooks * - 724 - `76899ae `_ - 2023-03-07 - xavier dupré - correction orthographique * - 722 - `3929b5d `_ - 2023-03-04 - xavier dupré - add exercice * - 721 - `d1a598a `_ - 2023-02-13 - xavier dupré - lint * - 720 - `ac79148 `_ - 2023-02-04 - xavier dupré - blog * - 719 - `b9132ff `_ - 2023-02-04 - xavier dupré - Update test_elections_bureau_vote.py * - 718 - `ac17a19 `_ - 2023-02-04 - xavier dupré - style * - 717 - `8160ae9 `_ - 2023-02-02 - xavier dupré - Update .gitignore * - 716 - `223cfbc `_ - 2023-02-02 - xavier dupré - Update conf.py * - 714 - `6d0a636 `_ - 2023-01-18 - xavier dupré - Update 2023-01-08_plan.rst * - 713 - `a1a238a `_ - 2023-01-09 - xavier dupré - freeze sphinx version <6 * - 712 - `45bc5e6 `_ - 2023-01-09 - xavier dupré - update plan * - 710 - `c80250d `_ - 2022-12-30 - xavier dupré - Update conf.py * - 709 - `2a97af3 `_ - 2022-07-24 - xavier dupré - update CI * - 708 - `a0f3fd9 `_ - 2022-06-05 - xavier dupré - lint * - 707 - `a66ea9c `_ - 2022-03-29 - xavier dupré - Create 2022-03-29_projet.rst * - 705 - `42571a4 `_ - 2022-03-07 - xavier dupré - blog post * - 704 - `cf7a6b8 `_ - 2022-03-07 - xavier dupré - plan * - 703 - `c863495 `_ - 2022-03-06 - xavier dupré - plan * - 702 - `b82755f `_ - 2022-03-06 - xavier dupré - plan * - 701 - `051aef9 `_ - 2022-03-06 - xavier dupré - Update setup.py * - 700 - `21754c7 `_ - 2022-02-20 - xavier dupré - Update conf.py * - 699 - `40bf39f `_ - 2022-02-11 - xavier dupré - Update requirements.txt * - 698 - `a87f365 `_ - 2022-02-10 - xavier dupré - blog post * - 695 - `0cddfe3 `_ - 2022-02-06 - xavier dupré - Update 2022-01-10_session1.rst * - 694 - `f5c8525 `_ - 2022-02-02 - xavier dupré - blog * - 693 - `57cb567 `_ - 2022-01-31 - xavier dupré - Update requirements.txt * - 692 - `c285789 `_ - 2022-01-11 - xavier dupré - Update 2022-01-10_session1.rst * - 691 - `3126bff `_ - 2022-01-11 - xavier dupré - plan de la séance * - 690 - `f687199 `_ - 2022-01-10 - xavier dupré - license * - 689 - `b46e293 `_ - 2022-01-10 - xavier dupré - Update requirements.txt * - 687 - `9756cce `_ - 2021-12-19 - xavier dupré - Update seance6_graphes_enonce.ipynb * - 686 - `77533a7 `_ - 2021-10-03 - xavier dupré - Update wolf.py * - 685 - `7294db4 `_ - 2021-10-03 - xavier dupré - lint * - 683 - `2d50dca `_ - 2021-08-20 - xavier dupré - Update .travis.yml * - 682 - `7c4edc3 `_ - 2021-08-19 - xavier dupré - Update .travis.yml * - 681 - `236f716 `_ - 2021-08-19 - xavier dupré - Update config.yml * - 680 - `5af12c8 `_ - 2021-05-27 - xavier dupré - update travis link * - 678 - `cf9d8d6 `_ - 2021-04-30 - xavier dupré - Update .travis.yml * - 677 - `f71bdfc `_ - 2021-04-30 - xavier dupré - Update .local.jenkins.lin.yml * - 676 - `4e84240 `_ - 2021-04-12 - xavier dupré - Update .local.jenkins.lin.yml * - 675 - `b665401 `_ - 2021-04-12 - xavier dupré - Update .local.jenkins.lin.yml * - 674 - `154038d `_ - 2021-04-12 - xavier dupré - refactor setup * - 671 - `d36dcc5 `_ - 2021-01-24 - xavier dupré - Update .local.jenkins.lin.yml * - 668 - `0297dea `_ - 2021-01-21 - xavier dupré - Update .local.jenkins.lin.yml * - 667 - `398c5a2 `_ - 2021-01-18 - xavier dupré - Update setup.py * - 666 - `2ea371b `_ - 2021-01-16 - xavier dupré - update test * - 665 - `c13f66c `_ - 2021-01-16 - xavier dupré - split one unit test * - 664 - `bcfc21c `_ - 2021-01-16 - xavier dupré - Update .local.jenkins.lin.yml * - 663 - `ae23347 `_ - 2021-01-16 - xavier dupré - lint * - 662 - `3e8cc04 `_ - 2021-01-16 - xavier dupré - update CI * - 661 - `a94bbac `_ - 2021-01-16 - xavier dupré - Update test_geocoding.py * - 660 - `e7f6074 `_ - 2021-01-15 - xavier dupré - Update .local.jenkins.lin.yml * - 659 - `816c291 `_ - 2021-01-06 - xavier dupré - update CI * - 658 - `09a40d7 `_ - 2021-01-06 - xavier dupré - update CI * - 657 - `9cff63b `_ - 2021-01-05 - xavier dupré - update CI * - 656 - `856deed `_ - 2021-01-05 - xavier dupré - Update appveyor.yml * - 655 - `d179702 `_ - 2021-01-05 - xavier dupré - rremove dependency on bcolz * - 654 - `a42dd5f `_ - 2021-01-05 - xavier dupré - update appveyor * - 653 - `8da629b `_ - 2021-01-05 - xavier dupré - Update .travis.yml * - 652 - `c631600 `_ - 2021-01-05 - xavier dupré - Fixes #13, move CI to python 3.9 * - 651 - `f744115 `_ - 2020-11-30 - xavier dupré - Update appveyor.yml * - 650 - `64feda5 `_ - 2020-10-23 - xavier dupré - Update appveyor.yml * - 649 - `6e1069e `_ - 2020-10-18 - xavier dupré - Update seance6_graphes_enonce.ipynb * - 648 - `51d5b18 `_ - 2020-10-18 - xavier dupré - fix import issue * - 647 - `ab4268c `_ - 2020-10-11 - xavier dupré - Update appveyor.yml * - 646 - `c87b168 `_ - 2020-09-27 - xavier dupré - update notebook * - 645 - `fef0588 `_ - 2020-09-19 - xavier dupré - Update requirements.txt * - 644 - `9fe9277 `_ - 2020-08-26 - xavier dupré - Update .local.jenkins.lin.yml * - 643 - `9aee3ec `_ - 2020-08-10 - xavier dupré - Update .local.jenkins.lin.yml * - 642 - `160f6c4 `_ - 2020-08-09 - xavier dupré - Update requirements.txt * - 641 - `1d80b4c `_ - 2020-07-17 - xavier dupré - Update bigdata_ways.ipynb * - 640 - `6821b45 `_ - 2020-07-17 - xavier dupré - add user_agent (geopy) * - 639 - `5275042 `_ - 2020-07-12 - xavier dupré - Update appveyor.yml * - 638 - `90617cc `_ - 2020-07-12 - xavier dupré - refactoring, code coverage * - 637 - `ef36d8a `_ - 2020-07-12 - xavier dupré - update CI * - 636 - `72dd14b `_ - 2020-07-12 - xavier dupré - Update .travis.yml * - 635 - `e3b071d `_ - 2020-06-28 - xavier dupré - Update .local.jenkins.lin.yml * - 634 - `9f4b28d `_ - 2020-06-23 - xavier dupré - Update .local.jenkins.lin.yml * - 632 - `169ed61 `_ - 2020-06-13 - xavier dupré - Update requirements.txt * - 631 - `b811406 `_ - 2020-06-13 - xavier dupré - ci * - 630 - `c459e0e `_ - 2020-05-24 - xavier dupré - Fix issue with notebook on gerry mandering * - 629 - `4d8825e `_ - 2020-05-16 - xavier dupré - Create MANIFEST.in * - 628 - `2c892af `_ - 2020-05-08 - xavier dupré - Update requirements.txt * - 627 - `5f97dfa `_ - 2020-05-08 - xavier dupré - Update appveyor.yml * - 626 - `436d9be `_ - 2020-05-03 - xavier dupré - Update election_carte_electorale_correction.ipynb * - 625 - `0cf720f `_ - 2020-05-03 - xavier dupré - update code after some data disappeared * - 624 - `0c8d35d `_ - 2020-05-03 - xavier dupré - Update __init__.py * - 623 - `84931a3 `_ - 2020-04-11 - xavier dupré - update notebooks * - 622 - `2474df3 `_ - 2020-03-28 - xavier dupré - Update setup.py * - 621 - `ae136ca `_ - 2020-02-26 - xavier dupré - Update config.yml * - 620 - `57c9914 `_ - 2020-02-26 - xavier dupré - Update config.yml * - 619 - `0eaab45 `_ - 2020-02-23 - xavier dupré - Update .local.jenkins.lin.yml * - 618 - `b2f1575 `_ - 2020-02-12 - xavier dupré - local CI * - 617 - `0ff26a2 `_ - 2020-02-02 - xavier dupré - shapely==1.6.4, shapely 1.7.0 has issues * - 616 - `017976f `_ - 2020-02-01 - xavier dupré - Update one notebook for pandas 1.0 * - 615 - `6bfb8e8 `_ - 2020-02-01 - xavier dupré - rename as_matrix into values * - 614 - `8009153 `_ - 2020-01-26 - xavier dupré - Update seance4_projection_population_correction.ipynb * - 613 - `84163ab `_ - 2020-01-25 - xavier dupré - update notebook with population 2020 * - 612 - `fa8d4c2 `_ - 2020-01-14 - xavier dupré - update notebooks * - 611 - `deeb559 `_ - 2020-01-14 - xavier dupré - fix minor issues * - 610 - `e29b8e9 `_ - 2019-11-11 - xavier dupré - Update conf.py * - 609 - `8ca9890 `_ - 2019-10-17 - xavier dupré - Update .local.jenkins.lin.yml * - 608 - `a1960bc `_ - 2019-09-29 - xavier dupré - Update test_code_style.py * - 607 - `818176f `_ - 2019-09-29 - xavier dupré - pep8 * - 606 - `562b6b5 `_ - 2019-09-22 - xavier dupré - Update requirements_conda.txt * - 605 - `b071b10 `_ - 2019-09-22 - xavier dupré - Update appveyor.yml * - 604 - `e4d0d7d `_ - 2019-09-21 - xavier dupré - Update bigdata_ways.ipynb * - 603 - `81f0349 `_ - 2019-09-20 - xavier dupré - Update conf.py * - 602 - `8a8548a `_ - 2019-08-27 - xavier dupré - Update config.yml * - 601 - `aa29e3f `_ - 2019-08-26 - xavier dupré - Update config.yml * - 600 - `0aa7402 `_ - 2019-07-26 - xavier dupré - rename sheetname into sheet_name * - 599 - `1f9757d `_ - 2019-06-07 - xavier dupré - update notebook after scikit-learn update * - 598 - `4e49757 `_ - 2019-04-23 - xavier dupré - Update test_code_style.py * - 597 - `b899d2c `_ - 2019-04-20 - xavier dupré - Fixes #12, + refactoring * - 595 - `882a4c0 `_ - 2019-02-17 - xavier dupré - Update appveyor.yml * - 594 - `2224f68 `_ - 2019-02-16 - xavier dupré - Update README.rst * - 593 - `3790b7a `_ - 2019-02-09 - xavier dupré - pep8 * - 592 - `b6d74b4 `_ - 2019-02-08 - xavier dupré - pep8 * - 591 - `40f483c `_ - 2019-02-08 - xavier dupré - pep8 * - 590 - `80aa75a `_ - 2019-02-02 - xavier dupré - Update pandas_start.ipynb * - 588 - `d874dbf `_ - 2019-01-08 - xavier dupré - Update LICENSE.txt * - 587 - `83aa6c3 `_ - 2019-01-04 - xavier dupré - fix encoding issue when loading shapefiles * - 586 - `6d8752a `_ - 2019-01-03 - xavier dupré - Remove unused code * - 585 - `411ba08 `_ - 2019-01-01 - xavier dupré - Update election_carte_electorale.ipynb * - 584 - `6f6197a `_ - 2018-12-30 - xavier dupré - Update test_code_style.py * - 583 - `664b049 `_ - 2018-10-07 - xavier dupré - update competition * - 582 - `bd273ac `_ - 2018-09-23 - xavier dupré - update CI * - 581 - `9db69e6 `_ - 2018-09-19 - xavier dupré - circleci * - 580 - `7655d27 `_ - 2018-09-03 - xavier dupré - update notebook * - 579 - `650d736 `_ - 2018-09-03 - xavier dupré - fix path for linux * - 578 - `6032993 `_ - 2018-08-28 - xavier dupré - add missing dependencies for circleci * - 577 - `88c83a3 `_ - 2018-08-26 - xavier dupré - remove unused notebooks * - 576 - `19ab2bc `_ - 2018-08-26 - xavier dupré - update circleci * - 575 - `0bb3c98 `_ - 2018-08-26 - xavier dupré - add pyproj in for circleci * - 574 - `d142386 `_ - 2018-08-26 - xavier dupré - update history * - 573 - `0d0abc3 `_ - 2018-08-26 - xavier dupré - Fixes #10, replace basemap by cartopy, fix folium issues * - 572 - `883eeeb `_ - 2018-08-25 - xavier dupré - update requirements * - 571 - `e6e1aa3 `_ - 2018-08-22 - xavier dupré - update local jenkins linux * - 570 - `2f963a4 `_ - 2018-08-21 - xavier dupré - add local jenkins job linux * - 569 - `9c7bba1 `_ - 2018-08-18 - xavier dupré - update requirements and makes modifications * - 568 - `7470466 `_ - 2018-07-29 - xavier dupré - update requirements * - 567 - `6798c4b `_ - 2018-07-28 - xavier dupré - update for travis * - 566 - `330b599 `_ - 2018-07-28 - xavier dupré - update CI * - 565 - `30c1b65 `_ - 2018-07-27 - xavier dupré - update appveyor * - 564 - `944a5c1 `_ - 2018-07-26 - xavier dupré - update appveyor * - 563 - `ae5af1f `_ - 2018-07-25 - xavier dupré - remove pycrypto, add statsmodels * - 562 - `27e3a31 `_ - 2018-07-23 - xavier dupré - update requirements * - 561 - `19b434c `_ - 2018-07-22 - xavier dupré - back to python 3.6 for travis, circleci * - 560 - `73da609 `_ - 2018-07-22 - xavier dupré - update CI * - 559 - `92a854a `_ - 2018-07-08 - xavier dupré - remove unit test testing a removed notebook * - 558 - `07ef037 `_ - 2018-07-07 - xavier dupré - update pandoc on circleci * - 557 - `513e3c8 `_ - 2018-07-02 - xavier dupré - remove notebook about unmaintained modules * - 556 - `b8ec4b1 `_ - 2018-06-25 - xavier dupré - remove conda from automated build * - 555 - `43849b0 `_ - 2018-06-07 - xavier dupré - fix type errors issues * - 554 - `4ee80b4 `_ - 2018-05-24 - xavier dupré - update appveyor * - 553 - `85039db `_ - 2018-05-23 - xavier dupré - split one unit test * - 552 - `263bce2 `_ - 2018-05-22 - xavier dupré - update requirements * - 551 - `a4ff4ff `_ - 2018-05-22 - xavier dupré - update build * - 550 - `85ced05 `_ - 2018-05-22 - xavier dupré - fix notebook * - 549 - `b21e90a `_ - 2018-05-22 - xavier dupré - build + fix notebook * - 548 - `919080a `_ - 2018-05-18 - xavier dupré - fix appveyor * - 547 - `b589914 `_ - 2018-05-17 - xavier dupré - conf, setup, documentation, minor changes * - 546 - `bf01071 `_ - 2018-05-13 - xavier dupré - fix style * - 545 - `c0d348e `_ - 2018-05-13 - xavier dupré - changes for pylint * - 544 - `6797d05 `_ - 2018-05-06 - xavier dupré - update build * - 543 - `038762e `_ - 2018-04-21 - xavier dupré - update conda * - 542 - `94d6e44 `_ - 2018-04-16 - xavier dupré - update requirements * - 541 - `ab8a030 `_ - 2018-04-15 - xavier dupré - update requirements * - 540 - `7973569 `_ - 2018-04-14 - xavier dupré - update requirements * - 539 - `89aa6b6 `_ - 2018-04-14 - xavier dupré - update requirements * - 538 - `4917521 `_ - 2018-04-14 - xavier dupré - fix #11, replace flake8 by code_style * - 537 - `5dd746a `_ - 2018-03-15 - xavier dupré - fix test path, fix one url for wolf * - 536 - `b3f73f6 `_ - 2018-03-15 - xavier dupré - update documentation condiguration * - 535 - `3a1349e `_ - 2018-03-11 - xavier dupré - update setup.py * - 534 - `7432b59 `_ - 2018-03-06 - xavier dupré - remove comments * - 533 - `7ae434a `_ - 2018-02-24 - xavier dupré - update requirements * - 532 - `1a840db `_ - 2018-02-24 - xavier dupré - update requirements * - 531 - `2fc835c `_ - 2018-02-24 - xavier dupré - requirements * - 530 - `3243582 `_ - 2018-02-24 - xavier dupré - requirements * - 529 - `f2d4b38 `_ - 2018-02-24 - xavier dupré - setup requirements * - 528 - `c016d58 `_ - 2018-02-21 - xavier dupré - fix year * - 527 - `e8c4892 `_ - 2018-02-21 - xavier dupré - update dependencies * - 526 - `6a0c1d8 `_ - 2018-02-20 - xavier dupré - update unit test * - 525 - `7eb35b6 `_ - 2018-02-17 - xavier dupré - update requirements * - 524 - `d4c7163 `_ - 2018-01-15 - xavier dupré - update documentation configuration * - 523 - `976aaba `_ - 2018-01-02 - xavier dupré - update license * - 522 - `b8ee1fd `_ - 2018-01-02 - xavier dupré - update license * - 521 - `0171857 `_ - 2017-12-29 - xavier dupré - update notebook * - 520 - `3162bc1 `_ - 2017-12-23 - xavier dupré - refactor the documentation * - 519 - `c50dfc4 `_ - 2017-12-22 - xavier dupré - fix unit test on notebooks * - 518 - `d3906eb `_ - 2017-12-22 - xavier dupré - replacements for notebooks * - 517 - `903a926 `_ - 2017-12-21 - xavier dupré - disable one test on travis * - 516 - `d931425 `_ - 2017-12-21 - xavier dupré - fix encoding issue * - 515 - `6bac996 `_ - 2017-12-21 - xavier dupré - check file existence * - 514 - `c80652a `_ - 2017-12-21 - xavier dupré - fix unit test on linux * - 513 - `e87c0ac `_ - 2017-12-19 - xavier dupré - waffle * - 512 - `bdf7ab3 `_ - 2017-12-17 - xavier dupré - tries to fix unit test under linux * - 511 - `661ef0a `_ - 2017-12-17 - xavier dupré - update notebooks - add parameter errors * - 510 - `4608900 `_ - 2017-12-17 - xavier dupré - update notebooks * - 509 - `3a0aa8d `_ - 2017-12-17 - xavier dupré - extend notebook coverage, fix issues * - 508 - `a00a68d `_ - 2017-12-17 - xavier dupré - extend notebook coverage * - 507 - `29a151e `_ - 2017-12-16 - xavier dupré - extend notebook coverage * - 506 - `81e8a2d `_ - 2017-12-10 - xavier dupré - update appveyor * - 505 - `b7692bd `_ - 2017-12-09 - xavier dupré - artifact * - 504 - `602b1a8 `_ - 2017-12-01 - xavier dupré - update script * - 503 - `e020e66 `_ - 2017-11-29 - xavier dupré - update script * - 502 - `c3a7433 `_ - 2017-11-19 - xavier dupré - update setup.py * - 501 - `c01b502 `_ - 2017-11-19 - xavier dupré - update requirements * - 500 - `5c765e9 `_ - 2017-11-18 - xavier dupré - add artifacts on appveyor * - 499 - `2e495b5 `_ - 2017-11-12 - xavier dupré - update python version * - 498 - `319ec36 `_ - 2017-10-20 - xavier dupré - switch to notebook 5.1.0 * - 497 - `24af8b9 `_ - 2017-10-19 - xavier dupré - appveyor * - 496 - `d020daa `_ - 2017-10-18 - xavier dupré - catch warning around keyring * - 494 - `e5f9fe5 `_ - 2017-10-02 - xavier dupré - update notebook due to an API change * - 493 - `d609a36 `_ - 2017-09-18 - xavier dupré - update notebook with exception catching * - 492 - `33c4260 `_ - 2017-09-18 - xavier dupré - update notebooks, fix missing import * - 491 - `f7996fc `_ - 2017-09-18 - xavier dupré - update notebook with departements.sho * - 490 - `c9d467c `_ - 2017-09-17 - xavier dupré - fix notebook for folium 0.5 * - 489 - `9a0747a `_ - 2017-09-17 - xavier dupré - add history in setup.py * - 488 - `6081ec8 `_ - 2017-09-17 - xavier dupré - fix notebook with %load_ext * - 487 - `de73531 `_ - 2017-09-16 - xavier dupré - pep8 * - 486 - `2afab01 `_ - 2017-09-16 - xavier dupré - split unit test * - 485 - `9888f25 `_ - 2017-09-16 - xavier dupré - update content of the competition * - 484 - `4b6dc90 `_ - 2017-09-11 - xavier dupré - update instructions on blog post * - 483 - `a4d59ad `_ - 2017-09-10 - xavier dupré - blog post * - 482 - `e54e542 `_ - 2017-09-10 - xavier dupré - update requirements * - 481 - `a052a9c `_ - 2017-09-10 - xavier dupré - add logo * - 480 - `dcc49c6 `_ - 2017-09-10 - xavier dupré - competition * - 479 - `cb1cd0e `_ - 2017-09-05 - xavier dupré - update rendering of notebook gallery * - 478 - `148b614 `_ - 2017-09-02 - xavier dupré - split unit test to detect which one is wrong on travis * - 477 - `f127511 `_ - 2017-08-30 - xavier dupré - split a unit test file * - 476 - `c798592 `_ - 2017-08-29 - xavier dupré - update notebooks * - 475 - `365a0b9 `_ - 2017-08-28 - xavier dupré - split a unit test into several * - 473 - `1e83d72 `_ - 2017-08-26 - xavier dupré - requirements * - 472 - `f15a110 `_ - 2017-08-26 - xavier dupré - update requirements * - 471 - `c963fa9 `_ - 2017-08-26 - xavier dupré - update build * - 470 - `e73e35d `_ - 2017-08-24 - xavier dupré - requirements * - 469 - `3ed98d8 `_ - 2017-08-24 - xavier dupré - requirements * - 468 - `801d82d `_ - 2017-08-24 - xavier dupré - requirements * - 467 - `4b258fd `_ - 2017-08-24 - xavier dupré - requirements * - 466 - `5133e51 `_ - 2017-08-24 - xavier dupré - fix notebooks * - 465 - `3bcf630 `_ - 2017-08-24 - xavier dupré - requirements * - 464 - `693bc11 `_ - 2017-08-24 - xavier dupré - requirements * - 463 - `377738e `_ - 2017-08-23 - xavier dupré - requirements * - 462 - `339d3bd `_ - 2017-08-23 - xavier dupré - requirements * - 461 - `a07dd47 `_ - 2017-08-23 - xavier dupré - requirements * - 460 - `92be497 `_ - 2017-08-23 - xavier dupré - requirements * - 457 - `0edd301 `_ - 2017-08-15 - xavier dupré - fix notebooks unittests * - 456 - `b27fba7 `_ - 2017-08-15 - xavier dupré - small fixes for style * - 455 - `1e42fe2 `_ - 2017-08-15 - xavier dupré - add notebook coverage * - 454 - `f39b6f7 `_ - 2017-08-12 - xavier dupré - update notebook big_ways.ipynb * - 453 - `1712e6d `_ - 2017-08-12 - xavier dupré - fix notebook format * - 452 - `13392e7 `_ - 2017-08-12 - xavier dupré - inverse order of two lines to fix a bug on travis * - 451 - `790d31c `_ - 2017-08-10 - xavier dupré - update unit test dependencies * - 450 - `39f5e23 `_ - 2017-08-10 - xavier dupré - update requirements for travis * - 449 - `44ddf41 `_ - 2017-08-10 - xavier dupré - add dependency for travis * - 448 - `5e045b3 `_ - 2017-08-09 - xavier dupré - update notebooks * - 447 - `e72783f `_ - 2017-08-08 - xavier dupré - licence * - 446 - `cd1022f `_ - 2017-08-02 - xavier dupré - update build + notebooks * - 445 - `7795f83 `_ - 2017-07-24 - xavier dupré - update notebooks and gitignore * - 444 - `bd2faac `_ - 2017-07-08 - xavier dupré - fix a bug in unit test testing notebooks * - 443 - `cd38fe9 `_ - 2017-07-01 - xavier dupré - stop testing again 3.5 * - 442 - `8248958 `_ - 2017-07-01 - xavier dupré - switch order * - 441 - `e8d6971 `_ - 2017-07-01 - xavier dupré - update dependencies for travis * - 440 - `85ff66a `_ - 2017-07-01 - xavier dupré - enable 3.6 on travis * - 439 - `6771681 `_ - 2017-07-01 - xavier dupré - changing type * - 438 - `e142d77 `_ - 2017-07-01 - xavier dupré - update appveyor with missing dependency * - 437 - `5433550 `_ - 2017-06-30 - xavier dupré - update setup.py * - 436 - `8067779 `_ - 2017-06-30 - xavier dupré - add missing dependency * - 435 - `ecd48ba `_ - 2017-06-30 - xavier dupré - missing dependencies * - 434 - `2e174af `_ - 2017-06-29 - xavier dupré - add missing dependency * - 433 - `fbb140a `_ - 2017-06-29 - xavier dupré - update setup.py * - 432 - `02679a3 `_ - 2017-06-29 - xavier dupré - 35 to 36 * - 431 - `67da995 `_ - 2017-06-28 - xavier dupré - fix two unit tests (TPOT is still unstable) * - 430 - `0dc100f `_ - 2017-06-27 - xavier dupré - update unit test * - 429 - `b31c502 `_ - 2017-06-26 - xavier dupré - add notebook on last session * - 428 - `297af7e `_ - 2017-06-26 - xavier dupré - new blog post * - 427 - `b764721 `_ - 2017-06-25 - xavier dupré - fix a bug in a notebook * - 426 - `80508f4 `_ - 2017-06-25 - xavier dupré - add a blog * - 425 - `b6c8d0f `_ - 2017-06-17 - xavier dupré - move a unit test in the long long series * - 424 - `182da4d `_ - 2017-06-11 - xavier dupré - update jenkins build * - 423 - `a6f21e3 `_ - 2017-06-06 - xavier dupré - update requirements * - 422 - `e96721f `_ - 2017-06-06 - xavier dupré - fix for travis * - 421 - `248ee7f `_ - 2017-06-04 - xavier dupré - pep8 * - 420 - `54f4011 `_ - 2017-06-02 - xavier dupré - move one notebook to anothe series of unit test * - 419 - `4e60cd1 `_ - 2017-05-30 - xavier dupré - update notebook after the session * - 418 - `0fcdb33 `_ - 2017-05-30 - xavier dupré - add notebook, introduction to big data * - 417 - `e20af19 `_ - 2017-05-29 - xavier dupré - update unit test * - 416 - `a48385b `_ - 2017-05-29 - xavier dupré - moving images and data * - 415 - `819d42f `_ - 2017-05-29 - xavier dupré - renaming populations into sessions * - 414 - `9a8ebdc `_ - 2017-05-25 - xavier dupré - move another notebook in another series of unit test * - 413 - `643bc27 `_ - 2017-05-25 - xavier dupré - tweak unit test * - 412 - `7041bd2 `_ - 2017-05-25 - xavier dupré - rename a unit test + add a build on a couple of unit tests * - 410 - `1761beb `_ - 2017-05-23 - xavier dupré - update blog post and unit test * - 409 - `bbd0c4f `_ - 2017-05-23 - xavier dupré - blog post, correction d'exercices * - 408 - `2eec4b9 `_ - 2017-05-23 - xavier dupré - fix path in jenkins job definition * - 407 - `9aae5d9 `_ - 2017-05-22 - xavier dupré - update setup.py * - 406 - `1bea39d `_ - 2017-05-22 - xavier dupré - update jenkins_build * - 405 - `744a256 `_ - 2017-05-22 - xavier dupré - less logging * - 404 - `069c993 `_ - 2017-05-22 - xavier dupré - update unit test * - 403 - `cc2bfb4 `_ - 2017-05-21 - xavier dupré - update setup.py * - 402 - `8a96c3f `_ - 2017-05-21 - xavier dupré - remove .ix * - 401 - `8ecab8c `_ - 2017-05-12 - xavier dupré - pep8 * - 400 - `f38f052 `_ - 2017-05-12 - xavier dupré - remove unnecessary import * - 399 - `e26b9a0 `_ - 2017-05-09 - xavier dupré - rename one function * - 398 - `9afffb1 `_ - 2017-05-08 - xavier dupré - fix unit test * - 397 - `33caa7f `_ - 2017-05-08 - xavier dupré - fix notebook on population (update data, links) * - 396 - `33a46d3 `_ - 2017-05-08 - xavier dupré - update license * - 395 - `9e52142 `_ - 2017-05-08 - xavier dupré - fix missing data * - 394 - `1b31eb6 `_ - 2017-04-22 - xavier dupré - documentation configuration * - 393 - `e4c59eb `_ - 2017-04-22 - xavier dupré - documentation configuration * - 392 - `6bd632e `_ - 2017-04-19 - xavier dupré - typo * - 391 - `4961ce0 `_ - 2017-04-18 - xavier dupré - update documentation configuration * - 390 - `b4ee8de `_ - 2017-04-18 - xavier dupré - update blop post * - 389 - `abea019 `_ - 2017-04-18 - xavier dupré - blog post - séance 1 / 2017 * - 386 - `57bbda5 `_ - 2017-04-08 - xavier dupré - update local jenkins * - 385 - `0da07bc `_ - 2017-03-18 - xavier dupré - reduce the number of files for requirements * - 384 - `a46e1af `_ - 2017-03-16 - xavier dupré - remove mechanize * - 383 - `abe341e `_ - 2017-03-12 - xavier dupré - update packages * - 382 - `8edec28 `_ - 2017-03-12 - xavier dupré - better style * - 381 - `0a22230 `_ - 2017-03-12 - xavier dupré - add dependency * - 380 - `048c2a4 `_ - 2017-03-12 - xavier dupré - update notebook * - 379 - `57050f6 `_ - 2017-03-12 - xavier dupré - automation script * - 378 - `c703308 `_ - 2017-03-12 - xavier dupré - update notebook and styles * - 377 - `454f8c2 `_ - 2017-03-12 - xavier dupré - fix solution 2017 * - 376 - `70e0ea9 `_ - 2017-03-11 - xavier dupré - corrections de l'examen 2017 * - 375 - `ce07ba0 `_ - 2017-03-04 - xavier dupré - missing dependencies for appveyor * - 374 - `9f8045f `_ - 2017-03-02 - xavier dupré - update jenkins * - 373 - `57727ce `_ - 2017-02-23 - xavier dupré - update the list of caught exceptions * - 372 - `b27d85e `_ - 2017-02-23 - xavier dupré - better logs * - 371 - `7cb2425 `_ - 2017-02-23 - xavier dupré - move to bin * - 370 - `fcd9829 `_ - 2017-02-23 - xavier dupré - update unit test to get more feedback * - 369 - `d875dee `_ - 2017-02-23 - xavier dupré - fix a notebook execution * - 368 - `8d3976f `_ - 2017-02-22 - xavier dupré - update unit test * - 367 - `b361cc5 `_ - 2017-02-17 - xavier dupré - fix a unit test * - 366 - `f8ec997 `_ - 2017-02-17 - xavier dupré - update the code to deal with data disappearance * - 365 - `5402706 `_ - 2017-02-17 - xavier dupré - update jenkins anaconda * - 364 - `faad57e `_ - 2017-02-16 - xavier dupré - update jenkins winpython * - 363 - `173e4de `_ - 2017-02-12 - xavier dupré - travis * - 362 - `efbb93e `_ - 2017-02-12 - xavier dupré - update appveyor badge * - 361 - `6732c5c `_ - 2017-02-08 - xavier dupré - udpate notebooks * - 360 - `96db623 `_ - 2017-02-06 - xavier dupré - move a unit test in another set of unit test * - 359 - `17258d2 `_ - 2017-01-31 - xavier dupré - fix bare exception * - 358 - `4492f63 `_ - 2017-01-22 - xavier dupré - update notebook to add logs * - 357 - `4a545bf `_ - 2017-01-20 - xavier dupré - update data in a notebook * - 356 - `7158140 `_ - 2017-01-18 - xavier dupré - enonce 2017 * - 355 - `bfe7639 `_ - 2017-01-18 - xavier dupré - add data * - 354 - `5e08347 `_ - 2017-01-18 - xavier dupré - fix unit test due a data change * - 353 - `5fe3027 `_ - 2017-01-17 - xavier dupré - données examen * - 352 - `d347355 `_ - 2017-01-16 - xavier dupré - update notebook after bokeh update * - 351 - `cf5b4e5 `_ - 2017-01-16 - xavier dupré - remove nb_menu commands * - 350 - `6de26af `_ - 2017-01-15 - xavier dupré - update requirements * - 349 - `7cfc280 `_ - 2017-01-15 - xavier dupré - update requirements * - 348 - `439827a `_ - 2017-01-15 - xavier dupré - update notebook * - 347 - `573d010 `_ - 2017-01-06 - xavier dupré - update local jenkins * - 346 - `a888dae `_ - 2017-01-03 - xavier dupré - update jenkins build * - 345 - `82546bb `_ - 2017-01-01 - xavier dupré - remove 3.6 (basemap not available on travis) * - 344 - `d64ab21 `_ - 2017-01-01 - xavier dupré - add python 3.6 for ci * - 343 - `89b36dd `_ - 2016-12-29 - xavier dupré - rst cleaning * - 342 - `926bb7e `_ - 2016-12-25 - xavier dupré - update notebook for the gallery * - 341 - `c7ef92d `_ - 2016-12-25 - xavier dupré - update configuration * - 340 - `9258fda `_ - 2016-12-18 - xavier dupré - update gitignore * - 339 - `70c9f0f `_ - 2016-12-03 - xavier dupré - remove download badge * - 338 - `6c9e8c8 `_ - 2016-12-01 - xavier dupré - increase timeout * - 337 - `d62662b `_ - 2016-12-01 - xavier dupré - update notebook * - 336 - `412c59b `_ - 2016-11-30 - xavier dupré - update appveyor * - 335 - `0875106 `_ - 2016-11-30 - xavier dupré - update function after changes in INSEE website * - 334 - `d247c07 `_ - 2016-11-15 - xavier dupré - add blog post * - 333 - `f338ad7 `_ - 2016-11-05 - dupre - pep8 * - 332 - `440122c `_ - 2016-11-01 - dupre - update style * - 331 - `3ffea26 `_ - 2016-10-30 - dupre - style * - 329 - `e55e21d `_ - 2016-10-30 - xavier dupré - update notebook for gerrymandering * - 328 - `ac7a111 `_ - 2016-10-30 - dupre - update notebook gerrymandering * - 327 - `085e350 `_ - 2016-10-29 - dupre - update style * - 326 - `56ad97f `_ - 2016-10-29 - dupre - update style * - 325 - `f715e4c `_ - 2016-10-29 - dupre - revert ot previous travis * - 324 - `ec82246 `_ - 2016-10-29 - dupre - update travis without anaconda * - 323 - `4a3619c `_ - 2016-10-29 - dupre - update travis * - 322 - `46f5be5 `_ - 2016-10-29 - dupre - update notebook * - 321 - `d54c1c9 `_ - 2016-10-29 - dupre - style * - 320 - `7860601 `_ - 2016-10-28 - dupre - update notebook * - 319 - `c947c45 `_ - 2016-10-27 - dupre - update notebook * - 318 - `1eaf55e `_ - 2016-10-26 - dupre - update notebook * - 317 - `95d047e `_ - 2016-10-24 - dupre - update index * - 316 - `a395f53 `_ - 2016-10-24 - dupre - Merge remote-tracking branch 'origin/master' * - 315 - `e48322d `_ - 2016-10-23 - dupre - update with half of the solution for the gerry mandering * - 314 - `071caa7 `_ - 2016-10-22 - xavier dupré - update gitignore * - 313 - `8ea2747 `_ - 2016-10-22 - dupre - avoid uploading with a wrong subversion number * - 312 - `e831d74 `_ - 2016-10-11 - dupre - update unit test * - 311 - `d03880a `_ - 2016-10-10 - dupre - blog * - 310 - `b1c7cdb `_ - 2016-10-07 - dupre - add exceptions * - 309 - `a67d5f9 `_ - 2016-10-05 - dupre - fix missing variables * - 308 - `995040f `_ - 2016-10-04 - dupre - format fix * - 307 - `1d80e6d `_ - 2016-10-03 - dupre - update notebook on elections * - 306 - `cfe4836 `_ - 2016-10-02 - dupre - link * - 305 - `a9e5323 `_ - 2016-09-26 - dupre - update steup.py * - 304 - `b4d26cc `_ - 2016-09-25 - dupre - update appveyor * - 303 - `6bb56ee `_ - 2016-09-25 - dupre - update requirements * - 302 - `4934973 `_ - 2016-09-25 - dupre - update notebook menu * - 299 - `6382c4d `_ - 2016-09-24 - dupre - update appveyor * - 298 - `b18ef5a `_ - 2016-09-24 - dupre - update appveyor * - 297 - `392f9c1 `_ - 2016-09-23 - dupre - update uni test * - 296 - `60939b1 `_ - 2016-09-23 - dupre - pep8 * - 295 - `50e5ced `_ - 2016-09-23 - dupre - typo * - 294 - `2263c09 `_ - 2016-09-23 - dupre - update requirements * - 293 - `96eb8b5 `_ - 2016-09-23 - dupre - to be removed when not needed anymore * - 292 - `6607bbb `_ - 2016-09-23 - dupre - update actuariat_python * - 291 - `0d4bd05 `_ - 2016-09-22 - dupre - add function to mine vote places locations * - 290 - `43e2552 `_ - 2016-09-20 - dupre - code to download data about elections * - 289 - `f09df85 `_ - 2016-09-20 - dupre - update module list * - 288 - `af8ceb4 `_ - 2016-09-20 - dupre - update with vote places * - 287 - `a8a6b08 `_ - 2016-09-19 - dupre - update notebooks * - 286 - `a9309bd `_ - 2016-09-19 - dupre - data for a practical session on gerrymandering * - 285 - `0496817 `_ - 2016-09-13 - dupre - update build * - 284 - `13f5045 `_ - 2016-09-13 - dupre - update notebooks, documentation * - 282 - `b261d8e `_ - 2016-09-12 - dupre - remove github as a dependency * - 281 - `af87972 `_ - 2016-09-12 - xavier dupré - update notebook * - 280 - `2bffff1 `_ - 2016-09-11 - xavier dupré - update notebook * - 279 - `fef916f `_ - 2016-09-11 - xavier dupré - update notebooks * - 278 - `00ed3f4 `_ - 2016-09-04 - xavier dupré - add notebook wikipedia stat * - 277 - `e845e76 `_ - 2016-09-03 - dupre - update local jenkins * - 276 - `2d40081 `_ - 2016-08-31 - dupre - update jenkins job * - 275 - `bba1480 `_ - 2016-08-31 - dupre - pep8 * - 274 - `7443d10 `_ - 2016-08-30 - dupre - remove epub from documentation format * - 273 - `f11dc24 `_ - 2016-08-28 - dupre - update local jenkins * - 272 - `357330a `_ - 2016-08-27 - dupre - update locale jenkins * - 271 - `57ecad5 `_ - 2016-08-27 - dupre - update local.jenkins * - 270 - `b4b7792 `_ - 2016-08-26 - dupre - update jenkins definition * - 269 - `f5ffa6d `_ - 2016-08-26 - dupre - update jenkins build * - 268 - `8755306 `_ - 2016-08-24 - dupre - update setup.py * - 267 - `f22b86a `_ - 2016-08-21 - dupre - update notebooks * - 266 - `3b6a368 `_ - 2016-07-27 - dupre - update notebooks * - 265 - `c6bc65d `_ - 2016-07-26 - dupre - update setup.py * - 264 - `ead6c25 `_ - 2016-07-15 - dupre - update appveyor * - 263 - `fbc54c2 `_ - 2016-07-15 - dupre - update appveyor * - 262 - `dce15f8 `_ - 2016-07-14 - dupre - update appveyor * - 261 - `974b862 `_ - 2016-07-14 - dupre - update appveyor * - 260 - `bc88407 `_ - 2016-07-14 - dupre - update appveyor * - 259 - `7270f77 `_ - 2016-07-14 - dupre - update appveyor * - 258 - `9ab5bac `_ - 2016-07-14 - dupre - update appveyor * - 257 - `8bc665d `_ - 2016-07-14 - dupre - update appveyor * - 256 - `44f5eb8 `_ - 2016-07-10 - dupre - add backup plan for geofla * - 255 - `04d2999 `_ - 2016-07-10 - dupre - update appveyor * - 254 - `b148ad9 `_ - 2016-07-10 - dupre - update appveyor + backup plan for geofla * - 253 - `50f1e12 `_ - 2016-07-10 - dupre - update appveyor * - 252 - `9d8eb61 `_ - 2016-07-10 - dupre - update appveyor * - 251 - `9fd5d67 `_ - 2016-07-09 - dupre - update appveyor * - 250 - `f3ff5ff `_ - 2016-07-08 - dupre - update ci * - 249 - `1debeb8 `_ - 2016-07-05 - dupre - update appveyor * - 248 - `b025cde `_ - 2016-06-26 - dupre - update appveyor * - 247 - `40b3279 `_ - 2016-06-26 - dupre - move links * - 246 - `484352f `_ - 2016-06-25 - dupre - update notebook rst names * - 245 - `c82681c `_ - 2016-06-25 - dupre - update titles * - 244 - `b3f8b19 `_ - 2016-06-25 - dupre - documentation refactoring * - 243 - `0957474 `_ - 2016-06-25 - dupre - travis mkl * - 242 - `98cc0d2 `_ - 2016-06-25 - dupre - PDF change * - 241 - `5993412 `_ - 2016-06-24 - dupre - fix appveyor * - 240 - `dd05fec `_ - 2016-06-24 - dupre - update appveyor * - 239 - `64b258d `_ - 2016-06-23 - dupre - update appveyor * - 238 - `673828c `_ - 2016-06-21 - dupre - update requirements * - 237 - `d3f4015 `_ - 2016-06-20 - dupre - update travis.yml * - 236 - `9042c5d `_ - 2016-06-20 - dupre - change font size * - 235 - `bd21cdf `_ - 2016-06-19 - dupre - update travis + appveyor * - 234 - `67afeea `_ - 2016-06-19 - dupre - update notebooks * - 233 - `e39bff7 `_ - 2016-06-19 - dupre - backup plan for UCI data * - 232 - `e5d10f8 `_ - 2016-06-18 - dupre - title change * - 231 - `c9fe645 `_ - 2016-06-15 - dupre - seance du jour * - 230 - `ac3e263 `_ - 2016-06-11 - dupre - fix links in blogs * - 224 - `4d7317f `_ - 2016-05-29 - dupre - add pylzma to appveyor * - 223 - `e640b9e `_ - 2016-05-29 - dupre - fix notebook (Blaze was updated) * - 222 - `1bd3b44 `_ - 2016-05-23 - dupre - remove a line in a unit test * - 221 - `99b5a12 `_ - 2016-05-23 - dupre - update notebook * - 220 - `26b6666 `_ - 2016-05-22 - dupre - fix notebook and basemap * - 219 - `ffe0601 `_ - 2016-05-08 - dupre - add yaml to appveyor * - 218 - `f757469 `_ - 2016-05-08 - dupre - fix pep8 * - 217 - `daec00f `_ - 2016-05-04 - dupre - update travis, appveyor, flake8 * - 216 - `a11c879 `_ - 2016-04-25 - dupre - update build_script * - 215 - `4ec0a1a `_ - 2016-04-17 - dupre - update notebooks * - 214 - `2d54752 `_ - 2016-04-17 - dupre - update notebooks * - 213 - `3d4c410 `_ - 2016-04-07 - dupre - add new blog post * - 212 - `4dee263 `_ - 2016-04-05 - dupre - rename * - 211 - `685560b `_ - 2016-04-05 - dupre - update * - 210 - `08de762 `_ - 2016-04-05 - dupre - change order * - 209 - `7d43cef `_ - 2016-04-05 - dupre - blog * - 208 - `2d55d32 `_ - 2016-04-05 - dupre - unitest + documentation * - 207 - `2b717bd `_ - 2016-04-05 - dupre - enoding + unittest * - 206 - `64491ce `_ - 2016-04-05 - dupre - update notebook and documentation * - 205 - `8fd8ef9 `_ - 2016-04-05 - dupre - modification de la correction * - 204 - `cd1600d `_ - 2016-04-04 - dupre - remove one dependency * - 203 - `3b70d9f `_ - 2016-04-04 - dupre - add exam correction * - 202 - `b1da661 `_ - 2016-04-03 - dupre - update unit test * - 201 - `b2811e8 `_ - 2016-03-31 - dupre - fix test_flake8 * - 200 - `d6db8b8 `_ - 2016-03-31 - dupre - update test_flake8 * - 199 - `b28336e `_ - 2016-03-30 - dupre - update test_flake8 * - 196 - `4e16014 `_ - 2016-03-28 - dupre - update elections and associated notebooks * - 195 - `0765997 `_ - 2016-03-28 - dupre - update version * - 194 - `d10b650 `_ - 2016-03-28 - dupre - update unit tests, add local data to avoid timeout error when going on the web * - 193 - `0620cd0 `_ - 2016-03-27 - dupre - fix import issue * - 192 - `cb224e3 `_ - 2016-03-27 - dupre - update notebooks * - 191 - `66ac76f `_ - 2016-03-27 - dupre - update to pyquickhelper 1.4 * - 190 - `aebcd52 `_ - 2016-03-24 - dupre - notebook, version, documentation * - 188 - `35ae668 `_ - 2016-03-12 - dupre - rename xray into xarray * - 186 - `7c8c623 `_ - 2016-03-06 - dupre - exams * - 185 - `64cf499 `_ - 2016-03-06 - dupre - update the read of the mortility table * - 183 - `aee8954 `_ - 2016-02-23 - dupre - update travis build * - 182 - `f2874bc `_ - 2016-02-14 - dupre - update readme * - 181 - `89658e4 `_ - 2016-01-23 - dupre - fix another notebook * - 180 - `dca9b8e `_ - 2016-01-23 - dupre - update notebook with recent modifications * - 179 - `3f5731f `_ - 2016-01-23 - dupre - update code to get data from insee * - 178 - `13611b4 `_ - 2016-01-23 - dupre - update function related to population * - 177 - `2676ac1 `_ - 2016-01-04 - dupre - update appveyor * - 176 - `41819a4 `_ - 2016-01-03 - dupre - update appveyor * - 175 - `75c38b5 `_ - 2016-01-03 - dupre - update with appveyor * - 174 - `e209e66 `_ - 2016-01-03 - dupre - add coverage token * - 173 - `28ab735 `_ - 2016-01-02 - dupre - update requirements * - 172 - `df31900 `_ - 2015-12-27 - dupre - setup.py update * - 171 - `b4820e0 `_ - 2015-12-23 - dupre - update unit tests * - 170 - `eddf2ad `_ - 2015-12-16 - dupre - fix a unit test * - 169 - `53e2be4 `_ - 2015-12-15 - dupre - update unit tests * - 168 - `dc1cce2 `_ - 2015-12-13 - dupre - update travis * - 167 - `cd02ddf `_ - 2015-12-10 - dupre - update requirements * - 166 - `12901b0 `_ - 2015-12-10 - dupre - update travis * - 165 - `7589bfa `_ - 2015-12-09 - dupre - remove dateutils * - 164 - `87fc114 `_ - 2015-12-06 - dupre - add unit test LONG * - 163 - `ed79329 `_ - 2015-12-05 - dupre - update due to changes in pymyinstall * - 162 - `508b278 `_ - 2015-11-16 - dupre - notebooks * - 161 - `062f1f9 `_ - 2015-11-15 - dupre - notebooks * - 160 - `4615d2a `_ - 2015-11-12 - dupre - notebook * - 159 - `8571802 `_ - 2015-11-12 - dupre - update notebooks nlp * - 158 - `8612fe0 `_ - 2015-11-11 - dupre - disable unit test on linux * - 157 - `f70f6dd `_ - 2015-11-11 - dupre - update unit test on linux * - 156 - `9bd8209 `_ - 2015-11-10 - dupre - fix a unit test due to an error for a type * - 155 - `aded6c2 `_ - 2015-11-10 - dupre - add missing modules for travis * - 154 - `480d766 `_ - 2015-11-10 - dupre - update travis * - 153 - `c4ef804 `_ - 2015-11-10 - dupre - update travis.yml * - 152 - `8346aa4 `_ - 2015-11-10 - dupre - update unit test * - 151 - `e081a1f `_ - 2015-11-10 - dupre - enables unit test * - 150 - `e1e1c06 `_ - 2015-11-09 - dupre - update notebook * - 149 - `7ba333e `_ - 2015-11-08 - dupre - update requirements.txt * - 148 - `9d370a0 `_ - 2015-11-08 - dupre - update with a new notebook * - 147 - `70883e1 `_ - 2015-11-01 - dupre - applies pep8 * - 146 - `b25d8bc `_ - 2015-11-01 - dupre - setup.py * - 145 - `3dc1c86 `_ - 2015-10-31 - dupre - update setup.py * - 144 - `cc11968 `_ - 2015-10-27 - dupre - update notebook * - 143 - `a8b06aa `_ - 2015-10-26 - dupre - add conda install dask * - 142 - `7e50034 `_ - 2015-10-24 - dupre - mise à jour des notebooks * - 141 - `cee63e9 `_ - 2015-10-12 - dupre - update notebook with more graphs * - 139 - `bdd3209 `_ - 2015-10-11 - dupre - update notebook séance 6 * - 138 - `bbf3717 `_ - 2015-10-11 - dupre - update unit test * - 137 - `43d4fea `_ - 2015-10-10 - dupre - update .ignore * - 136 - `aa7ec44 `_ - 2015-10-07 - dupre - update notebook * - 135 - `87c1853 `_ - 2015-10-06 - dupre - notebook graphes ML * - 134 - `08702bf `_ - 2015-10-05 - dupre - update notebook * - 133 - `f730423 `_ - 2015-10-05 - dupre - change title * - 132 - `33b6313 `_ - 2015-10-05 - dupre - update notebook after the morning session * - 131 - `4de3db4 `_ - 2015-10-04 - dupre - séance 5 octobre * - 130 - `2aa462a `_ - 2015-10-04 - dupre - new function to get French elections, graphes notebooks * - 129 - `4bf9024 `_ - 2015-10-01 - dupre - update setup.py * - 128 - `b1da7a7 `_ - 2015-09-15 - dupre - ajout du reducer à 2 entrée * - 126 - `b8bd6eb `_ - 2015-09-14 - dupre - remove a unit test from the regular list * - 125 - `c4c5165 `_ - 2015-09-14 - dupre - update functions unit testing the notebooks * - 124 - `40d41b0 `_ - 2015-09-14 - dupre - approche fonctionnelle * - 123 - `14ba57d `_ - 2015-09-13 - dupre - fix a notebook for unit test * - 122 - `3d4e42f `_ - 2015-09-13 - dupre - plan pour le dernier notebook * - 121 - `5b4beb8 `_ - 2015-09-13 - dupre - ajout de notebooks sur xray * - 120 - `db042bb `_ - 2015-09-12 - dupre - cube xray * - 119 - `dbff95f `_ - 2015-09-12 - dupre - première partie sur le SQL * - 118 - `bb53042 `_ - 2015-08-30 - dupre - remove "VS" from the setup * - 117 - `c36bf22 `_ - 2015-08-28 - dupre - update séance * - 116 - `202c50c `_ - 2015-08-27 - dupre - first notebook for session 2 * - 115 - `183e41c `_ - 2015-08-19 - dupre - add missing import * - 114 - `0e4dac6 `_ - 2015-08-19 - dupre - add warning for a test skipped by travis * - 113 - `283494d `_ - 2015-08-19 - dupre - disable custom jupyter kernels on travis * - 112 - `80d04fa `_ - 2015-08-19 - dupre - specify a specific kernel before unittesting the notebooks (offline run) * - 111 - `d37af83 `_ - 2015-08-16 - dupre - update travis.yml * - 110 - `5a35ab4 `_ - 2015-08-16 - xavier dupré - update build setup * - 109 - `1112f0d `_ - 2015-08-16 - dupre - update requirements * - 105 - `1acd7e0 `_ - 2015-07-15 - dupre - docmentation * - 104 - `0c277ba `_ - 2015-07-15 - dupre - update a potential issue with encoding * - 103 - `5e00229 `_ - 2015-07-14 - xavier dupré - update script R * - 102 - `9330445 `_ - 2015-07-14 - dupre - update setup and R * - 101 - `6232d3c `_ - 2015-07-14 - dupre - add R modules to install * - 100 - `762b684 `_ - 2015-07-14 - dupre - update setup requirements * - 99 - `cf13000 `_ - 2015-07-13 - xavier dupré - add extra checking to the setup * - 98 - `4865c3a `_ - 2015-07-13 - xavier dupré - change kernel names * - 97 - `3680f55 `_ - 2015-07-14 - dupre - update the notebook * - 96 - `f8b7f9d `_ - 2015-07-13 - xavier dupré - add missing import * - 95 - `25fa149 `_ - 2015-07-13 - dupre - update actuariat_python to build a windows setup * - 94 - `665dd3e `_ - 2015-06-25 - dupre - notebooks * - 93 - `7c3db3a `_ - 2015-06-22 - dupre - ajout d'une question FAQ * - 92 - `d3672eb `_ - 2015-06-21 - dupre - update setup.py * - 90 - `433d244 `_ - 2015-06-20 - dupre - disable a unit test on travis, add a notebook * - 89 - `8dda37d `_ - 2015-06-19 - dupre - fix links * - 88 - `65bdc9d `_ - 2015-06-19 - dupre - update notebook with pygal * - 87 - `3ca682d `_ - 2015-06-17 - dupre - add missing imports * - 86 - `4b0f00c `_ - 2015-06-17 - dupre - tries to fix unit test (Invalid DISPLAY variable) * - 85 - `fec06c4 `_ - 2015-06-15 - dupre - modifications, remarques après la première séance * - 84 - `3590f6a `_ - 2015-06-14 - dupre - update notebook * - 83 - `a9d5571 `_ - 2015-06-14 - dupre - another fix for a unit test on travis * - 82 - `cbf0eea `_ - 2015-06-14 - dupre - another bug fixed in a notebook * - 81 - `df25626 `_ - 2015-06-14 - dupre - fix a unit test for travis * - 80 - `b092683 `_ - 2015-06-14 - dupre - ajoute une correction à la séance 4 - simulation d'une population * - 79 - `ab8e296 `_ - 2015-06-14 - dupre - add a graph to display a population pyramid + notebooks * - 78 - `34ec9ee `_ - 2015-06-07 - dupre - update documentatino configuration * - 77 - `6cc08b4 `_ - 2015-06-07 - dupre - update documentation * - 76 - `2057d05 `_ - 2015-06-07 - dupre - update documentation, blog, configuration * - 75 - `344d960 `_ - 2015-06-06 - dupre - update license variable * - 73 - `0bc15df `_ - 2015-06-05 - dupre - setup_hook * - 72 - `d4ee37d `_ - 2015-05-24 - dupre - update setup to fix an issue when pyquickhelper is not here * - 71 - `5d95a87 `_ - 2015-05-20 - dupre - documentation + notebooks sur la récupération des données * - 69 - `98136e2 `_ - 2015-05-18 - dupre - rename some files, add functions to download data about French population * - 68 - `f41eef6 `_ - 2015-05-17 - dupre - better unit tests automation * - 67 - `17925ca `_ - 2015-05-17 - dupre - same fix on the other unit test checking notebooks * - 66 - `cbae553 `_ - 2015-05-17 - dupre - fix issues when unittesting the notebooks * - 65 - `1c3794e `_ - 2015-05-17 - dupre - documentation + issue with a result type * - 64 - `9f17f8f `_ - 2015-05-17 - dupre - travis, documentation, update helper * - 63 - `b407dfa `_ - 2015-05-17 - dupre - first sketch on june session * - 62 - `a2665f0 `_ - 2015-05-09 - dupre - update requirements in setup.py * - 61 - `bde0e87 `_ - 2015-05-07 - dupre - update setup.py * - 60 - `b43652b `_ - 2015-05-05 - dupre - remove extra spaces * - 59 - `9e451c9 `_ - 2015-05-05 - dupre - change automated scripts * - 58 - `bb8f958 `_ - 2015-04-28 - dupre - add travis image to the documentation * - 57 - `dee365f `_ - 2015-04-28 - dupre - travis * - 56 - `6bf598c `_ - 2015-04-28 - dupre - travis * - 55 - `2cc21c8 `_ - 2015-04-28 - dupre - travis * - 54 - `635a399 `_ - 2015-04-28 - dupre - travis * - 53 - `a38e210 `_ - 2015-04-28 - dupre - travis * - 52 - `98168a5 `_ - 2015-04-28 - dupre - travis * - 51 - `2d404e2 `_ - 2015-04-28 - dupre - travis * - 50 - `ed575e7 `_ - 2015-04-28 - dupre - travis * - 49 - `811bc70 `_ - 2015-04-28 - dupre - travis * - 48 - `a33c827 `_ - 2015-04-28 - dupre - travis * - 47 - `ef87b4d `_ - 2015-04-28 - dupre - travis * - 46 - `b11447a `_ - 2015-04-28 - dupre - travis * - 45 - `757776f `_ - 2015-04-28 - dupre - travis * - 44 - `7153db8 `_ - 2015-04-28 - dupre - update travis * - 43 - `515ab85 `_ - 2015-04-28 - dupre - travis * - 42 - `1830ea4 `_ - 2015-04-28 - dupre - update build_setup_on_windows.bat * - 41 - `e60ee1d `_ - 2015-04-28 - dupre - update requirements * - 40 - `b778d83 `_ - 2015-04-28 - dupre - update readme.rst * - 39 - `b11a30e `_ - 2015-04-27 - dupre - update requirements.txt * - 38 - `cc9accd `_ - 2015-04-27 - dupre - update readme.rst * - 37 - `567b268 `_ - 2015-04-27 - dupre - update travis script * - 35 - `4c78839 `_ - 2015-04-27 - dupre - update travis script * - 34 - `08655b8 `_ - 2015-04-27 - dupre - update travis * - 31 - `325ace2 `_ - 2015-04-27 - dupre - add travis script * - 30 - `968442d `_ - 2015-04-26 - dupre - add blog root * - 29 - `71fd27c `_ - 2015-04-24 - dupre - dependencies * - 28 - `031a971 `_ - 2015-04-22 - dupre - update setup.py * - 27 - `7abe8a3 `_ - 2015-04-21 - dupre - remove extra space * - 26 - `1994b6f `_ - 2015-04-21 - dupre - update setup.py to enforce the writing of version.txt * - 25 - `a630017 `_ - 2015-04-20 - dupre - raise an exception when version.txt is not found * - 22 - `91db3f6 `_ - 2015-04-15 - dupre - update to ipython 3.1, requirements, doumentation * - 21 - `0a2fae3 `_ - 2015-04-11 - dupre - update language * - 20 - `3e082c2 `_ - 2015-04-07 - dupre - modifies .gitignore * - 19 - `1f09917 `_ - 2015-04-05 - dupre - update .ignore * - 18 - `7314194 `_ - 2015-03-23 - dupre - update conf.py, remove unnecessary file * - 17 - `5929624 `_ - 2015-03-21 - dupre - applies flake8 * - 16 - `b2ec4c4 `_ - 2015-03-17 - dupre - write version.txt before generating the setup * - 11 - `3f04628 `_ - 2015-03-15 - dupre - quelques liens, section getting started * - 10 - `a7a3158 `_ - 2015-03-15 - dupre - renaming some functions * - 9 - `9e07264 `_ - 2015-03-01 - dupre - applies pep8 * - 8 - `b1a073f `_ - 2015-02-28 - dupre - remove building for python 3.3 * - 7 - `a0f000d `_ - 2015-02-22 - dupre - encoding * - 6 - `41753e8 `_ - 2015-02-21 - dupre - update publish_on_pypi.bat * - 5 - `0c78d99 `_ - 2015-02-21 - dupre - mise à jour des dernières séances * - 4 - `bd9f54e `_ - 2015-02-20 - dupre - début de plan * - 3 - `8f7ba94 `_ - 2015-02-19 - dupre - fix setup batch * - 2 - `c8fd7e5 `_ - 2015-02-17 - dupre - second commit * - 1 - `a58e292 `_ - 2015-02-17 - dupre - first version