Changes#

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 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
xl = ['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', '2023-w27', '2023-w28', '2023-w29']
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()

(png, hires.png, pdf)

_images/filechanges-1.png

List of recent changes:

#

change number

date

author

comment

690

3603302

2023-02-02

xavier dupré

Update .gitignore

689

2cf7912

2023-02-02

xavier dupré

Update conf.py

686

0600d2a

2022-12-30

xavier dupré

Update conf.py

685

72113f5

2022-12-16

xavier dupré

fix url

684

434ac57

2022-12-16

xavier dupré

Fix a bug after updated scikit-learn

683

7e348b0

2022-07-24

xavier dupré

update CI

682

dc459ee

2022-04-30

xavier dupré

photo

681

b431503

2022-04-29

xavier dupré

photos

680

5592beb

2022-04-26

xavier dupré

clean notebook

678

9558f3e

2022-04-22

xavier dupré

hackathon

677

46015bb

2022-03-06

xavier dupré

Update setup.py

676

3f09093

2022-03-03

xavier dupré

Update test_stations_chicago.py

675

cbc0d25

2022-02-24

xavier dupré

fix syntax

674

75637a4

2022-02-24

xavier dupré

fix unit test after pyquickhelper update

673

1bd9872

2022-02-24

xavier dupré

Update test_LONG_streets_seattle_cartopy.py

672

0ea2ed8

2022-02-17

xavier dupré

Update conf.py

671

00c0dba

2021-10-27

xavier dupré

Update appveyor.yml

670

9647751

2021-10-23

xavier dupré

Update test_code_style.py

669

1fda75a

2021-08-21

xavier dupré

lint

668

405196f

2021-08-21

xavier dupré

Update test_code_style.py

666

b947a53

2021-08-20

xavier dupré

lint

665

8d8c62f

2021-08-20

xavier dupré

Update .travis.yml

664

36ca952

2021-08-19

xavier dupré

Update .travis.yml

663

502d3df

2021-07-24

xavier dupré

lint

662

0bc89af

2021-07-24

xavier dupré

lint

661

5d8eb14

2021-07-24

xavier dupré

lint

660

c1bddf8

2021-05-27

xavier dupré

update travis link

659

fb33d49

2021-05-27

xavier dupré

lint

658

355d7f1

2021-05-27

xavier dupré

Update .travis.yml

656

bf209ef

2021-05-05

xavier dupré

Update git.rst

655

6aa060e

2021-04-12

xavier dupré

Update compute_metrics.py

654

a475429

2021-04-10

xavier dupré

Update compute_metrics.py

653

e9e2478

2021-04-10

xavier dupré

Update compute_metrics.py

652

84f8878

2021-04-10

xavier dupré

lint + setup

651

b9f8fb3

2021-04-10

xavier dupré

update with random answers

650

d70c08f

2021-04-09

xavier dupré

lint

648

b88783d

2021-04-09

xavier dupré

update for hackathon

647

bb79153

2021-04-09

xavier dupré

hack

645

5dc7626

2021-02-25

xavier dupré

Update .local.jenkins.lin.yml

644

9e01bd2

2021-02-24

xavier dupré

lint

643

100d1fe

2021-02-24

xavier dupré

Update .local.jenkins.lin.yml

642

7156915

2021-02-16

xavier dupré

Update conf.py

638

f5031e7

2021-01-21

xavier dupré

Update .local.jenkins.lin.yml

637

90dd21c

2021-01-18

xavier dupré

Update setup.py

636

445a461

2021-01-16

xavier dupré

Update test_LONG_notebook_challenge_city_tour_cartopy.py

635

360489a

2021-01-15

xavier dupré

Update test_LONG_notebook_challenge_city_bike_cartopy.py

634

ce00b47

2021-01-14

xavier dupré

update CI

633

9e26525

2021-01-13

xavier dupré

lint

632

463c359

2021-01-13

xavier dupré

remove keyring

631

8023bae

2021-01-13

xavier dupré

lint

630

472b535

2021-01-13

xavier dupré

Delete test_SKIP_keyring.py

629

4324d89

2021-01-13

xavier dupré

deal with passwords

628

e4a9e7f

2021-01-12

xavier dupré

lint

627

ce3600d

2021-01-12

xavier dupré

remove dependence on x86cpu

626

6bde41f

2021-01-12

xavier dupré

Update requirements.txt

625

8bcecc3

2021-01-12

xavier dupré

Update .local.jenkins.lin.yml

624

7989d77

2021-01-06

xavier dupré

update CI

623

41431be

2021-01-06

xavier dupré

update CI

622

1d4e9b9

2021-01-06

xavier dupré

update CI

621

1e9464f

2021-01-06

xavier dupré

udpate ci

620

cc17d58

2021-01-06

xavier dupré

update CI

619

09c870f

2021-01-05

xavier dupré

Update appveyor.yml

618

c558f77

2021-01-05

xavier dupré

update CI

617

b9e6f4c

2021-01-05

xavier dupré

Update .travis.yml

616

aa40d30

2021-01-05

xavier dupré

Update appveyor.yml

615

ad2dfb8

2021-01-05

xavier dupré

update history

614

52bd53a

2021-01-05

xavier dupré

Fixes #13, update to python 3.9

613

bab8f38

2020-10-23

xavier dupré

Update appveyor.yml

612

6a5f873

2020-10-18

xavier dupré

Update test_crypt.py

611

18c367d

2020-10-14

xavier dupré

fix import issue

610

d299f2a

2020-09-20

xavier dupré

pylint fix notebook issue with pairplot

609

aca9d70

2020-09-05

xavier dupré

Update data_cresus.py

608

cdf24b2

2020-09-05

xavier dupré

Update test_code_style.py

607

7abfbfa

2020-07-12

xavier dupré

Update .local.jenkins.lin.yml

606

c732b49

2020-06-28

xavier dupré

Update .local.jenkins.lin.yml

605

c63aed6

2020-06-23

xavier dupré

Update .local.jenkins.lin.yml

603

2ced492

2020-06-09

xavier dupré

Update requirements.txt

602

23deedc

2020-06-09

xavier dupré

fix issue with ujson

600

f48d882

2020-05-26

xavier dupré

cheat sheet

597

eb7ce39

2020-05-16

xavier dupré

pep8

596

9632eb9

2020-05-16

xavier dupré

Create MANIFEST.in

595

35a3d63

2020-05-09

xavier dupré

Update data_medical.py

594

3fe8c94

2020-05-09

xavier dupré

update unit test

593

010bad0

2020-05-08

xavier dupré

Update appveyor.yml

592

cf26334

2020-05-08

xavier dupré

Update data_geo_streets.py

591

7084461

2020-05-08

xavier dupré

Update appveyor.yml

590

3f177d1

2020-05-06

xavier dupré

Fix unit test testing cli

589

c020ce4

2020-03-28

xavier dupré

Update setup.py

588

7b5a0eb

2020-02-26

xavier dupré

Update requirements_conda.txt

587

b5aabb4

2020-02-26

xavier dupré

Update requirements_conda.txt

586

615d358

2020-02-23

xavier dupré

Update .local.jenkins.lin.yml

585

15df23f

2020-02-20

xavier dupré

Update .local.jenkins.lin.yml

584

ff45ce6

2020-02-12

xavier dupré

update CI

583

65b40c2

2020-02-01

xavier dupré

update requirement, rename ix into iloc

581

af16a39

2020-01-29

xavier dupré

Update test_cresus_2016.py

580

7c5b499

2019-11-25

xavier dupré

Update hackathon_2019.rst

579

73fcc08

2019-11-25

xavier dupré

Update hackathon_2019.rst

578

cb96d3e

2019-11-24

xavier dupré

Update hackathon_2019.rst

577

b634a7f

2019-11-24

xavier dupré

documentation hackathon

575

300ecb6

2019-11-21

xavier dupré

pep8

574

40ab321

2019-11-21

xavier dupré

Update HISTORY.rst

573

8d99126

2019-11-21

xavier dupré

documentation + pep8

572

b8bebf0

2019-11-21

xavier dupré

pep8

571

257302c

2019-11-21

xavier dupré

Add function to convert dcm into png using pydicom

570

a34f785

2019-11-12

xavier dupré

Update test_city_tour.py

569

7b71f49

2019-10-23

xavier dupré

fix after pip update

568

6125355

2019-10-19

xavier dupré

Update git.rst

567

5eea0d8

2019-10-17

xavier dupré

Update .local.jenkins.lin.yml

566

c1d7a3c

2019-09-25

xavier dupré

pep8

565

cdc36db

2019-09-23

xavier dupré

Update json_helper.py

564

b604e87

2019-09-23

xavier dupré

Update json_helper.py

563

bc57614

2019-09-20

xavier dupré

Update requirements.txt

561

9c230f4

2019-07-13

xavier dupré

Fixes #7, move CI to python 3.7

560

8052a25

2019-06-05

xavier dupré

pep8

559

e768d10

2019-06-05

xavier dupré

Update test_dummy_app_search_img_keras.py

558

cf9fb48

2019-05-19

xavier dupré

Update git.rst

557

81535b2

2019-05-17

xavier dupré

Update requirements.txt

556

2548048

2019-05-17

xavier dupré

Update requirements.txt

555

d8b47bb

2019-05-13

xavier dupré

Update __init__.py

554

fd4ccd2

2019-05-10

xavier dupré

Update test_code_style.py

553

9b6df88

2019-05-08

xavier dupré

update unit test for REST API (due to falcon 2.0)

552

0edf317

2019-04-26

xavier dupré

update documentation style

551

06c2a1f

2019-04-06

xavier dupré

update cheatsheet

550

c868c3e

2019-03-31

xavier dupré

Update test_dummy_app_search_img_torch.py

549

738d8b3

2019-03-31

xavier dupré

refactoring

548

c808538

2019-03-04

xavier dupré

pep8

547

0db52e5

2019-02-16

xavier dupré

Update requirements.txt

546

094a802

2019-02-16

xavier dupré

Update README.rst

545

c33c1ed

2019-02-07

xavier dupré

Update conf.py

544

580ece0

2019-02-06

xavier dupré

pep8

543

10ab5ac

2019-02-02

xavier dupré

pep8

542

29dac3b

2019-02-02

xavier dupré

pep8

541

4b372b4

2019-02-02

xavier dupré

Update test_code_style.py

540

425f59f

2019-02-02

xavier dupré

pep8

539

eb7b030

2019-01-31

xavier dupré

pep8

538

2f4cf5b

2019-01-29

xavier dupré

pep8

536

719b1ed

2019-01-13

xavier dupré

Update test_dummy_app_search_img_torch.py

535

52ac2cc

2019-01-13

xavier dupré

disable on test on appeyor

534

f6e13c5

2019-01-11

xavier dupré

Update appveyor.yml

533

f8a83a1

2019-01-10

xavier dupré

pep8

532

5014fa5

2019-01-10

xavier dupré

Update 2018-11-18_hackathon.rst

531

5029de0

2019-01-10

xavier dupré

pep8

530

99a75bb

2019-01-09

xavier dupré

Update data_geo_streets.py

529

8569f7e

2019-01-09

xavier dupré

pep8

528

c81844d

2019-01-09

xavier dupré

Update data_geo_streets.py

527

a416e1d

2019-01-09

xavier dupré

Update plot_gallery.py

526

f979925

2019-01-09

xavier dupré

update examples

525

b0ec71b

2019-01-09

xavier dupré

add unit test on notebooks

524

3c5c18e

2019-01-09

xavier dupré

Move an example into a notebook

523

eb7957f

2019-01-08

xavier dupré

Update LICENSE.txt

522

d1f99c1

2019-01-08

xavier dupré

Update test_dummy_app_search_img_torch.py

521

a8196b2

2019-01-08

xavier dupré

Fixes documentation example

520

da8019c

2019-01-08

xavier dupré

remove unnecessary code

519

8ba1905

2019-01-07

xavier dupré

investigate why it is failing on local CI

518

33060ec

2019-01-07

xavier dupré

Update data_geo_streets.py

517

23f6791

2019-01-07

xavier dupré

Fix unit test based on torch

516

efb81e0

2019-01-07

xavier dupré

better logging, more checkings

514

5d4d2d7

2019-01-06

xavier dupré

Update plot_rest_api_search_images.py

513

6bc973d

2019-01-06

xavier dupré

Update .local.jenkins.lin.yml

511

34fb101

2019-01-06

xavier dupré

Move a unit test to another series of tests

510

95f49fc

2019-01-06

xavier dupré

Update .local.jenkins.lin.yml

509

a18a829

2019-01-06

xavier dupré

Update .local.jenkins.win.yml

508

265dcad

2019-01-06

xavier dupré

fix requirements

507

9b9a68c

2019-01-06

xavier dupré

update CI requirements

506

5c2f214

2019-01-06

xavier dupré

update requirements

505

a9ff0ea

2019-01-06

xavier dupré

Fix example, update dependency mlinsights

504

d817e47

2019-01-06

xavier dupré

Rvisit dl example to include torch

503

40d70db

2019-01-02

xavier dupré

update CI

502

8810cc1

2019-01-02

xavier dupré

pep8

501

ee50fd6

2019-01-01

xavier dupré

Update test_code_style.py

500

98c2803

2019-01-01

xavier dupré

Update test_code_style.py

499

c2ca3e6

2019-01-01

xavier dupré

Update test_code_style.py

498

850bc79

2019-01-01

xavier dupré

Update test_image.py

497

2ba005a

2019-01-01

xavier dupré

Update test_image.py

496

6557f3e

2019-01-01

xavier dupré

Update test_image.py

495

bf853a9

2018-12-31

xavier dupré

update unit test failing due to random

494

bda46e4

2018-12-30

xavier dupré

Fix for python 3.7

493

6f96c50

2018-12-29

xavier dupré

change style

492

13bcc8f

2018-12-20

xavier dupré

add video

490

8a2db82

2018-12-11

xavier dupré

fix wrong import

489

4d74c20

2018-12-09

xavier dupré

update titles

488

55ba940

2018-12-09

xavier dupré

Update 2018-11-18_hackathon.rst

487

6baddd2

2018-12-08

xavier dupré

blog

486

8ae4a69

2018-11-30

xavier dupré

Update test_code_style.py

485

125a283

2018-11-26

xavier dupré

fix indentation

484

7e9f20a

2018-11-23

xavier dupré

merge

483

33cc438

2018-11-23

xavier dupré

first changes for the hackathon 2018

482

ea8ac9d

2018-11-17

Ubuntu

update

477

73d1106

2018-11-16

xavier dupré

hackathon

474

e4837f0

2018-11-13

xavier dupré

pep8

471

00b1b51

2018-11-13

xavier dupré

disable tests if tensorflow not installed

470

320cb92

2018-11-13

xavier dupré

update local ci

469

aa3580e

2018-11-13

xavier dupré

update local ci

467

387d95e

2018-11-12

xavier dupré

Update _unittests/ut_hackathon/test_bing.py

466

30a518e

2018-11-12

xavier dupré

disable on test which crashes on a remote machine

465

39b319a

2018-11-12

xavier dupré

Windows and Linux do not go through files in the same order, update unit test

464

0eda9a4

2018-11-12

xavier dupré

Fixes remaining failing tests

463

2ef5478

2018-11-12

xavier dupré

Fix documentation and unit tests

462

b42d88b

2018-11-12

xavier dupré

update notebook on geo data

461

24ae1ad

2018-11-12

xavier dupré

requirements

460

ad59e11

2018-11-11

xavier dupré

Preparation of the data is done for the hackathon 2018

459

e297fda

2018-11-11

xavier dupré

Fixes #11, implements helpers for images, knn

458

649d95e

2018-11-06

xavier dupré

Update _doc/sphinxdoc/source/projects/2018/visuel_affiche.png

457

632e411

2018-11-06

xavier dupré

Update _unittests/ut_restapi/test_dummy_app_search_img.py

456

66672af

2018-11-05

xavier dupré

Update _unittests/ut_hackathon/test_crypt.py

455

cbbe17c

2018-11-05

xavier dupré

Update _unittests/ut_hackathon/test_crypt.py

454

16d1ab1

2018-11-05

xavier dupré

first page for the hackathon 2018

453

f33d242

2018-10-28

xavier dupré

Cheat sheet

452

feffb8b

2018-10-21

xavier dupré

Update _doc/sphinxdoc/source/cheatsheet/git.rst

451

76528a3

2018-10-14

xavier dupré

pep8

450

d888dab

2018-10-14

xavier dupré

update requirements

449

cac28ea

2018-10-14

xavier dupré

remove one file

448

a1d023d

2018-10-14

xavier dupré

update with velib challenge

447

54704fe

2018-10-10

xavier dupré

blog post

446

3d869cf

2018-10-08

xavier dupré

update requirements

445

662b2ab

2018-10-06

xavier dupré

documentation refactoring

444

e32aa58

2018-09-24

xavier dupré

glossaire, index, pep8, icon

443

1a90ba6

2018-09-23

xavier dupré

cheatsheet

442

71697f2

2018-09-19

xavier dupré

circleci

441

63012ca

2018-09-04

xavier dupré

update documentation

440

b6e7455

2018-08-28

xavier dupré

add missing dependencies for circleci

439

7a4a32f

2018-08-26

xavier dupré

update circleci

438

d064ee7

2018-08-26

xavier dupré

fix folder separator for linux

437

391b677

2018-08-26

xavier dupré

fix missing requirement

436

7cfc97c

2018-08-26

xavier dupré

refresh notebooks, fixes a couple of issues

435

deb6dce

2018-08-25

xavier dupré

update local linux jenkins job

434

db20909

2018-08-23

xavier dupré

update appveyor

433

c40acf1

2018-08-22

xavier dupré

add cartopy on appveyor

432

3497619

2018-08-22

xavier dupré

update local jenkins linux

431

e5cc85c

2018-08-21

xavier dupré

pep8

430

1692e33

2018-08-21

xavier dupré

import missing module

429

7cb4914

2018-08-21

xavier dupré

fix unit test for linux

428

b1ba989

2018-08-21

xavier dupré

add local jenkins job linux

427

a882913

2018-08-13

xavier dupré

fix #9, update function with folium 0.6

426

e50ef1c

2018-08-13

xavier dupré

fix for folium 0.6

425

f12ae04

2018-08-12

xavier dupré

update error message

424

bcf1986

2018-08-12

xavier dupré

update requirements

423

7a57f3f

2018-08-09

xavier dupré

rename for the latest version of pyensae

422

e836c09

2018-07-29

xavier dupré

change documentation style

421

1baaf94

2018-07-29

xavier dupré

update documentation style

420

2f637ee

2018-07-28

xavier dupré

move one unit test at the end

419

8ef506d

2018-07-27

xavier dupré

fix #8, issue in plot_streets_network

418

8ee083c

2018-07-25

xavier dupré

fix requirements

417

858ab9b

2018-07-23

xavier dupré

update CI for cartopy

416

ec298cc

2018-07-23

xavier dupré

remove dependency on cartopy #2

415

96442e2

2018-07-22

xavier dupré

fix style

414

b6e7814

2018-07-22

xavier dupré

fix style

413

3ec6421

2018-07-22

xavier dupré

back to python 3.6 on CI (pyproj not available yet)

412

378f81f

2018-07-22

xavier dupré

update CI for circleci

411

7a0793d

2018-07-22

xavier dupré

update CI

410

e3b11bf

2018-07-08

xavier dupré

update cheat sheet

409

ee4849f

2018-07-07

xavier dupré

update pandoc on circleci

408

73fc562

2018-07-01

xavier dupré

update git cheat sheet

407

526dbc7

2018-06-15

xavier dupré

more tips on git

406

682781a

2018-06-13

xavier dupré

update cheatsheet on git

405

b9c5482

2018-06-13

xavier dupré

add cheat sheet

404

de81f9f

2018-05-17

xavier dupré

setup, circlecli, minor changes

402

272119f

2018-05-13

xavier dupré

remove unncessary import

401

3d51326

2018-05-13

xavier dupré

fix failing unit tests

400

e8d36a3

2018-05-13

xavier dupré

fix for pylint

399

a491584

2018-05-13

xavier dupré

changes for pylint

398

f3f0286

2018-05-02

xavier dupré

update requirements

397

75a677d

2018-04-29

xavier dupré

fix blog post

396

f354395

2018-04-22

xavier dupré

rename images

395

a3ed042

2018-04-20

xavier dupré

update notebook on pip

394

921b6d8

2018-04-20

xavier dupré

rename temp folder

393

9a609a9

2018-04-20

xavier dupré

add -y in notebook on pip

392

fef38f4

2018-04-20

xavier dupré

split unit test

391

afec701

2018-04-19

xavier dupré

update requirements and one unit test

390

b75594a

2018-04-17

xavier dupré

update for pip 9, 10

389

4a2ebff

2018-04-17

xavier dupré

update travis

388

91f9423

2018-04-17

xavier dupré

update pip

387

2aa1770

2018-04-17

xavier dupré

update requirements

386

79af6c4

2018-04-17

xavier dupré

fix pip.main

385

788fc7e

2018-04-16

xavier dupré

update appveyor requirements

384

4b5991c

2018-04-14

xavier dupré

update requirements

383

5d3a74e

2018-04-14

xavier dupré

update requirements

382

93ee3fe

2018-04-14

xavier dupré

complete hackathon #6, rename flake8 into code_style

381

df44b78

2018-03-12

xavier dupré

update travis for basemap

380

8d381ea

2018-03-11

xavier dupré

fix unit test on travis, appveyor

379

260352c

2018-03-11

xavier dupré

fix unit test

378

a8b6867

2018-03-11

xavier dupré

update setup.py

377

0ac185b

2018-02-25

xavier dupré

requirements

376

9bcc192

2018-02-24

xavier dupré

requirmenets

375

4ae8f92

2018-02-24

xavier dupré

update requirements

374

c069254

2018-02-24

xavier dupré

requirements

373

7b0457b

2018-02-24

xavier dupré

disable unit test on travis

372

2cc60f6

2018-02-24

xavier dupré

skip another unit test on travis

371

359d12f

2018-02-24

xavier dupré

requirements

370

cda68c5

2018-02-24

xavier dupré

requirements

369

e0b3b86

2018-02-24

xavier dupré

setup, documentation

368

ae2d8fd

2018-02-21

xavier dupré

update requirements

367

df0dba7

2018-02-21

xavier dupré

disable a unit test on travis

366

6000cec

2018-02-17

xavier dupré

update requirements

365

d00e8da

2018-02-16

xavier dupré

add missing dependcy

364

3beb464

2018-02-12

xavier dupré

update requirements

363

d1dbd3a

2018-02-11

xavier dupré

update rest api api due to a change in falcon unit test api

362

20f1d3a

2018-02-11

xavier dupré

update unit test, disable tests on travis

361

e992f92

2018-01-02

xavier dupré

update license

360

42b70b2

2017-12-28

xavier dupré

style

359

a9dce62

2017-12-28

xavier dupré

fix unit test, copy more fies

358

11214a2

2017-12-27

xavier dupré

update unit test

357

cf52ae4

2017-12-26

xavier dupré

move files

356

ef24b9b

2017-12-23

xavier dupré

fix unit test and documentation

355

d4b4b2e

2017-12-23

xavier dupré

fix unit test notebooks

354

b9fff50

2017-12-23

xavier dupré

pep8 - requirements

353

88efbe5

2017-12-23

xavier dupré

few changes, changes styles, links

352

8ae6a31

2017-12-22

xavier dupré

update image path

351

167de32

2017-12-22

xavier dupré

update examples on search engine for images

350

2e28944

2017-12-16

xavier dupré

extend notebook coverage

349

3d26c75

2017-12-10

xavier dupré

update appveyor

348

3fac51c

2017-12-10

xavier dupré

update example for circleci

347

39726c7

2017-12-10

xavier dupré

update example

346

66b0a9a

2017-12-09

xavier dupré

test inspect

345

56cb873

2017-12-09

xavier dupré

check example

344

35531b6

2017-12-09

xavier dupré

disable some part of a scripts

343

b4475f7

2017-12-09

xavier dupré

tries something for circleci

342

5ad3b63

2017-12-09

xavier dupré

update example script

341

b679e3b

2017-12-09

xavier dupré

fix syntax issue

339

881d584

2017-12-08

xavier dupré

update example

338

2f9ef57

2017-12-07

xavier dupré

fix port

336

ee16f61

2017-12-07

xavier dupré

update port

334

e8a7370

2017-12-07

xavier dupré

update script example on search engine

333

c8767ff

2017-12-06

xavier dupré

fix dependency, copy images

332

9a65d1a

2017-12-06

xavier dupré

remove __file__ from an example

330

43df961

2017-12-06

xavier dupré

fix linux / windows paths

329

8b230fe

2017-12-06

xavier dupré

fix path issue linux / windows

328

51c658c

2017-12-06

xavier dupré

add example on a application for a search engine for images

327

95efebc

2017-12-06

xavier dupré

documentation, add an example for a search engine for images

326

5210348

2017-12-01

xavier dupré

update script

325

2735c20

2017-11-29

xavier dupré

hackathon, documentation

324

39e73ba

2017-11-28

xavier dupré

change title

323

b8f135f

2017-11-28

xavier dupré

hackathon

322

7ab5c15

2017-11-26

xavier dupré

twitter + photos

321

05b5488

2017-11-24

xavier dupré

fix formula

320

da7b65d

2017-11-24

xavier dupré

add a link

319

995870a

2017-11-24

xavier dupré

tpis

316

2d8daf1

2017-11-24

xavier dupré

hackathon

314

48a8a2a

2017-11-23

xavier dupré

fix links

313

a2f3563

2017-11-23

xavier dupré

fix typo

312

f1754de

2017-11-23

xavier dupré

description des challenges

311

69bc092

2017-11-23

xavier dupré

hackathon

310

a247cab

2017-11-22

xavier dupré

fix for a formula

309

4e80617

2017-11-22

xavier dupré

update links

308

4a60b0c

2017-11-22

xavier dupré

hackathon

306

589077c

2017-11-21

xavier dupré

fix a bug in the documentation

305

c8adac2

2017-11-21

xavier dupré

documentation + add more extracted fields

303

04de5c7

2017-11-20

xavier dupré

update title and images

302

1194c27

2017-11-20

xavier dupré

hackathon 2017

301

565f0a9

2017-11-19

xavier dupré

update setup.py

300

f22218b

2017-11-18

xavier dupré

add artifacts on appveyor

299

7a64139

2017-11-12

xavier dupré

misspelling

298

d80e696

2017-11-12

xavier dupré

update python version

297

a0c8c45

2017-11-11

xavier dupré

update appveyor

296

6d7e2de

2017-11-09

xavier dupré

fix notebook

295

2d64a01

2017-11-09

xavier dupré

fixes notebooks

294

7b72916

2017-11-09

xavier dupré

missing import

293

17874eb

2017-11-09

xavier dupré

fix notebook

292

a1a0065

2017-11-09

xavier dupré

fix unit test and adjsut to matplotlib

291

2ac986c

2017-11-09

xavier dupré

rename a folder

290

8759042

2017-10-31

xavier dupré

fix image format

289

c81dd69

2017-10-31

xavier dupré

fix image format

288

68ece4b

2017-10-31

xavier dupré

shorter import

287

2c555bb

2017-10-31

xavier dupré

implements resize_image

285

410b01d

2017-10-30

xavier dupré

first piece of code for the hackathon 2017

284

525b605

2017-10-20

xavier dupré

update notebook

283

8607295

2017-10-20

xavier dupré

switch to notebook 5.1.0

282

3900ac2

2017-10-18

xavier dupré

catch warning around keyring

281

20dc2e1

2017-10-17

xavier dupré

split a failing unit trest

280

9233ab0

2017-10-09

xavier dupré

update notebook

279

a3f759d

2017-10-09

xavier dupré

update names in temporary folders in unit tests

278

466e285

2017-10-09

xavier dupré

update requirements for appveyor

276

11b7373

2017-10-08

xavier dupré

add logo + changing titles

275

4573e6f

2017-10-07

xavier dupré

disable one test on appveyor

274

f36d210

2017-10-07

xavier dupré

encoding

273

5d2dedd

2017-10-06

xavier dupré

update requirements

272

3b18a1e

2017-10-06

xavier dupré

more pictures on hackathons

270

f4ad8c8

2017-10-03

xavier dupré

fix unit test

269

153ce19

2017-10-03

xavier dupré

add cheat sheet on images

268

f03a746

2017-09-18

xavier dupré

update requirements

267

a75c1fb

2017-09-17

xavier dupré

fix unit test testing a notebook

266

3a883fc

2017-09-17

xavier dupré

add history in setup.py

265

8109df9

2017-09-16

xavier dupré

split unit test

264

203f5b5

2017-09-14

xavier dupré

notebook on programmation example

263

4d47c78

2017-09-10

xavier dupré

update requirements

262

23f40c8

2017-09-10

xavier dupré

remove dependency on pymmails

261

32546a6

2017-09-10

xavier dupré

update requirements

260

464d3fa

2017-09-10

xavier dupré

fix misspelling

259

8138cdd

2017-09-01

xavier dupré

increase notebook coverage

258

ba6d82e

2017-09-01

xavier dupré

misspelling

257

5d0689d

2017-08-30

xavier dupré

move a unit test

255

22d4787

2017-08-26

xavier dupré

update travis requirements

254

c87eefa

2017-08-26

xavier dupré

requirements

253

7c207ec

2017-08-26

xavier dupré

ifx build

252

8e9b0a9

2017-08-25

xavier dupré

update requirements

251

6327a0e

2017-08-24

xavier dupré

add cheat sheet on beautiful soup

250

02966c7

2017-08-24

xavier dupré

catch an exception

247

0d3acd3

2017-08-23

xavier dupré

requirmeents

246

ce78438

2017-08-23

xavier dupré

requirements

245

645575f

2017-08-23

xavier dupré

fix circleci

244

42626a5

2017-08-23

xavier dupré

circleci

241

14c750d

2017-08-15

xavier dupré

fix notebook unit test

240

db067e1

2017-08-15

xavier dupré

fix import issue

239

a753e5a

2017-08-15

xavier dupré

add coverage for unit test

238

7c6d759

2017-08-08

xavier dupré

licence

237

6298093

2017-08-07

xavier dupré

typo

236

f2f85c4

2017-07-05

xavier dupré

Merge branch ‘master’ of https://github.com/sdpython/ensae_projects

235

52dc20c

2017-07-05

xavier dupré

update radius size

234

669b9d4

2017-07-01

xavier dupré

stop testing again 3.5

233

9f99b5f

2017-07-01

xavier dupré

fix for python 3.6 travis

232

9525feb

2017-07-01

xavier dupré

update travis build for 3.6

231

2aacb49

2017-07-01

xavier dupré

update travis build

230

e54d5f6

2017-06-30

xavier dupré

update setup.py

229

7513d11

2017-06-29

xavier dupré

update setup.py

228

bcf63a8

2017-06-29

xavier dupré

35 to 36

227

b8b3162

2017-06-11

xavier dupré

update jenkins build

226

f2c9d1d

2017-05-23

xavier dupré

rename subpackage from data to datainc

225

d697b4c

2017-05-23

xavier dupré

fix path in jenkins job definition

224

945a278

2017-05-22

xavier dupré

update setup.py

223

1bdfd5c

2017-05-22

xavier dupré

update jenkins_build

222

5443b01

2017-05-21

xavier dupré

update setup.py

221

debdbb4

2017-05-21

xavier dupré

remove .ix

219

99fe2fc

2017-05-08

xavier dupré

update license

218

b38bff4

2017-04-22

xavier dupré

documentation configuration

217

ad9347a

2017-04-01

xavier dupré

disable 2 unit tests on travis

216

57b77e0

2017-03-30

xavier dupré

disable a unit test

215

275a2c2

2017-03-29

xavier dupré

update travis

214

b4ff382

2017-03-25

xavier dupré

add a challenge about knn and kdtree

213

f4582dc

2017-03-11

xavier dupré

rename unittests

212

472acd1

2017-03-05

xavier dupré

update gitignore

211

35817d7

2017-02-23

xavier dupré

move to bin

210

f1c4b2f

2017-02-23

xavier dupré

jenkins and documentation

209

ceec7d0

2017-02-22

xavier dupré

fix notebook

208

b526d46

2017-02-21

xavier dupré

update timeout

207

c5689eb

2017-02-17

xavier dupré

update jenkins anaconda

206

f66b4fd

2017-02-16

xavier dupré

update jenkins winpython

205

2e77582

2017-02-16

xavier dupré

udpate notebook

204

6e03d0b

2017-02-14

xavier dupré

notebook update

203

b623964

2017-02-14

xavier dupré

pep8

202

c2a67eb

2017-02-14

xavier dupré

graph and notebooks

201

d2fe662

2017-02-13

xavier dupré

split unit test

200

64590a4

2017-02-12

xavier dupré

udpate with notebook for city bike

199

8d8f9a0

2017-02-12

xavier dupré

travis

198

d42b6e0

2017-02-12

xavier dupré

update appveyor badge

197

0051eeb

2017-02-05

xavier dupré

fix encoding

196

1957926

2017-02-04

xavier dupré

fix travis build

195

cc3061e

2017-01-31

xavier dupré

improve exception

194

3d56907

2017-01-31

xavier dupré

update notebooks and documentation

193

b080368

2017-01-07

xavier dupré

fix a notebook failing due to encoding

192

6d13206

2017-01-06

xavier dupré

update local jenkins

191

dd2f673

2017-01-04

xavier dupré

update travis build

190

268eb29

2017-01-03

xavier dupré

update jenkins build

189

6d0f985

2017-01-01

xavier dupré

remove 3.6 (basemap not available on travis)

188

c093154

2017-01-01

xavier dupré

add python 3.6 for ci

187

0458b02

2016-12-29

xavier dupré

rst cleaning

186

67da206

2016-12-25

xavier dupré

add description to notebooks

185

016c239

2016-12-24

xavier dupré

update documentation and style

184

ffc8b3b

2016-12-18

xavier dupré

update gitignore

183

f3fe3a0

2016-12-16

xavier dupré

update challenge and documentation

182

be968df

2016-12-15

xavier dupré

add existing implementation of blossom

180

210b909

2016-12-14

xavier dupré

add function to compute best paths

179

0d7799a

2016-12-09

xavier dupré

cheat sheets

177

7700d71

2016-12-03

xavier dupré

remove download badge

176

7b518db

2016-11-29

xavier dupré

hackathon

173

09225c5

2016-11-27

xavier dupré

fix unit test

172

91718de

2016-11-27

xavier dupré

add cresus data

171

a4c8984

2016-11-27

xavier dupré

add competition

170

fc21880

2016-11-27

xavier dupré

update unit test

169

d238a4a

2016-11-27

xavier dupré

update competition and unit test for hackathon 2016

168

a140f56

2016-11-25

xavier dupré

update data for the competition

166

cc0c2ed

2016-11-25

xavier dupré

update

165

540743b

2016-11-25

xavier dupré

move a unit test out of the regular list

163

da585c9

2016-11-25

xavier dupré

move a unit test in another series

162

5299fc4

2016-11-24

xavier dupré

hackathon 2016

161

88601c2

2016-11-24

xavier dupré

fix appveyor

160

b0450e1

2016-11-23

xavier dupré

pep8

159

ed57a95

2016-11-23

xavier dupré

code to prepare the data cresus

158

1d88b55

2016-11-22

xavier dupré

delay import keyring

157

679b6f5

2016-11-22

xavier dupré

update with code for cresus

156

ab116ff

2016-11-10

xavier dupré

disable a test on travis

155

fb15838

2016-11-08

dupre

disable a unit test

154

59ad190

2016-11-05

dupre

pep8

153

b6e4daf

2016-11-05

dupre

appveyor

152

ee415e0

2016-11-03

dupre

update requirements

151

472e05a

2016-11-03

dupre

update requirements

150

bea836a

2016-11-03

dupre

fix unit test on cheat sheet notebooks

149

cb4506b

2016-11-03

dupre

update code and notebooks

148

51ca12d

2016-11-02

dupre

add cheat sheets on converting coordinates

147

3d7545f

2016-11-02

dupre

typo

146

589f061

2016-11-01

dupre

update requirements

145

c0b5cc4

2016-11-01

dupre

update notebooks and challenges

144

d93f3e7

2016-11-01

xavier dupré

add data files

143

072f6a3

2016-11-01

xavier dupré

add notebook for city tour challenge

142

1fed347

2016-11-01

xavier dupré

add challenge definition city tour

141

be3c2e3

2016-11-01

dupre

update plotting functions

140

eacd062

2016-11-01

dupre

udpate requirements

139

91e5393

2016-11-01

dupre

update requirements for travis

138

c20d2c1

2016-11-01

dupre

update requirements for travis

137

3add8c2

2016-11-01

dupre

update travis build

136

e41f480

2016-11-01

dupre

update style

135

7e01a19

2016-11-01

dupre

update local build

134

c02e5a6

2016-11-01

dupre

update requirements

133

90c3811

2016-11-01

dupre

update setup.py

132

83976d7

2016-11-01

dupre

update requirements

131

1d2bdd2

2016-10-31

dupre

update requirements

130

c1e9dff

2016-10-31

dupre

add notebook for a challenge

129

8a86bf2

2016-10-31

dupre

add files, codes for a challenge

128

359ad44

2016-10-29

dupre

update tests about encryption

127

ed6b9ee

2016-10-29

dupre

disable a unit test on travis

126

b4f27a4

2016-10-29

dupre

update requirements for python

125

1d004a1

2016-10-29

dupre

update requirements for travis

124

5d57345

2016-10-29

dupre

notebook

123

7288dbd

2016-10-29

dupre

update notebook and documentation

122

2af31fb

2016-10-29

dupre

configuration

121

0655c4a

2016-10-29

dupre

notebook

120

cf779a7

2016-10-29

dupre

update requirements

119

baadce0

2016-10-29

dupre

update configuration

118

db47d03

2016-10-28

dupre

add function get_password, set_password

117

d581587

2016-10-28

dupre

refactoring

116

02b04a6

2016-10-22

dupre

avoid uploading with a wrong subversion number

115

7dc85fc

2016-09-26

dupre

update steup.py

114

0fa812c

2016-09-25

dupre

update appveyor

113

8a4d71e

2016-09-25

dupre

update requirements

112

163a9b1

2016-09-25

dupre

update notebook menu

111

ff7a572

2016-09-12

dupre

update setup.py (cvxopt is optional)

110

ed4c1c9

2016-09-03

dupre

update local jenkins

109

7e4967f

2016-08-31

dupre

update local jenkins

108

e95bc21

2016-08-28

dupre

update local jenkins

107

ecd0c55

2016-08-27

dupre

update locale jenkins

106

0178334

2016-08-27

dupre

update local.jenkins

105

8388546

2016-08-26

dupre

update jenkins definition

104

327a8b1

2016-08-26

dupre

update jenkins build

103

e914725

2016-08-24

dupre

update setup.py

102

c7dc3d3

2016-08-21

dupre

update notebooks

101

1f86d84

2016-07-27

dupre

update notebooks

100

85bdf12

2016-07-26

dupre

update setup.py

95

58b79af

2016-05-04

dupre

update travis, appveyor, flake8

94

20f899c

2016-04-25

dupre

update build_script

93

b5fbebb

2016-04-03

dupre

fix import issue

91

3ea6df8

2016-03-31

dupre

fix test_flake8

90

c5d146c

2016-03-31

dupre

update test_flake8

89

56f4306

2016-03-30

dupre

update test_flake8

88

5ecb0a0

2016-03-27

dupre

update due to changes in pyquickhelper

87

abb21ba

2016-03-12

dupre

remove double requirement

86

03cfd5b

2016-03-12

dupre

update automated build

84

8bc5618

2016-02-23

dupre

update travis build

83

11e6ce6

2016-02-14

dupre

update readme

82

179ceef

2016-01-11

dupre

typo

81

3ea355d

2016-01-11

dupre

update appveyor

80

6b90abe

2016-01-06

dupre

update key, string to binary

79

52e56ba

2016-01-06

dupre

add xgboost

78

52316bd

2016-01-04

dupre

update appveyor + fix key

77

a6797d4

2016-01-03

dupre

update appveyor

76

a58e6df

2016-01-03

dupre

update with appveyor

75

5cdcbf3

2016-01-03

dupre

add coverage token

74

bce6492

2016-01-02

dupre

update requirements

73

0f6a2f3

2015-12-27

dupre

setup.py update

72

49218ac

2015-12-16

dupre

update on the hackathon

71

2c67968

2015-12-15

dupre

add cheat sheet

70

b061ef5

2015-12-13

dupre

example with images

69

a778542

2015-12-13

dupre

update travis

68

1aad153

2015-12-10

dupre

add xgboost as a dependency

67

c48cbe5

2015-12-10

dupre

fix missing file

66

8b9cd12

2015-12-10

dupre

update travis

65

40ae921

2015-12-09

dupre

update travis

64

bf4f817

2015-12-09

dupre

remove dateutils

63

073a52a

2015-12-08

dupre

travis build

62

6d2ce81

2015-12-08

dupre

update travis

61

5fbf5b4

2015-12-08

dupre

update requirements.txt

60

8b0c55f

2015-12-08

dupre

travis build

59

d664e47

2015-12-08

dupre

gitignore

58

43913ce

2015-12-07

dupre

notebook_online_news

57

49634df

2015-12-03

dupre

a very short notebook on PCA

56

c3ad18b

2015-12-03

dupre

update function to clean dumped data

54

6716f32

2015-11-28

dupre

update with more cleaning

53

9acde04

2015-11-28

dupre

links

52

4db61cf

2015-11-27

dupre

Documentation

48

a303153

2015-11-27

dupre

new cheat sheet

47

0ba1097

2015-11-27

dupre

documentatino

46

93f33f5

2015-11-27

dupre

noteboks

45

2a3eee5

2015-11-27

dupre

query target

42

626662a

2015-11-26

dupre

update notebooks

40

795f73f

2015-11-25

dupre

update functions and documentation

39

5d6ef24

2015-11-25

xavier dupré

add function convert_dates

37

08fce16

2015-11-25

dupre

disable a unit test

35

2f25ad9

2015-11-24

xavier dupré

update notebooks

34

c8a912f

2015-11-24

dupre

function and documentation

33

c68f07d

2015-11-24

dupre

fix unit test

31

5c71789

2015-11-24

xavier dupré

fix bug

30

5a94596

2015-11-24

xavier dupré

add some functions

29

84daa87

2015-11-24

dupre

readme

28

d6692f1

2015-11-24

dupre

update data

26

34ece1a

2015-11-24

dupre

update requirements

25

a486957

2015-11-24

dupre

update unit tests

24

3350c91

2015-11-24

dupre

enabel a unit test

23

a28e6fa

2015-11-23

dupre

add a notebook

22

4c8c582

2015-11-23

dupre

update data, schemas

21

89331db

2015-11-22

dupre

update unit tests

20

dabf9df

2015-11-22

dupre

applies pep8

19

ab3b0e5

2015-11-22

xavier dupré

update notebook

18

e9c91d1

2015-11-22

xavier dupré

add documentation

17

6687d6d

2015-11-22

xavier dupré

update module for the hackathon

16

6de6d3a

2015-11-22

dupre

update requirements

15

0eee8b8

2015-11-22

dupre

update requirements

14

d957369

2015-11-22

dupre

fix unit tests for the notebooks

12

4c3b920

2015-11-22

dupre

uploade

11

a9528c2

2015-11-17

dupre

update notebooks

9

33bf181

2015-11-11

dupre

change documentation style

8

a1396dd

2015-11-10

dupre

update travis

7

ac7566d

2015-11-10

dupre

notebook, documentation

6

bcf9a45

2015-11-09

dupre

update notebooks, code

5

b67a068

2015-11-09

xavier dupré

update notebooks

4

3c44c52

2015-11-09

dupre

cleaning

3

bf8510a

2015-11-09

dupre

first notebook

2

45f48ee

2015-11-09

dupre

cleaning

1

30fcf0a

2015-11-09

dupre

first commit