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, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 1, 0, 1, 0, 0, 3, 0, 2, 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

1977

aef52ae

2023-02-19

xavier dupré

lint

1976

9fb19fe

2023-02-13

xavier dupré

Update test_code_style.py

1975

e1e091c

2023-02-04

xavier dupré

exceptions

1974

7662190

2023-02-04

xavier dupré

Update test_code_style.py

1973

feb0b5f

2023-02-04

xavier dupré

exceptions

1970

df8dbff

2023-01-15

xavier dupré

update whl location

1969

c1b1604

2022-12-30

xavier dupré

Update conf.py

1968

c771ae4

2022-12-12

xavier dupré

lint

1967

1bdef22

2022-12-12

xavier dupré

Update install_custom_revealjs.py

1966

df85b5d

2022-12-09

xavier dupré

Update example_xgboost.ipynb

1965

ae70f87

2022-08-16

xavier dupré

lint

1964

a057d3d

2022-08-16

xavier dupré

lint

1963

d68e1a1

2022-08-15

xavier dupré

Delete install_module.ipynb

1962

73b4a84

2022-07-23

xavier dupré

update CI

1961

644edcc

2022-06-05

xavier dupré

ci

1960

8db3e45

2022-05-23

xavier dupré

removes extension typing

1959

e1c6501

2022-05-21

xavier dupré

version, history

1958

1bf7f8a

2022-05-21

xavier dupré

Moves cartopy to the small set

1957

42e6664

2022-05-21

xavier dupré

Update __init__.py

1956

a168b91

2022-05-20

xavier dupré

lint

1955

5b25d99

2022-05-20

xavier dupré

update for !=

1954

fca6a4f

2022-05-20

xavier dupré

lint

1953

01c5f52

2022-03-06

xavier dupré

Update setup.py

1952

0bc9bfc

2022-01-19

xavier dupré

lint

1950

6704b73

2021-11-11

xavier dupré

update history

1949

44f7127

2021-11-11

xavier dupré

lint

1948

4d9a4be

2021-11-11

xavier dupré

Update test_download_numpy.py

1947

395827c

2021-11-11

xavier dupré

add onnxruntime

1946

028ec37

2021-10-31

xavier dupré

Update test_LONG_install_module.py

1945

e27e6e2

2021-10-31

xavier dupré

Update test_LONG_install_module.py

1944

74bf673

2021-10-31

xavier dupré

Update test_LONG_install_module.py

1943

7787b63

2021-10-30

xavier dupré

Update module_install.py

1942

2a297e2

2021-10-29

xavier dupré

Update test_LONG_install_module.py

1941

b765e83

2021-10-27

xavier dupré

lint

1940

72b3a56

2021-10-18

xavier dupré

version

1939

f12a86c

2021-10-12

xavier dupré

lint

1938

a2d580d

2021-10-12

xavier dupré

bypass a unit test on appveyor

1937

3f68f77

2021-10-12

xavier dupré

update version number

1936

a035e1f

2021-10-12

xavier dupré

Fixes for pip==21.3. (#69)

1935

20572c7

2021-10-03

xavier dupré

update CI

1934

90be1bb

2021-10-03

xavier dupré

lint

1933

09fdafe

2021-10-03

xavier dupré

lint

1932

1390b2a

2021-08-21

xavier dupré

Update setup_creation.py

1931

ffd63cb

2021-08-21

xavier dupré

Update test_code_style.py

1929

02edc53

2021-08-19

xavier dupré

Update config.yml

1927

0d3f4ac

2021-07-06

xavier dupré

Update test_code_style.py

1926

af9b350

2021-06-14

xavier dupré

Update conf.py

1925

d5a5831

2021-05-29

xavier dupré

Update config.yml

1923

198b10c

2021-05-28

xavier dupré

Update install_custom_python.py

1922

4efeffd

2021-05-27

xavier dupré

Update install_custom_python.py

1921

d8d7355

2021-05-27

xavier dupré

update travis link

1920

68d84ec

2021-05-27

xavier dupré

remove jsdemo

1919

2b1693f

2021-05-27

xavier dupré

update for pyquicksetup

1918

505fcad

2021-05-27

xavier dupré

add pyquicksetup

1917

3e7c188

2021-05-07

xavier dupré

Update test_code_style.py

1916

b23a4e0

2021-04-16

xavier dupré

lint

1915

42d8882

2021-04-12

xavier dupré

Update .local.jenkins.lin.yml

1914

33797a3

2021-04-12

xavier dupré

Update requirements.txt

1913

4fd863b

2021-04-12

xavier dupré

Update setup.py

1912

beba25c

2021-04-12

xavier dupré

update setup

1911

88fa150

2021-03-12

xavier dupré

lint

1910

282af4f

2021-03-12

xavier dupré

lint

1908

3226a59

2021-01-31

xavier dupré

lint

1907

dc1e59b

2021-01-31

xavier dupré

Update test_LONG_pymy_update_cli.py

1905

07e8426

2021-01-21

xavier dupré

Update .local.jenkins.lin.yml

1904

e3a5c3c

2021-01-18

xavier dupré

Update 2021-01-09_debian.rst

1903

1a32406

2021-01-18

xavier dupré

Update setup.py

1902

ae096ed

2021-01-16

xavier dupré

Update test_LONG_pymy_status_cli.py

1901

3f91b53

2021-01-16

xavier dupré

Update test_LONG_pymy_update_cli.py

1900

1214bcc

2021-01-16

xavier dupré

remove useless unit tests

1899

6bafd2b

2021-01-16

xavier dupré

Update 2021-01-15_pythonnet.rst

1898

cd667e1

2021-01-16

xavier dupré

Update test_script_install_cli.py

1897

c6c8696

2021-01-16

xavier dupré

remove files

1895

ee560f8

2021-01-15

xavier dupré

fix a few unit tests

1894

63c48bd

2021-01-15

xavier dupré

simplification, removes all big set of packages

1893

899e3d5

2021-01-15

xavier dupré

Update test_script_install_cli.py

1892

4ec0221

2021-01-15

xavier dupré

Update install_custom_python.py

1891

a68cfe0

2021-01-15

xavier dupré

Update install_cmd_helper.py

1890

670d163

2021-01-15

xavier dupré

Update install_cmd_helper.py

1889

a6d4b06

2021-01-15

xavier dupré

update ci

1888

2b594ac

2021-01-15

xavier dupré

Create 2021-01-15_pythonnet.rst

1887

5a76256

2021-01-13

xavier dupré

Update 2021-01-11_tf.rst

1886

8c46fee

2021-01-12

xavier dupré

remove x86cpu

1885

cadebaa

2021-01-11

xavier dupré

blog post

1884

d51b004

2021-01-11

xavier dupré

blog post

1881

0ad418f

2021-01-10

xavier dupré

Update 2021-01-09_debian.rst

1880

f173184

2021-01-10

xavier dupré

blog post

1879

3828a71

2021-01-06

xavier dupré

Update 2021-01-06_cairo.rst

1878

c9f2515

2021-01-06

xavier dupré

blog post

1877

ff218f0

2021-01-05

xavier dupré

remove bcolz

1876

693e10d

2021-01-05

xavier dupré

fix remaining unit tests

1875

989dad0

2021-01-05

xavier dupré

Delete test_download_seqlearn.py

1874

8d5653a

2021-01-01

xavier dupré

Update conf.py

1873

4c2dc7d

2021-01-01

xavier dupré

lint

1872

2e41c4e

2021-01-01

xavier dupré

fix appveyor build

1871

8e00c22

2021-01-01

xavier dupré

update license

1870

72b2a21

2021-01-01

xavier dupré

update to python 3.9

1869

57bd651

2020-12-06

xavier dupré

Update test_script_install_cli.py

1868

787f6c8

2020-12-06

xavier dupré

Update config.yml

1867

2209e57

2020-12-06

xavier dupré

Update test_download_gmpy_kivy.py

1866

f0673ed

2020-11-01

xavier dupré

Update test_LONG_pymy_update_cli.py

1865

676cbe9

2020-10-31

xavier dupré

Update test_LONG_pymy_status_cli.py

1864

3ec82d4

2020-10-23

xavier dupré

Update appveyor.yml

1863

4a432ca

2020-09-30

xavier dupré

Create 2020-09-30_setuptools.rst

1862

4f8a79d

2020-09-18

xavier dupré

Update requirements.txt

1861

33c62a5

2020-08-30

xavier dupré

reduce test size

1860

614e3f4

2020-08-30

xavier dupré

Update module_install_version.py

1859

2e8e5cd

2020-08-30

xavier dupré

Update module_install_version.py

1858

75fddaa

2020-08-29

xavier dupré

catch errors

1857

d74fcc9

2020-08-29

xavier dupré

Update module_install_version.py

1856

c320459

2020-08-29

xavier dupré

Fixes #68, delay package checking

1855

b490d12

2020-08-28

xavier dupré

remove ‘W0707’, ‘R1725’

1854

c83a872

2020-06-23

xavier dupré

Update .local.jenkins.lin.yml

1852

9168311

2020-06-21

xavier dupré

Update requirements.txt

1851

ac0079d

2020-06-21

xavier dupré

Update requirements.txt

1850

e75aee3

2020-06-21

xavier dupré

Update requirements.txt

1849

3465233

2020-06-21

xavier dupré

Update requirements.txt

1848

f60aa3d

2020-06-19

xavier dupré

Update packaged_config_0_pyquickhelper.py

1847

02939ce

2020-06-19

xavier dupré

add fire

1846

21e50c2

2020-06-19

xavier dupré

Update requirements.txt

1845

5cac264

2020-06-19

xavier dupré

Update packaged_config_0_pyquickhelper.py

1844

e86df57

2020-06-09

xavier dupré

Update packaged_config_Z_datascientist.py

1843

4b8385a

2020-06-05

xavier dupré

Update requirements.txt

1842

8d7b89e

2020-06-05

xavier dupré

Update requirements.txt

1841

ee0a2ab

2020-06-05

xavier dupré

Update requirements.txt

1840

35703c8

2020-06-05

xavier dupré

Update requirements.txt

1839

1fe1a91

2020-06-05

xavier dupré

add missing modules

1838

287cdbc

2020-05-25

xavier dupré

Update config.yml

1837

bf13c17

2020-05-25

xavier dupré

Update packaged_config_4_ml.py

1836

dfc62dc

2020-05-25

xavier dupré

replaces gitdb2 by gitdb, smmap2 by smmap

1835

e90e5ad

2020-05-16

xavier dupré

Delete MANIFEST.in

1834

df8f719

2020-05-16

xavier dupré

Update appveyor.yml

1833

e4dd002

2020-05-16

xavier dupré

Create MANIFEST.in

1832

8ab7ecb

2020-05-16

xavier dupré

Update test_code_style.py

1831

5dc0754

2020-05-16

xavier dupré

pep8

1830

ecd4bd2

2020-05-16

xavier dupré

pep8

1829

beb1fbf

2020-05-09

xavier dupré

Delete test_download_azure.py

1828

99fd546

2020-05-08

xavier dupré

update for azure

1827

062467d

2020-05-08

xavier dupré

Update appveyor.yml

1826

01454ba

2020-05-08

xavier dupré

Update appveyor.yml

1825

a719bac

2020-04-25

xavier dupré

Fixes #67, filter out installation warnings

1824

f39ca9f

2020-04-09

xavier dupré

Update test_run_notebooks4_git.py

1823

ebfb7e3

2020-04-09

xavier dupré

Update packaged_config_3_extended.py

1822

5466f88

2020-03-28

xavier dupré

Update setup.py

1821

4206e20

2020-02-29

xavier dupré

Update .local.jenkins.lin.yml

1820

f42b200

2020-02-29

xavier dupré

Update .local.jenkins.lin.yml

1819

2777f4e

2020-02-24

xavier dupré

Update requirements.txt

1818

c826d63

2020-02-23

xavier dupré

Update .local.jenkins.lin.yml

1817

9b77d25

2020-02-23

xavier dupré

Update .local.jenkins.lin.yml

1816

8fae971

2020-02-23

xavier dupré

Update .local.jenkins.lin.yml

1815

89201d1

2020-02-12

xavier dupré

Update packaged_config_3_extended.py

1814

8ce2132

2020-02-12

xavier dupré

add typed_ast

1812

5a68bcb

2020-02-03

xavier dupré

Add module threadpoolctl

1811

3a7cc33

2020-02-03

xavier dupré

Create 2020-02-02_local_env.rst

1810

3543229

2020-02-02

xavier dupré

Update .local.jenkins.lin.yml

1809

3ab4486

2020-02-01

xavier dupré

pytube –> pytube3

1808

683fe58

2020-01-30

xavier dupré

Update module_dependencies.py

1807

cdc4d5e

2020-01-30

xavier dupré

add missing modules

1806

9107e4b

2020-01-29

xavier dupré

style

1805

f1f5c96

2020-01-27

xavier dupré

fix mispelling

1804

db2cafb

2020-01-27

xavier dupré

update clean_err

1803

f7f47df

2020-01-27

xavier dupré

Update install_custom_python.py

1802

356d01c

2020-01-26

xavier dupré

Update install_custom_python.py

1801

9cc060c

2020-01-26

xavier dupré

Update install_custom_python.py

1800

377b09e

2020-01-25

xavier dupré

update CI

1799

4f69184

2020-01-02

xavier dupré

Update packaged_config_0_pyquickhelper.py

1798

62ea9d8

2020-01-02

xavier dupré

Update 2019-12-31_38.rst

1797

4f89ebc

2020-01-02

xavier dupré

blog post

1796

57b36c9

2019-12-05

xavier dupré

add pydicom, py-spy, onnx converters

1795

3cfda8f

2019-11-18

xavier dupré

pep8

1794

8368568

2019-11-18

xavier dupré

pep8

1793

35ba101

2019-11-18

xavier dupré

Update install_custom_python.py

1792

410d6f6

2019-11-16

xavier dupré

Update install_custom_python.py

1791

f04ccbd

2019-11-16

xavier dupré

Update test_code_style.py

1790

ebc66e0

2019-11-16

xavier dupré

Update install_custom_python.py

1789

81e7e63

2019-11-16

xavier dupré

Update install_custom_python.py

1788

7ab9fc1

2019-11-13

xavier dupré

restore bottleneck

1787

7af066f

2019-11-13

xavier dupré

remove unused packages

1785

540466f

2019-11-11

xavier dupré

blog post

1783

55b08a3

2019-11-10

xavier dupré

add jupyterlab_pygments

1782

66e002c

2019-11-02

xavier dupré

Add h11, wsproto, httptools

1781

7ba706d

2019-10-19

xavier dupré

Update packaged_config_3_extended.py

1780

811a1fb

2019-10-19

xavier dupré

Add new modules

1779

c433847

2019-10-17

xavier dupré

Update .local.jenkins.lin.yml

1778

79bbd05

2019-09-25

xavier dupré

pep8

1777

666be34

2019-09-23

xavier dupré

Update 2019-09-19_lighttpd.rst

1776

fb49439

2019-09-22

xavier dupré

Update module_install.py

1775

e36f171

2019-09-22

xavier dupré

fixes issue with modules to download

1774

57f8a6a

2019-09-22

xavier dupré

Remove option –no-warn-script-location

1773

a40d261

2019-09-22

xavier dupré

fix unit test

1772

95463fb

2019-09-22

xavier dupré

update package and dependencies

1771

a5233f7

2019-09-21

xavier dupré

Update 2019-09-19_lighttpd.rst

1770

f87d634

2019-09-20

xavier dupré

Update 2019-09-19_lighttpd.rst

1769

b23936f

2019-09-20

xavier dupré

Create 2019-09-19_lighttpd.rst

1768

2f426ab

2019-09-15

xavier dupré

Update install_custom_chromedriver.py

1767

a195468

2019-08-26

xavier dupré

Update README.rst

1766

4595ddf

2019-08-25

xavier dupré

Create 2019-08-25_pyproj.rst

1765

c0ae076

2019-08-23

xavier dupré

Update README.rst

1764

5966864

2019-08-23

xavier dupré

Update README.rst

1762

1fd3921

2019-08-19

xavier dupré

Update install_custom_chromedriver.py

1761

f986e79

2019-08-19

xavier dupré

Fix link to chromedrivier

1760

4d033ae

2019-08-04

xavier dupré

fix issue on linux

1759

5ede91b

2019-08-04

xavier dupré

add –no-warn-script-location

1758

56e7fec

2019-07-30

xavier dupré

fix one unit test broken due to a long version number

1757

5256ba4

2019-06-05

xavier dupré

Fixes #66, removes smopy

1756

93d300b

2019-05-05

xavier dupré

removes pymvpa2

1755

7b39eb7

2019-04-23

xavier dupré

refactoring

1754

f04b9bf

2019-04-23

xavier dupré

Update test_code_style.py

1753

f64e6ed

2019-04-06

xavier dupré

fix path to chrome driver

1752

f66df08

2019-03-30

xavier dupré

remove duplicates

1751

9617c38

2019-03-30

xavier dupré

upgrade version

1750

81c2ca1

2019-03-30

xavier dupré

refactoring of unit tests

1749

6e2296c

2019-03-24

xavier dupré

update tiny things

1748

bc8f4e5

2019-03-17

xavier dupré

Other fix for #65

1747

e6dc7cb

2019-03-17

xavier dupré

Update setup.py

1746

0f0f478

2019-03-17

xavier dupré

Fixes #65, upgrade dependencies to pip >= 10

1745

1f04ebe

2019-03-13

xavier dupré

delay pip import

1744

d98685f

2019-03-09

xavier dupré

Update .local.jenkins.lin.yml

1743

a870e5c

2019-03-07

xavier dupré

Update appveyor.yml

1742

dc53f79

2019-03-07

xavier dupré

remove duplicate

1741

5583af0

2019-03-07

xavier dupré

add jupyterlab-server

1740

19c2558

2019-03-03

xavier dupré

Update 2018-12-29_python37_2.rst

1739

027a718

2019-03-01

xavier dupré

Update requirements.txt

1738

a85f1ab

2019-03-01

xavier dupré

Update 2018-12-29_python37_2.rst

1737

f6847ba

2019-03-01

xavier dupré

remove fixed version in unit test

1736

275bc6d

2019-02-28

xavier dupré

Update 2018-12-29_python37_2.rst

1735

dadc512

2019-02-24

xavier dupré

Update packaged_config_3_extended.py

1734

1b2aeea

2019-02-24

xavier dupré

refresh after building a new setup

1733

7195f97

2019-02-16

xavier dupré

add proglog

1732

d2919c6

2019-02-16

xavier dupré

add mname for imageio_ffmpeg

1731

54de2d8

2019-02-16

xavier dupré

add imageio-ffmpeg

1730

3ad7162

2019-02-16

xavier dupré

Update README.rst

1729

f71de32

2019-02-16

xavier dupré

pep8

1728

fb2de2d

2019-02-15

xavier dupré

add tensorflow-estimator

1727

be3ef9f

2019-02-09

xavier dupré

else raise

1726

2763cc0

2019-02-08

xavier dupré

pep8

1725

0c2958e

2019-02-08

xavier dupré

pep8

1724

1d769e7

2019-02-04

xavier dupré

Update install_cmd_helper.py

1723

9ba49d0

2019-02-02

xavier dupré

Update packaged_config_0_minimal.py

1722

efb2277

2019-02-02

xavier dupré

remove pythonnet from minimal set

1721

1a36166

2019-01-26

xavier dupré

Update build_onnx.bat

1720

2de6561

2019-01-18

xavier dupré

Fix string to look into in OUT when installing a module

1718

8c43f75

2019-01-13

xavier dupré

blog post

1717

857b164

2019-01-13

xavier dupré

Update 2018-12-29_python37_2.rst

1716

83e004f

2019-01-11

xavier dupré

Update 2018-12-29_python37_2.rst

1715

4801857

2019-01-11

xavier dupré

Update requirements.txt

1714

e56cb81

2019-01-11

xavier dupré

rename a blog

1713

8618e29

2019-01-10

xavier dupré

Update requirements.txt

1712

5b0e70a

2019-01-10

xavier dupré

add more testing

1711

1446e86

2019-01-09

xavier dupré

add cupy

1710

1fc0051

2019-01-08

xavier dupré

Update LICENSE.txt

1709

80fad71

2019-01-04

xavier dupré

Update module_dependencies.py

1708

bf31ecb

2019-01-04

xavier dupré

Fix issues for selenium drivers

1707

4c444e5

2019-01-04

xavier dupré

fix module names

1706

a5a0224

2019-01-04

xavier dupré

add missing modules

1705

900760e

2019-01-03

xavier dupré

add soupsieve

1704

3a31b45

2019-01-03

xavier dupré

Update packaged_config_0_pyquickhelper.py

1703

2871743

2019-01-03

xavier dupré

Add missing modules

1702

271c7de

2019-01-03

xavier dupré

Update install_custom_python.py

1701

997ec10

2019-01-03

xavier dupré

Update install_custom_python.py

1700

71539bf

2019-01-03

xavier dupré

Update install_custom_python.py

1699

8599a83

2019-01-03

xavier dupré

update module list

1698

75ae772

2019-01-03

xavier dupré

Update build_script.bat

1697

50ee8bd

2019-01-03

xavier dupré

pep8

1696

861bbc4

2019-01-03

xavier dupré

Improve unit tests about distributions

1695

65a7966

2019-01-03

xavier dupré

Update install_custom_python.py

1694

2313ede

2019-01-03

xavier dupré

Update test_SKIP_python_base.py

1693

396ea63

2019-01-03

xavier dupré

Update install_custom_python.py

1692

f1adab5

2019-01-03

xavier dupré

Update install_custom_python.py

1691

787841c

2019-01-03

xavier dupré

Update install_custom_python.py

1690

f77771b

2019-01-03

xavier dupré

Update install_custom_python.py

1689

41a9125

2019-01-03

xavier dupré

set up an environment variable

1688

5924480

2019-01-03

xavier dupré

blog post

1687

1593181

2019-01-02

xavier dupré

remove nbpshinx

1686

8d6abbf

2018-12-30

xavier dupré

Update 2018-12-29_python37.rst

1685

3972364

2018-12-30

xavier dupré

blog post

1684

23255aa

2018-12-14

xavier dupré

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

1683

f06e7c1

2018-12-14

xavier dupré

blog post

1682

65feb96

2018-12-12

xavier dupré

Update bat

1681

bdf33d5

2018-12-01

xavier dupré

add whl bat

1680

dc59993

2018-11-30

xavier dupré

Remove unused code

1679

d21392b

2018-11-30

xavier dupré

Update test_code_style.py

1678

02c6b88

2018-11-27

xavier dupré

script for libsvm

1677

05c570f

2018-11-25

xavier dupré

Update test_run_notebooks.py

1676

c91caaa

2018-11-10

xavier dupré

Update HISTORY.rst

1675

57ec539

2018-11-10

xavier dupré

Remove one test testing a removed function

1674

1c5eef4

2018-11-10

xavier dupré

Remove ensae_teaching_cs_set.

1673

f45fa50

2018-10-14

xavier dupré

add scikit-plot

1672

7a6b224

2018-10-10

xavier dupré

update notebook for latest version of sklearn

1671

68e4df9

2018-10-06

xavier dupré

Fixes #61, pip import issue

1670

ea55656

2018-09-16

xavier dupré

remove unnecessary dependency

1669

0723deb

2018-09-06

xavier dupré

blog post

1668

63d8351

2018-09-05

xavier dupré

pep8

1667

11d1a06

2018-09-04

xavier dupré

update local jenkins jobs

1666

6999571

2018-09-04

xavier dupré

fix for #60

1665

24c3288

2018-09-04

xavier dupré

update for #60

1664

ed106a9

2018-09-04

xavier dupré

udpate scripts

1663

c820240

2018-09-04

xavier dupré

update linux install

1662

267f9a9

2018-09-04

xavier dupré

fix command line

1661

f641ad3

2018-09-04

xavier dupré

pep8

1660

df05c19

2018-09-04

xavier dupré

update for linux

1659

a8e4b4e

2018-09-04

xavier dupré

first step for #60, standalone linux installation

1658

5cdcd0f

2018-09-03

xavier dupré

remove tifffile

1657

47b36b4

2018-08-29

xavier dupré

add instruction for chromedriver and chrome

1656

aec39bb

2018-08-28

xavier dupré

add missing dependencies for circleci

1655

7498150

2018-08-26

xavier dupré

update circleci

1654

41812a1

2018-08-26

xavier dupré

update instruction

1653

b28d9c6

2018-08-25

xavier dupré

fix renamed parameter

1652

c9f8c6b

2018-08-25

xavier dupré

update blog post and requirements

1651

b659ce3

2018-08-25

xavier dupré

blog post, test distribution for pymyinstall on linux

1649

d51d8e1

2018-08-23

xavier dupré

update blog post

1647

cf29b54

2018-08-22

xavier dupré

blog post and documentation

1646

2f56abb

2018-08-21

xavier dupré

update unit test for linux

1645

2399860

2018-08-21

xavier dupré

better error message

1644

145fefb

2018-08-21

xavier dupré

fix two broken unit tests

1643

1f57dda

2018-08-20

xavier dupré

remove creating of jupyter kernels

1642

a08ad59

2018-08-20

xavier dupré

add jenkins job definition for linux

1641

d860e07

2018-08-20

Ensaegithubxd

add command local_jenkins

1640

a31bc11

2018-08-20

xavier dupré

blog post

1639

178bc48

2018-08-01

xavier dupré

update yahoo-historical

1638

f75d7e2

2018-07-31

xavier dupré

remove gdata, add yahoo_historical to pyensae list of dependencies

1637

51f2d91

2018-07-29

xavier dupré

update unit test

1636

7dc61a1

2018-07-29

xavier dupré

fix syntax error

1635

eef8db9

2018-07-29

xavier dupré

update unit test

1634

cd69856

2018-07-29

xavier dupré

update unit test

1633

a6ca6d6

2018-07-29

xavier dupré

remove or fix a couple of packages

1632

b74dc09

2018-07-29

xavier dupré

update modules, sphinx, twisted, datashader

1631

93bae0a

2018-07-29

xavier dupré

remove option –no-warn-script-location, no available anymore

1630

c01049d

2018-07-29

xavier dupré

change pyside (not maintained anymore) into pyside2

1629

e50e484

2018-07-29

xavier dupré

fix module name

1628

39b2efc

2018-07-29

xavier dupré

remove duplicated modules

1627

db06ed9

2018-07-29

xavier dupré

add missing and new dependencies

1626

b5a8010

2018-07-28

xavier dupré

fix unit test

1625

ba59cbb

2018-07-28

xavier dupré

update for CI

1624

1106fa7

2018-07-28

xavier dupré

add two modules

1623

1f882f6

2018-07-28

xavier dupré

add prometheus_client

1622

8a09a0d

2018-07-27

xavier dupré

update python version

1621

618e34a

2018-07-27

xavier dupré

update history

1620

00e1069

2018-07-27

xavier dupré

fix #59

1619

8ba0489

2018-07-24

xavier dupré

fix style

1618

baa2ccf

2018-07-24

xavier dupré

fix #58, issue with pylzma

1617

531d6dd

2018-07-24

xavier dupré

remove bottlechest

1616

6e49016

2018-07-24

xavier dupré

fix #56, issue in one installed file (cffi)

1615

f92b7d0

2018-07-23

xavier dupré

remove unit test on la

1614

82f8a59

2018-07-23

xavier dupré

fix syntax

1613

863f1f5

2018-07-23

xavier dupré

update requirements

1612

69844e6

2018-07-22

xavier dupré

instability when processing blog post

1611

9863d8f

2018-07-22

xavier dupré

remove basemap

1610

6dc1519

2018-07-22

xavier dupré

update requiremeents

1609

2621b88

2018-07-22

xavier dupré

fix circleci, update requirements

1608

7e288dc

2018-07-22

xavier dupré

update CI

1607

00f3594

2018-07-22

xavier dupré

update pymyinstall to 3.7

1606

4647d6e

2018-07-08

xavier dupré

add module linecache2

1605

6803ddc

2018-07-07

xavier dupré

update pandoc

1604

06c46e1

2018-07-05

xavier dupré

add pyecharts

1603

c755204

2018-07-03

xavier dupré

add traceback2

1602

89b54d2

2018-07-02

xavier dupré

add missing modules

1601

d366b83

2018-07-02

xavier dupré

remove blaze, not maintained anymore

1600

5a7fda6

2018-07-02

xavier dupré

remove odo, does not seem to be maintained

1599

7b59a81

2018-07-02

xavier dupré

rename climate into climate_toolbox

1598

4c3120d

2018-06-27

xavier dupré

update history

1597

c2ead3e

2018-06-27

xavier dupré

remove husl

1596

de7d30a

2018-06-25

xavier dupré

remove test on conda

1595

f0a9335

2018-06-19

xavier dupré

fix torch

1594

35a145a

2018-06-19

xavier dupré

remove fastcluster

1593

6636ccd

2018-06-19

xavier dupré

add torch

1592

1074af4

2018-06-19

xavier dupré

remove arctic

1591

fa6009d

2018-06-19

xavier dupré

remove bitarray

1590

3124559

2018-05-27

xavier dupré

add sseclient-py

1588

b90b48c

2018-05-26

xavier dupré

excpetion for msgpack_python

1587

ba3a0ca

2018-05-25

xavier dupré

update modules list

1586

0cc7dd4

2018-05-25

xavier dupré

filters out unneeded warnings

1585

5279d66

2018-05-25

xavier dupré

add teaching modules

1584

0484be9

2018-05-24

xavier dupré

add missing dependencies

1583

306a2f4

2018-05-24

xavier dupré

update pyensae package list

1582

2304201

2018-05-24

xavier dupré

add new dependencies

1581

5ae30ae

2018-05-24

xavier dupré

improve unit test on sqlitespy

1580

8b392da

2018-05-24

xavier dupré

move some packages

1579

f2083b4

2018-05-24

xavier dupré

add astroid

1578

076c9c3

2018-05-24

xavier dupré

disable one unittest as pypi api has changed

1577

f1f999d

2018-05-24

xavier dupré

fix small bugs, dependencies

1576

3636b5e

2018-05-22

xavier dupré

update python version

1575

2e921d1

2018-05-22

xavier dupré

remove releases, move idna, move jupyter_sphinx

1574

cad4cc5

2018-05-21

xavier dupré

fix unit test failing on windows

1572

a5ad553

2018-05-20

xavier dupré

blogpost

1571

0101c35

2018-05-19

xavier dupré

fix pyearth

1570

85b5292

2018-05-17

xavier dupré

update setup, documentation, circleci

1569

57ea174

2018-05-12

xavier dupré

update code style

1568

99aa00b

2018-05-12

xavier dupré

remove unnecessary file

1567

1fe7f34

2018-05-12

xavier dupré

update code style

1566

6addae7

2018-05-12

xavier dupré

fix pylint issue

1565

e61a64c

2018-05-12

xavier dupré

more for pylint

1564

4ec0655

2018-05-12

xavier dupré

disable a unit test on appveyor

1563

0f0cfd9

2018-05-12

xavier dupré

disable a test on linux

1562

f12132d

2018-05-12

xavier dupré

disable one warning

1561

ac1754b

2018-05-12

xavier dupré

update code_style

1560

42ef071

2018-05-12

xavier dupré

update requirements

1559

1c77d30

2018-05-12

xavier dupré

requirements, disable one test for pylint

1558

78619e2

2018-05-11

xavier dupré

applies pylint

1557

1fddc1d

2018-05-08

xavier dupré

add geojson

1556

e402400

2018-05-06

xavier dupré

add default missing dependencies

1555

b2d5884

2018-05-02

xavier dupré

remove 3.5 in appveyor

1554

aa283c5

2018-05-02

xavier dupré

fix issue #44, #43

1553

b9f0082

2018-04-29

xavier dupré

add missing dependencies for a couple of modules

1552

baf172b

2018-04-29

xavier dupré

update torch

1551

c61024c

2018-04-19

xavier dupré

add module x86cpu

1550

cc15981

2018-04-17

xavier dupré

disable options when downloading

1549

e2a5e9e

2018-04-17

xavier dupré

fix for issue #42 to disable warnings about scrupt path

1548

c883cd5

2018-04-17

xavier dupré

move unit test to LONG series

1547

e82f430

2018-04-17

xavier dupré

blog post, add module onnx, onnxmltools

1546

a5ba8ef

2018-04-16

xavier dupré

update pyensae requirements

1545

0e04bf9

2018-04-14

xavier dupré

fix unit test (legacy format will disappear)

1544

234bd2e

2018-04-14

xavier dupré

fix issue with zipline

1543

bc50ba0

2018-04-14

xavier dupré

fix missing import

1542

1455a2a

2018-04-14

xavier dupré

fix for #41, update to pip 10

1541

9e74f8f

2018-04-14

xavier dupré

style change

1540

3e29bee

2018-04-14

xavier dupré

pep8

1539

64efd77

2018-04-14

xavier dupré

remove one dependency for the setup

1538

80c8257

2018-04-05

xavier dupré

setup.py

1537

f67896e

2018-04-04

xavier dupré

add missing modules #40

1536

cca02f9

2018-04-01

xavier dupré

change order of installation

1535

8f81bf6

2018-03-31

xavier dupré

improve appveyor

1534

cdb1a9c

2018-03-31

xavier dupré

misspelling

1533

b82fd17

2018-03-31

xavier dupré

add ipyscale #39

1532

176c9a5

2018-03-31

xavier dupré

issue #38

1531

0e24cc3

2018-03-31

xavier dupré

fix packaging

1530

795ffba

2018-03-30

xavier dupré

add module packaging

1529

754da77

2018-03-26

xavier dupré

update requirements

1528

578d63d

2018-03-25

xavier dupré

update history

1527

c471164

2018-03-23

xavier dupré

change the order of depencencies (numpy > cython)

1526

42b075a

2018-03-22

xavier dupré

update history

1525

336e62a

2018-03-22

xavier dupré

update requirement

1524

254cc00

2018-03-21

xavier dupré

remove python 2.7

1523

4ccf528

2018-03-20

xavier dupré

add numcodecs for zarr

1522

3db65d6

2018-03-20

xavier dupré

update logging

1521

b74fe6c

2018-03-20

xavier dupré

more logging

1520

bfb2a0e

2018-03-19

xavier dupré

fix for pip 9.0.2

1519

6966a00

2018-03-19

xavier dupré

clean history

1518

317c70f

2018-03-18

xavier dupré

update pip dependency

1517

f217243

2018-03-16

xavier dupré

add asciitree

1516

4e85501

2018-03-16

xavier dupré

fix sqlitespy

1515

49218dc

2018-03-16

xavier dupré

add missing package

1514

5e467fe

2018-03-16

xavier dupré

fix pyquickhelper dependency

1513

d6ac7c3

2018-03-14

xavier dupré

add modules js2py

1512

77e466d

2018-03-13

xavier dupré

update list of dependencies of pyquickhelper

1511

177ff9b

2018-03-13

xavier dupré

add missing module for cairosvg

1510

882803a

2018-03-10

xavier dupré

update module

1509

5c9615f

2018-03-10

xavier dupré

update setup

1508

a93c306

2018-03-10

xavier dupré

add missing dependencies

1507

87195b9

2018-03-10

xavier dupré

add jupyter lab

1506

d7d4d6b

2018-03-10

xavier dupré

add mpl_finance (needed since matplotlib 2.2.0)

1505

c45b771

2018-03-09

xavier dupré

add kiwisolver

1504

935bcc0

2018-03-06

xavier dupré

add geopandas, descartes

1503

1b0d909

2018-03-04

xavier dupré

switch from pip to wheel

1502

0f01f79

2018-03-03

xavier dupré

changes the order of import

1501

cd68004

2018-03-01

xavier dupré

add m2r, blog post

1500

549f930

2018-02-27

xavier dupré

add catboost

1499

0ce1037

2018-02-26

xavier dupré

add azure dependency

1498

856d22a

2018-02-26

xavier dupré

replace msgpack-python by msgpack

1497

50e8f40

2018-02-25

xavier dupré

fix setup.py

1496

9e7f937

2018-02-25

xavier dupré

fix missing dependencies

1495

7bf941c

2018-02-24

xavier dupré

update package order

1494

65fafe0

2018-02-24

xavier dupré

requirements

1493

58b7641

2018-02-24

xavier dupré

setup + documentation

1492

f45d2f7

2018-02-21

xavier dupré

add module for spacy

1491

0d5352c

2018-02-20

xavier dupré

update spacy source

1490

35897ef

2018-02-17

xavier dupré

update requirements

1489

f1874d3

2018-02-16

xavier dupré

fix azure imports

1488

7ddb1ce

2018-02-16

xavier dupré

complete azure

1487

aa1de8b

2018-02-16

xavier dupré

add terminado

1486

6197008

2018-02-16

xavier dupré

add terminado

1485

6167a53

2018-02-16

xavier dupré

refresh installation every month (test of distribution)

1484

be16224

2018-02-16

xavier dupré

add pywinpty

1483

6bd8c1f

2018-02-16

xavier dupré

move wrapt

1482

aa19aac

2018-02-16

xavier dupré

move send2trash

1481

3ee7a2a

2018-02-16

xavier dupré

move urllib3, remove pydocstyle

1480

911c7cb

2018-02-15

xavier dupré

add module kartograph

1479

41f9c93

2018-02-14

xavier dupré

remove revealjs (not updated)

1478

61e8069

2018-02-14

xavier dupré

add pyltr

1477

23de569

2018-02-09

xavier dupré

rename unit test

1476

3c8d1dd

2018-02-03

xavier dupré

rename a unit test

1475

3103479

2018-01-17

xavier dupré

add pywinpty, send2trash

1474

96539db

2018-01-17

xavier dupré

blog

1473

fbc6226

2018-01-14

xavier dupré

remove sphinxcontrib-images

1472

a12cac7

2018-01-12

xavier dupré

refactoring version number

1471

e507baa

2018-01-09

xavier dupré

fix appveyor

1470

7d83838

2018-01-09

xavier dupré

add script for pylzma

1469

4a69a9c

2018-01-08

xavier dupré

update requirements

1468

2c4317b

2018-01-08

xavier dupré

add gizeh, cairocffi

1467

1970436

2018-01-08

xavier dupré

update build_script

1466

c0c7e09

2018-01-07

xavier dupré

remove unused packages

1465

15cfedb

2018-01-05

xavier dupré

documentation and requirements

1460

f4dea2d

2018-01-04

xavier dupré

update regular expressions, documentation

1458

2c360bb

2018-01-04

xavier dupré

update rquirements

1457

13a714d

2018-01-04

xavier dupré

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

1456

9c87bd1

2018-01-04

xavier dupré

add function create_folder_setup, documentation, API

1455

dda06db

2018-01-03

xavier dupré

update versions

1454

3be9b7f

2018-01-02

xavier dupré

move colorlog

1453

c95eb7c

2018-01-02

xavier dupré

update license

1452

fe52459

2017-12-29

xavier dupré

add fastrlock

1451

dec9b93

2017-12-29

xavier dupré

add teachings modules

1450

c9bcdf6

2017-12-28

xavier dupré

add module pytube

1449

bc2887b

2017-12-25

xavier dupré

add fcn and gdown

1448

f684ef3

2017-12-21

xavier dupré

add module cupy

1447

8dd63a1

2017-12-18

xavier dupré

add package geoview

1446

3930ef8

2017-12-15

xavier dupré

add vectormath

1445

f32da5e

2017-12-10

xavier dupré

move mbstrdecoder into pyquickhelper

1444

7975df4

2017-12-09

xavier dupré

moving modules

1443

7f2c4b9

2017-12-09

xavier dupré

update script for datascientist distribution

1442

607d2bd

2017-12-08

xavier dupré

add missing dependencies

1441

eb42c7f

2017-12-08

xavier dupré

add module tabledata

1440

21ab4a7

2017-12-07

xavier dupré

fix a couple of packages

1439

3da214f

2017-12-06

xavier dupré

add sphinx theme

1438

1821d8e

2017-12-02

xavier dupré

blog post, add waitress, fix python installation

1437

c473636

2017-12-02

xavier dupré

add module waitress

1436

9e454c0

2017-12-01

xavier dupré

fix dependencies

1435

c8126ae

2017-12-01

xavier dupré

update appveyor script

1434

d5edfb5

2017-11-30

xavier dupré

add basemap back

1433

7faea99

2017-11-29

xavier dupré

update script, remove discontinued modules (theano, basemap)

1432

c3c5147

2017-11-28

xavier dupré

update version

1431

7097060

2017-11-22

xavier dupré

fix for xgboost

1429

ce53865

2017-11-18

xavier dupré

add artifacts on appveyor

1428

5a2f36c

2017-11-18

xavier dupré

fix unit test pyqt5

1427

9f9519c

2017-11-18

xavier dupré

add misses packages

1426

ec84a0d

2017-11-18

xavier dupré

add missing dependencies

1425

e031fd8

2017-11-17

xavier dupré

add falcon-auth

1424

d2176e5

2017-11-12

xavier dupré

update python version

1423

4f52aad

2017-11-11

xavier dupré

remove pyqt4

1422

72f5d9b

2017-11-11

xavier dupré

add new module including fairtest

1421

10e0521

2017-11-09

xavier dupré

add pytorch

1420

0309a1d

2017-11-05

xavier dupré

add seasonal model

1419

8c965f7

2017-11-04

xavier dupré

blgo post

1418

2fa0015

2017-11-01

xavier dupré

use selenium as a backup to get html pages

1417

97460e0

2017-11-01

xavier dupré

fix url

1416

13a49e9

2017-11-01

xavier dupré

fix blog post

1415

7fe1602

2017-11-01

xavier dupré

blog post + fix for statsmodels

1414

e079073

2017-10-30

xavier dupré

add package ijson

1413

15085cc

2017-10-26

xavier dupré

notebooks and blog post

1412

3155327

2017-10-20

xavier dupré

add notebook number due to notebook 5.1.0

1411

5f05acb

2017-10-18

xavier dupré

fix unit test

1410

67dbc05

2017-10-18

xavier dupré

update datascientist distribution

1409

e82cef3

2017-10-11

xavier dupré

add pocket

1407

187a463

2017-10-07

xavier dupré

blog post

1406

0a595cf

2017-10-06

xavier dupré

sphinxcontrib.youtube not maintained anymore

1405

b3c57a2

2017-10-06

xavier dupré

add sphinx youtube extension

1403

88c65f0

2017-10-05

xavier dupré

fix mackage brotli

1402

e78dc2a

2017-09-27

xavier dupré

add missing module

1401

4c77b56

2017-09-26

xavier dupré

fix path

1400

adabba4

2017-09-26

xavier dupré

add path to PATH when installing Python

1399

4c134e2

2017-09-24

xavier dupré

update jekins

1398

59fc52f

2017-09-24

xavier dupré

blog post + documentation

1396

76dbd72

2017-09-24

xavier dupré

add fast_histogram

1395

9ad9c9c

2017-09-24

xavier dupré

add new modules

1394

26ae815

2017-09-23

xavier dupré

more checking, fix datascientist distribution

1393

0b474a3

2017-09-22

xavier dupré

update package datascientist

1392

2a68719

2017-09-22

xavier dupré

ds set

1391

180266a

2017-09-22

xavier dupré

ifx filtering out lines

1390

c018ecb

2017-09-22

xavier dupré

filter out warning from a couple of unit test

1389

ff357f4

2017-09-22

xavier dupré

tune one exception when installing packages

1388

08444a1

2017-09-21

xavier dupré

show more information in an error message

1387

4fe2535

2017-09-21

xavier dupré

checks that a path is not in sys.path for unit test

1386

64a36f1

2017-09-21

xavier dupré

add parso for jedi

1385

e636f12

2017-09-20

xavier dupré

add missing module

1384

546ea97

2017-09-20

xavier dupré

fix a syntax error

1383

beceb1b

2017-09-19

xavier dupré

try to fix unit test failinig due to max_path limit

1382

aa29941

2017-09-17

xavier dupré

disable one unit test on circleci

1381

9271375

2017-09-17

xavier dupré

disable unit test on circleci

1380

f5cb606

2017-09-17

xavier dupré

update requirements

1379

d305b9c

2017-09-17

xavier dupré

fix and improve notebook on xgbo

1378

1783c88

2017-09-17

xavier dupré

update notebook - still stuck on linux for xgboost

1377

df353ff

2017-09-17

xavier dupré

split unit test

1376

720cdd8

2017-09-17

xavier dupré

fix jenkins jobs

1375

aa5209c

2017-09-17

xavier dupré

update jenkins jobs

1374

7a21a43

2017-09-17

xavier dupré

split a unit test not ending

1373

5b5595e

2017-09-17

xavier dupré

upgrade standalone python version

1372

c77f85f

2017-09-17

xavier dupré

fix bug when testing h5py on Windows

1371

9f9ef2d

2017-09-17

xavier dupré

feature #34 (pip+git) + a couple of fixes + moving ete3

1370

db20659

2017-09-02

xavier dupré

split a unit test in 2

1369

66efa46

2017-09-02

xavier dupré

blog post

1368

a67aa72

2017-09-01

xavier dupré

add modules mnist

1367

f54c688

2017-09-01

xavier dupré

add module thrift

1366

cda53cd

2017-09-01

xavier dupré

remove duplicated module

1365

8d39e80

2017-09-01

xavier dupré

add missing modules

1364

626473c

2017-08-31

xavier dupré

blog post

1363

d86a0fe

2017-08-31

xavier dupré

fix unit test

1362

1ef004e

2017-08-31

xavier dupré

split a unit test

1361

b6bf561

2017-08-31

xavier dupré

fix modules

1360

5e88d32

2017-08-31

xavier dupré

add modules

1358

b124e81

2017-08-29

xavier dupré

fix pyshp, add nbsphinx

1357

58dd47e

2017-08-29

xavier dupré

fix package names

1355

ff5dbae

2017-08-27

xavier dupré

better logging

1354

ee8bc74

2017-08-27

xavier dupré

add modules

1353

a7167b4

2017-08-26

xavier dupré

fix gitpandas name

1352

29a80c8

2017-08-25

xavier dupré

fix underscore

1351

f77b4d5

2017-08-25

xavier dupré

rename packages, add more

1350

7d20838

2017-08-25

xavier dupré

add dependency on git-pandas

1349

7b81501

2017-08-24

xavier dupré

fix issue in regular expression

1348

da901f7

2017-08-20

xavier dupré

documentation rquirements

1347

45995fc

2017-08-20

xavier dupré

circleci

1346

4ef3574

2017-08-20

xavier dupré

update requirements

1345

14847ba

2017-08-20

xavier dupré

update requirements

1344

e06615a

2017-08-20

xavier dupré

fix requirements

1343

c9d89c7

2017-08-20

xavier dupré

fix circleci

1342

f08e4c2

2017-08-20

xavier dupré

update requirements

1341

0dc8ef5

2017-08-20

xavier dupré

add badges

1340

2aa062c

2017-08-20

xavier dupré

enable circleci

1339

093645a

2017-08-20

xavier dupré

add new modules

1338

4cf9231

2017-08-19

xavier dupré

add module foolbox

1337

94920af

2017-08-17

xavier dupré

add module for tensorflow + blog post

1334

51c629e

2017-08-15

xavier dupré

pep8

1333

0f7fbb4

2017-08-15

xavier dupré

update notebook unit test

1332

debb364

2017-08-12

xavier dupré

fix link

1331

6dab094

2017-08-12

xavier dupré

fix a link + one unit test

1330

3fd3ab4

2017-08-12

xavier dupré

update github repo

1329

0a9bc55

2017-08-10

xavier dupré

blog post

1328

cafe525

2017-08-09

xavier dupré

add missing package

1327

0ab8995

2017-08-08

xavier dupré

add extension releases

1326

7e5f168

2017-08-08

xavier dupré

licence

1325

5fd7283

2017-08-06

xavier dupré

fix issue with _ or - in module name

1324

b27b59e

2017-08-06

xavier dupré

fix a bug when fetching a wheel

1323

8827f4d

2017-08-06

xavier dupré

fix missing dependencies

1322

c2f3aa7

2017-08-05

xavier dupré

merge

1321

f2d4409

2017-08-05

xavier dupré

update scripts to build dlib

1320

b84cc47

2017-08-05

xavier dupré

pep8

1319

08bc86e

2017-08-05

xavier dupré

remove a test for travis

1318

9f0873e

2017-08-04

xavier dupré

fix an issue with guidata

1317

4c36089

2017-08-03

xavier dupré

add dependency smmap2

1316

cf1818b

2017-08-03

xavier dupré

add module for thinc

1315

703c142

2017-08-03

xavier dupré

add new modules

1314

43b525a

2017-08-02

xavier dupré

fix unit test

1312

3157843

2017-08-02

xavier dupré

add lightgbm

1311

8ae337b

2017-07-25

xavier dupré

update regular expression

1310

6c8144e

2017-07-22

xavier dupré

fix typo

1309

e381833

2017-07-22

xavier dupré

fix rtree

1308

2670a68

2017-07-20

xavier dupré

fix module drawtree

1307

84f29f9

2017-07-20

xavier dupré

fix syntax issue

1306

367f8f6

2017-07-20

xavier dupré

fixes a few modules

1305

0304ded

2017-07-19

xavier dupré

add link to the build

1304

70e6c32

2017-07-19

xavier dupré

finalize blog post on building dlib on Windows

1303

c303ef5

2017-07-18

xavier dupré

blog post

1302

3c88aab

2017-07-18

xavier dupré

finalize steps to build dlib

1301

7f27554

2017-07-17

xavier dupré

building boost on windows is like a mystery

1300

8461aa5

2017-07-17

xavier dupré

update boost build

1299

d011b90

2017-07-17

xavier dupré

blog post

1298

573921c

2017-07-10

xavier dupré

update blog post

1297

d3a4a0a

2017-07-08

xavier dupré

add blog post

1296

c848dcb

2017-07-07

xavier dupré

update path for dlib (still not working)

1295

a66127d

2017-07-02

xavier dupré

start script to build dlib

1294

d7e6b74

2017-07-02

xavier dupré

move olefile in the main list

1293

1e0823b

2017-07-02

xavier dupré

add blog post

1292

46f9ef6

2017-07-02

xavier dupré

moving pillow to the list standard modules

1291

9afa50e

2017-07-02

xavier dupré

add extension blockdiag

1290

b9cf728

2017-07-01

xavier dupré

update package list

1289

663a62f

2017-06-30

xavier dupré

update setup.py

1288

dddc8ee

2017-06-29

xavier dupré

update setup.py

1287

ff2e818

2017-06-29

xavier dupré

35 to 36

1286

6a3c848

2017-06-24

xavier dupré

add missing packages

1285

cfa0cf5

2017-06-24

xavier dupré

update rgular expressions

1284

12d584d

2017-06-23

xavier dupré

update blog post

1283

e1b347b

2017-06-21

xavier dupré

increase timeouts

1282

688a47b

2017-06-21

xavier dupré

a little bit of cleaning, add bkcharts

1281

302d89e

2017-06-20

xavier dupré

remove duplicated package

1280

6a922ed

2017-06-19

xavier dupré

update error message, packages names

1279

66469f5

2017-06-19

xavier dupré

update script build

1278

ad638ef

2017-06-18

xavier dupré

add unit test on dlib

1277

afcb9cb

2017-06-18

xavier dupré

add colorcet

1276

7052b73

2017-06-18

xavier dupré

update for datashader

1275

3c28b76

2017-06-17

xavier dupré

add pakcage talib

1274

bbca15a

2017-06-11

xavier dupré

fix jenkins build

1273

ffe70bb

2017-06-11

xavier dupré

update jenkins build

1272

4893964

2017-06-07

xavier dupré

add blog post

1271

993f9d4

2017-06-07

xavier dupré

add datascientist minimal set of packages

1270

380bbfe

2017-06-05

xavier dupré

fix or updtae package

1269

972cecc

2017-06-05

xavier dupré

update unit test for virtual environement

1268

4b273fe

2017-06-05

xavier dupré

better exception message

1267

95824e3

2017-06-04

xavier dupré

update a unit test

1266

cd679e7

2017-05-25

xavier dupré

refactoring

1265

105b3e8

2017-05-25

xavier dupré

update a unit test for appveyor

1264

78a4113

2017-05-24

xavier dupré

fix source appveyor

1263

1dca270

2017-05-24

xavier dupré

update unit tests

1262

2b23507

2017-05-23

xavier dupré

add new modules

1261

088d809

2017-05-23

xavier dupré

fix path in jenkins job definition + unit test updates

1260

1aed839

2017-05-22

xavier dupré

update setup.py

1259

709faa0

2017-05-22

xavier dupré

update jenkins_build

1258

2682c5a

2017-05-22

xavier dupré

clean and improve default packages list

1257

083f308

2017-05-21

xavier dupré

update setup.py

1256

1135843

2017-05-17

xavier dupré

fix import issue

1255

b253ba9

2017-05-14

xavier dupré

add missing package

1254

52c4dfc

2017-05-14

xavier dupré

update distribution

1253

f03d97c

2017-05-14

xavier dupré

disable one unit test, not always working

1252

9162ed9

2017-05-09

xavier dupré

skip test with python 3.6

1251

97d43d9

2017-05-08

xavier dupré

add simplesqlite and python3-linkedin

1250

65beee5

2017-05-08

xavier dupré

update package list

1249

6d62c5a

2017-05-08

xavier dupré

update license

1248

d18605e

2017-05-08

xavier dupré

update the code to deal with a html page change

1247

15a9ca1

2017-05-01

xavier dupré

add pycurl to a set of modules

1246

b1ce85f

2017-04-27

xavier dupré

add support for Python 3.6.1

1245

19d4482

2017-04-25

xavier dupré

update local jenkins for Python 2.7

1244

d6c9f1d

2017-04-24

xavier dupré

update setup.py for python 2.7

1243

306d01a

2017-04-23

xavier dupré

pep8

1242

c68c26c

2017-04-23

xavier dupré

fix ctnk

1241

dff7ccf

2017-04-22

xavier dupré

add parameter skip_import to test the presence of a module with pip instead of import module

1240

f2a8c43

2017-04-22

xavier dupré

update missing package

1239

54e6486

2017-04-22

xavier dupré

documentation configuration

1238

d374bd6

2017-04-19

xavier dupré

blog post + update script to install modules

1237

aa7de97

2017-04-16

xavier dupré

blog post

1236

4fa343b

2017-04-05

xavier dupré

fix bottlechest

1235

0e53dca

2017-04-05

xavier dupré

add packages for wikipedia

1234

3d2a39f

2017-03-30

xavier dupré

update module prince

1233

bd1d1c8

2017-03-22

xavier dupré

fix syntax

1232

929dd3e

2017-03-22

xavier dupré

update distro

1231

e7d9814

2017-03-20

xavier dupré

remove a couple of asserts, fix one unit test

1230

5801277

2017-03-20

xavier dupré

update order

1229

31e35ef

2017-03-20

xavier dupré

fix a couple of packages

1228

9b5ac1e

2017-03-19

xavier dupré

fix syntax issue

1227

a4cf2e4

2017-03-19

xavier dupré

fix module name

1226

c02244e

2017-03-19

xavier dupré

fix module name

1225

f1a569e

2017-03-19

xavier dupré

fix distribution and dependencies

1224

2bb752d

2017-03-18

xavier dupré

update timing

1223

d4203f5

2017-03-18

xavier dupré

change module order

1222

f755fdd

2017-03-17

xavier dupré

fix pyjwt / adal

1221

cfab972

2017-03-16

xavier dupré

update modules distribution

1220

2df8ce7

2017-03-16

xavier dupré

add missing modules

1219

403fa22

2017-03-16

xavier dupré

fix distributions for ensae

1218

4309462

2017-03-16

xavier dupré

tweak distribution

1217

80017fe

2017-03-16

xavier dupré

update distribution and packages

1216

a456d75

2017-03-16

xavier dupré

update time

1215

ed19992

2017-03-16

xavier dupré

update missing modules

1214

7bb5ef5

2017-03-15

xavier dupré

fix unit test

1213

0cd6d38

2017-03-15

xavier dupré

better error message in unit test

1212

d2ff6ce

2017-03-15

xavier dupré

update requirements

1211

3cd9b4a

2017-03-15

xavier dupré

fix issue on unit test distribution

1210

795ae26

2017-03-15

xavier dupré

fix uni test about checking distribution installation

1209

ff61b03

2017-03-14

xavier dupré

fix update all

1208

bbda03f

2017-03-13

xavier dupré

update unittest testing distribution

1207

391e75a

2017-03-12

xavier dupré

add new modules for jupyter

1206

c0c91ea

2017-03-11

xavier dupré

update module name

1205

200411f

2017-03-11

xavier dupré

add module branca (folium dependency)

1204

22fc6de

2017-03-08

xavier dupré

add pyclustering and fbprophet

1203

d913d09

2017-03-06

xavier dupré

update unit test to see what is happening

1202

86c955b

2017-03-03

xavier dupré

fix unit test

1201

6830892

2017-03-02

xavier dupré

another fix to install distribution

1200

accc54d

2017-03-02

xavier dupré

fix minimal build

1199

b4439ed

2017-03-02

xavier dupré

update script to test distributions

1198

d5b72dc

2017-03-01

xavier dupré

add post install script + refine test to test distributions + documentation

1197

b6016b3

2017-03-01

xavier dupré

update end to end testing

1196

a7d11ff

2017-02-28

xavier dupré

renaming unit tedt

1195

9aedb42

2017-02-28

xavier dupré

add module cntk

1194

0299f9a

2017-02-23

xavier dupré

move scripts

1193

6a01555

2017-02-23

xavier dupré

jenkins and documentation

1192

7b78857

2017-02-23

xavier dupré

fix putty

1191

e363bb6

2017-02-21

xavier dupré

switch lmfit to pip

1190

110e0cb

2017-02-19

xavier dupré

update packages

1189

5ca657e

2017-02-17

xavier dupré

update jenkins anaconda

1188

33359a3

2017-02-16

xavier dupré

update jenkins winpython

1187

fbdf1aa

2017-02-15

xavier dupré

blog post

1186

b06982b

2017-02-14

xavier dupré

pep8

1185

a5a3850

2017-02-14

xavier dupré

update module list

1184

e835a66

2017-02-12

xavier dupré

fix clean_space

1183

219c82e

2017-02-12

xavier dupré

blog post

1182

be9bd07

2017-02-12

xavier dupré

update unit test to build standalone installation

1181

8c43827

2017-02-12

xavier dupré

travis

1180

9da7e24

2017-02-12

xavier dupré

fix path

1179

3ea667d

2017-02-12

xavier dupré

update local jenkins

1178

518089f

2017-02-12

xavier dupré

update unit test

1177

16f9e74

2017-02-11

xavier dupré

fix setup.py + add modules

1176

dca3b39

2017-02-11

xavier dupré

fix broken unit test

1175

4b10699

2017-02-11

xavier dupré

update appveyor badges

1174

610cc10

2017-02-08

xavier dupré

remove a module + change an exception

1173

3308cfe

2017-02-05

xavier dupré

remove sphinx-nbexamples

1172

7df03d6

2017-02-05

xavier dupré

rename a unit test

1171

af0d9ab

2017-01-31

xavier dupré

pep8

1170

41df319

2017-01-31

xavier dupré

fix bare exception

1169

1644dcf

2017-01-24

xavier dupré

add custom log

1168

ceb0116

2017-01-20

xavier dupré

fix a few unit test

1167

ea3fbc7

2017-01-15

xavier dupré

pep8 + long test

1166

2424761

2017-01-15

xavier dupré

increase timeout

1165

877e9e0

2017-01-15

xavier dupré

update regular expression

1164

637d2b2

2017-01-14

xavier dupré

add pyopencl

1163

86e1ff1

2017-01-12

xavier dupré

remvoe skdata from the list

1162

f9aa2bc

2017-01-11

xavier dupré

pep8

1161

7cd8e60

2017-01-11

xavier dupré

fix a bug in get_pypi_version

1160

45c20f3

2017-01-11

xavier dupré

remove one unit test for a module not supported anymore

1159

1bf33d9

2017-01-11

xavier dupré

update jenkis creation

1158

da9b854

2017-01-10

xavier dupré

update jenkins setup

1157

397ab5f

2017-01-10

xavier dupré

update script to build packages, remove one unit test

1156

74fc9ce

2017-01-10

xavier dupré

fix skip_betas

1155

d667ba6

2017-01-10

xavier dupré

fix one remaining issue

1154

8675871

2017-01-10

xavier dupré

fix a bug when getting pypi version

1153

2cc822c

2017-01-07

xavier dupré

update modules, add pivottablejs

1152

6a16471

2017-01-07

xavier dupré

add script to compile dynd-python

1151

ad6c897

2017-01-06

xavier dupré

update local jenkins

1150

83aefd3

2017-01-06

xavier dupré

remove keyrings.alt

1149

642b1f3

2017-01-05

xavier dupré

remove guidata from the expected list

1148

a1cf6ae

2017-01-05

xavier dupré

remove one package, fix setup install

1147

c8bca63

2017-01-05

xavier dupré

fix unit test for python 3.5

1146

2b6ae7c

2017-01-05

xavier dupré

remove failing packages

1145

74b9e62

2017-01-03

xavier dupré

adding nex pages

1144

ce3b3fb

2017-01-03

xavier dupré

fix unit test on Python 3.6

1143

4096ded

2017-01-03

xavier dupré

fix issue with pypiwin32

1142

d48d473

2017-01-03

xavier dupré

update jenkins build

1141

e0b7d2a

2017-01-03

xavier dupré

add package keyrings.alt

1140

2ca1c40

2017-01-03

xavier dupré

update pymyinstall with pypiwin32

1139

de719c9

2017-01-03

xavier dupré

blog post

1138

2b1c965

2017-01-02

xavier dupré

change timeout for a unit test

1137

691e829

2017-01-02

xavier dupré

increase timeout

1136

9fd2ff5

2017-01-02

xavier dupré

update for sip, pyqt5

1135

7b93ed5

2017-01-02

xavier dupré

update with pyqt5, sip, python-linkedin

1134

6c68b34

2017-01-02

xavier dupré

fix unit test for new releases of python

1133

363dbae

2017-01-02

xavier dupré

fix version evaluation when checking dependencies

1132

a9d24c9

2017-01-02

xavier dupré

fix unit test failing when installing a new version of python

1131

8a47418

2017-01-02

xavier dupré

blog post

1130

33e478c

2017-01-02

xavier dupré

update module install

1129

0a83039

2017-01-01

xavier dupré

swtich xgboost to wheel

1128

f76d663

2017-01-01

xavier dupré

add missing dependencies after some modules were updated

1127

11aee4f

2017-01-01

xavier dupré

update ci for python 3.6

1126

80cb7b6

2016-12-28

xavier dupré

rst cleaning

1123

b5f3886

2016-12-24

xavier dupré

update gitignore

1121

1e3872d

2016-12-20

xavier dupré

update notebooks for a gallery

1120

8278d9a

2016-12-20

xavier dupré

add module sphinx nbexamples

1119

d6be1d0

2016-12-18

xavier dupré

update gitignore

1118

bf51a7d

2016-12-11

xavier dupré

disable a test for Python 2.7

1117

b0c2e7b

2016-12-09

xavier dupré

add parameter set

1116

94a8911

2016-12-08

xavier dupré

fix unit test on appveyor

1115

4bb4d70

2016-12-08

xavier dupré

add module pytablewriter

1114

a6d0aaf

2016-12-06

xavier dupré

blog

1113

8300c56

2016-12-06

xavier dupré

add prince

1112

d15d94c

2016-12-05

xavier dupré

update setup.py

1111

8f0272e

2016-12-04

xavier dupré

disable test on a virtual environment

1110

db27968

2016-12-04

xavier dupré

fix for Python 2.7

1109

3a6ce2f

2016-12-04

xavier dupré

change tested module in status_helper

1108

e2f0dfd

2016-12-04

xavier dupré

change expected module

1107

9318159

2016-12-04

xavier dupré

add script to a get a status on the current distribution

1106

b8c1a4c

2016-12-04

xavier dupré

documentation, example with pivottablejs

1105

40ccb8f

2016-12-03

xavier dupré

remove download badge

1104

f076aea

2016-12-03

xavier dupré

add pympler

1103

f15d14d

2016-12-02

xavier dupré

add module category_encoders

1102

87a9c20

2016-11-27

xavier dupré

change order of modules

1101

2474406

2016-11-20

xavier dupré

add pyotp, tpot

1100

0771642

2016-11-20

xavier dupré

fix a unit test (disable one part)

1099

e12a02f

2016-11-20

xavier dupré

update classifiers

1097

19e0a14

2016-11-12

xavier dupré

update regular expression

1096

ac5de9f

2016-11-10

xavier dupré

update regular expression for modules

1095

90407fe

2016-11-10

xavier dupré

update list of modules

1094

601501d

2016-11-05

dupre

deal with pip 8/9

1093

3ff7223

2016-11-05

dupre

update for pip 9.0

1092

912f70f

2016-11-05

dupre

pep8

1091

c681a92

2016-11-01

dupre

update the order of packages

1090

714d731

2016-10-30

dupre

blog post

1089

9cd6b4d

2016-10-30

dupre

disable a unit test for Python 2.7

1088

6f6cc40

2016-10-29

dupre

blogpost

1087

0372057

2016-10-27

dupre

blog post

1086

1fd837c

2016-10-23

dupre

improve unit test

1085

528b20a

2016-10-22

dupre

better error message for a unit test

1084

cd89621

2016-10-22

dupre

avoid uploading with a wrong subversion number

1083

dc4acc8

2016-10-04

dupre

add module pysocks

1082

71dbbc6

2016-10-03

dupre

udpate build_script

1081

d95732c

2016-10-02

dupre

add dill, zarr

1080

24e631c

2016-09-27

dupre

change order of modules

1079

04fa1c1

2016-09-26

dupre

disable unit test on appveyor

1078

39da368

2016-09-25

dupre

update appveyor

1077

2b1f5b7

2016-09-25

dupre

update appveyor

1076

d9aee74

2016-09-25

dupre

update requirements

1075

a8a74a3

2016-09-25

dupre

update notebook menu

1074

21306b6

2016-09-24

dupre

change the ordering

1073

a8b3a3c

2016-09-21

dupre

update requirements

1072

94672c9

2016-09-21

dupre

update list of notebook to test

1071

d4768d5

2016-09-20

dupre

add treeinterpreter

1070

2461329

2016-09-18

dupre

update sets

1068

3618569

2016-09-18

dupre

fix unit test

1067

da448c6

2016-09-18

dupre

fix unit test

1066

55062ca

2016-09-18

dupre

add pymy_deps + missing packages

1065

f065ec2

2016-09-17

dupre

fix a couple of regular expressions

1064

3b0f6fb

2016-09-11

dupre

fix is_travis_or_appveyor

1063

d9f5acb

2016-09-11

dupre

update imbalanced

1062

6237acc

2016-09-10

dupre

disable one unit test on python 2.7

1061

a9ae67e

2016-09-10

dupre

fix an issue with python 2.7

1060

63d0cc6

2016-09-10

dupre

fix for python 2.7

1059

7484a7c

2016-09-10

dupre

fix import

1058

0da13e4

2016-09-10

dupre

fix missing import

1057

bf1764d

2016-09-10

dupre

add unit test

1056

d823985

2016-09-10

dupre

update unit test

1055

5e13095

2016-09-10

dupre

fixes for ci

1054

fc20bff

2016-09-10

dupre

update for linux

1053

a80e79b

2016-09-10

dupre

update for linux

1052

5226702

2016-09-10

dupre

update for linux

1051

63a980d

2016-09-10

dupre

update for linux

1050

1124b28

2016-09-10

dupre

update for linux

1049

13a2696

2016-09-10

dupre

try for linux

1048

0b1900b

2016-09-10

dupre

update for linux

1047

bf7b807

2016-09-10

dupre

update for linux

1046

8c9947a

2016-09-10

dupre

more explicit error message

1045

32b5562

2016-09-09

dupre

if fLOG is not None:

1044

e3e7fd8

2016-09-09

dupre

pep8 + fixes

1043

4a00ac3

2016-09-09

dupre

force input to None

1042

5f28f17

2016-09-09

dupre

input is None

1041

5fe0b18

2016-09-09

dupre

switch to communicate = True

1040

acb57f7

2016-09-09

dupre

log info

1039

61407f2

2016-09-09

dupre

update run_cmd

1038

26a99d0

2016-09-09

dupre

fix linux exe

1037

53c4650

2016-09-09

dupre

update logging functinos

1036

d26c469

2016-09-09

dupre

improve error message

1035

de8c783

2016-09-09

dupre

add USER with USERNAME

1034

532da37

2016-09-09

dupre

add operadriver, add setuptools as a dependency

1033

43aaec2

2016-09-08

xavier dupré

update test about imported packages

1032

e10cb9f

2016-09-09

dupre

fix parameter name

1031

e1277cb

2016-09-09

dupre

change default values

1030

702ffdc

2016-09-09

dupre

disable unit test on travis

1029

bf0275d

2016-09-09

dupre

update unit test

1028

0b3f2e8

2016-09-09

dupre

update for travis

1027

fc050f3

2016-09-08

dupre

disable unit test on travis

1026

921fd12

2016-09-08

dupre

update unit test for travis

1025

fda5021

2016-09-08

dupre

update unit test

1024

2cf41f3

2016-09-08

dupre

update uni ttest

1023

72c9672

2016-09-08

dupre

update unit tet

1022

df724d0

2016-09-08

dupre

remove do_not_log

1021

7465c59

2016-09-08

xavier dupré

fix issues with run_cmd

1020

0db779b

2016-09-08

dupre

update run_cmd

1019

d99b6a5

2016-09-08

xavier dupré

fix module names + run_cmd

1018

d50e19b

2016-09-08

dupre

blog post

1017

4376390

2016-09-06

xavier dupré

setup update

1016

7a63d5d

2016-09-06

dupre

update unit test

1015

c8dfe4b

2016-09-06

dupre

fix unit test

1014

12b6bdf

2016-09-06

dupre

add module hypothesis

1013

32056fe

2016-09-03

dupre

update local jenkins

1012

62c7a89

2016-08-30

dupre

update setup.py and local jenkins

1011

9e35c20

2016-08-28

dupre

update unit test for appveyor

1010

d771f83

2016-08-28

dupre

update unit test for appveyor

1009

6aad5c6

2016-08-28

dupre

fix an issue for Python 2.7

1008

d780ec2

2016-08-28

dupre

disable unit test on Python 2.7

1007

0422b73

2016-08-28

dupre

disable unit test on Python 2.7

1006

04c319a

2016-08-28

dupre

update local jenkins

1005

f94f233

2016-08-27

dupre

disable test on anaconda

1004

794b507

2016-08-27

dupre

update locale jenkins

1003

e6f5c88

2016-08-27

dupre

update unit tests

1002

1f7ecd1

2016-08-27

dupre

remove rodeo from the imported packages

1001

ba5438e

2016-08-27

dupre

pep8

1000

7de9d13

2016-08-27

dupre

update unit test

999

96f218b

2016-08-27

dupre

update local.jenkins

998

f856713

2016-08-26

dupre

update jenkins definition

997

6434b10

2016-08-26

dupre

update unit test

996

c8bbaad

2016-08-26

dupre

update jenkins build

995

cf256ba

2016-08-26

dupre

blog

994

dad0119

2016-08-25

dupre

update jenkins jobs

993

441d10c

2016-08-25

dupre

fix local jenkins

992

d00b271

2016-08-25

dupre

update local jenkins

991

7c68d52

2016-08-25

dupre

local jenkins, appveyor + add toyplot, images2gif

990

5e63e17

2016-08-24

dupre

pep8

989

bfcbf6a

2016-08-24

dupre

update setup.py + pyshp change

988

f2d5e39

2016-08-21

dupre

update notebooks

987

860878c

2016-08-19

dupre

remove wendelin.core from the set of module to install

986

c601eab

2016-08-18

dupre

update py-earth

985

2498ebc

2016-08-18

dupre

add modules and blog post

984

cf657ba

2016-08-16

dupre

add scikit-contribution

983

6b00234

2016-08-16

dupre

switch param to wheel

982

8768689

2016-08-16

dupre

blog + fix a bug

981

2c54ff8

2016-08-16

dupre

update azure configuration (use rc)

980

104920b

2016-08-16

dupre

update unit test for virtual environment on Anaconda

979

88b4fdc

2016-08-13

dupre

update unit test

978

b03b47a

2016-08-12

dupre

update unit test

977

7ff1066

2016-08-11

dupre

update appveyor

976

45f626f

2016-08-09

dupre

add dependency for appveyor

975

a6c2455

2016-08-09

dupre

blog post + fix in unit test for Anaconda3

974

9cc7ec3

2016-08-08

dupre

pep8

973

bff13f6

2016-08-05

dupre

fix unit tests for appveyor

972

431b3a8

2016-08-05

dupre

update unit test for appveyor

971

0195860

2016-08-05

dupre

disable unit tests on appveyor (cli)

970

efb2cca

2016-08-05

dupre

another try to fix appveyor

969

bda13f3

2016-08-05

dupre

update error messages

968

75b7bfd

2016-08-05

dupre

update error messages

967

5e5c43a

2016-08-05

dupre

update appveyor

966

668b721

2016-08-05

dupre

update appveyor, modules, add scrapy

965

c281f01

2016-08-05

dupre

update appveyor

964

60c27b5

2016-08-05

dupre

fix typo

963

a6d6645

2016-08-05

dupre

fix appveyor

961

6e81a50

2016-08-05

dupre

add appveyor

959

03f2849

2016-08-04

dupre

add argparse to the list of skipped missing dependencies

958

73f036e

2016-08-03

dupre

add module

957

d33677d

2016-08-03

dupre

add new modules

956

c4f77a2

2016-08-03

dupre

update list of modules for profiling

954

c16fc79

2016-07-31

dupre

fix unit test

953

86b172d

2016-07-31

dupre

update unit tests

952

a7c9312

2016-07-28

dupre

add module for ipyhon

951

e90769f

2016-07-28

dupre

add nbextensions

949

1ca166a

2016-07-26

dupre

update setup.py

948

24c5a1d

2016-07-26

dupre

update requirements

947

ec0426b

2016-07-20

dupre

add modules hyperopt and mlxtend

946

b93c5a7

2016-07-14

dupre

update pyquickhelper set

945

ffb1a08

2016-07-14

dupre

add autopy3 for unit test

944

c8fa32d

2016-07-14

dupre

pep8

943

5d8e092

2016-07-14

dupre

add function to download chromedriver

942

df445af

2016-07-12

dupre

switch to pip for qgrid

941

e8487f8

2016-07-10

dupre

add french maps for pygal

940

ff75b48

2016-07-10

dupre

add modules

939

363eca5

2016-07-10

dupre

add brythonmagic

938

e70578d

2016-07-10

dupre

add module brewer2mpl to default set

937

3bad0e0

2016-07-09

dupre

add prompt_toolkit

936

e909031

2016-07-09

xavier dupré

patch when it does not work due to permission error

935

2bf86a7

2016-07-09

dupre

remove duplicate

934

23d1fc4

2016-07-07

dupre

windrandom, biopython + blog post

933

5d1086c

2016-07-07

dupre

add winrandom

932

db9985b

2016-07-05

dupre

fix issues while building the setup

931

91b5b81

2016-07-05

dupre

update module name

930

979ed59

2016-07-05

dupre

remove one module from the list

929

4f7378e

2016-07-03

dupre

fix package name

928

98d8e9f

2016-06-26

dupre

fix typo

927

83bb0c9

2016-06-26

dupre

add module fiona

926

f21238f

2016-06-25

dupre

remove goslate from the list

925

2b6d5fb

2016-06-24

dupre

remove one module

924

91febca

2016-06-24

dupre

change module order

923

ad1f048

2016-06-23

dupre

change the order of two modules

922

409e54b

2016-06-22

dupre

unit test more loose

921

888eb97

2016-06-21

dupre

cleaning and license

920

a091ce1

2016-06-21

dupre

add latex extension

919

8460207

2016-06-20

dupre

add module libcloud

918

4cd1393

2016-06-19

dupre

add 2 modules

917

f060fba

2016-06-18

dupre

fix title

916

2c2d238

2016-06-18

dupre

http –> https

915

c39d442

2016-06-18

dupre

documentation, remove default version, fix blog post, switch to https (pypi)

914

acd466f

2016-06-18

dupre

add pycodestyle module

913

2593195

2016-06-14

dupre

update package list

912

1d39065

2016-06-14

dupre

fix pep8

911

f202286

2016-06-14

dupre

add vizualisation libraries

910

7470c40

2016-06-13

dupre

add geoplotlib

909

d5136a0

2016-06-12

dupre

add module reportlab

908

437ffd6

2016-06-12

dupre

disable a unit test on Python 2.7

907

840f68b

2016-06-11

dupre

add sphinx theme

906

f7eec5a

2016-06-11

dupre

add package jupytalk

905

a0c677d

2016-06-11

dupre

add new package mss

904

bb830ca

2016-06-10

dupre

update unit test

900

a6eff79

2016-06-06

dupre

update setup

899

d4ac43d

2016-06-06

dupre

fix issus, documentation

898

af4f663

2016-06-05

dupre

add modules nbpresent, nbbrowserpdf, pypdf2

897

f0313ae

2016-06-05

dupre

add new modules

896

8f2c25f

2016-06-04

dupre

update list of modules + setup

895

573beb3

2016-06-03

dupre

add themecore

894

aee0029

2016-06-02

dupre

update unit test

893

dd77345

2016-06-01

dupre

update list of modules

892

a6e280f

2016-06-01

dupre

add modules needed by students

891

735a3c1

2016-05-30

dupre

more explicit message

890

c99f4eb

2016-05-30

dupre

add logging information

889

71be0c3

2016-05-29

dupre

fix function call

888

60c56f2

2016-05-29

dupre

remove uvloop from the list for Python <= 3.5

887

7ac125a

2016-05-29

dupre

fix a bug for python 3.4

886

f12978c

2016-05-29

dupre

fix a couple of issues with modules and versions

885

cd4804c

2016-05-29

dupre

update code to remove a warning

884

0c87407

2016-05-28

dupre

typo

883

e24da2b

2016-05-28

dupre

update list of modules

882

3d76537

2016-05-28

dupre

add module httpie

881

84e2e27

2016-05-23

dupre

disable a unit test for Python 2.7

880

d57c1ed

2016-05-23

dupre

better error message for Python 2.7

879

df57186

2016-05-22

dupre

update a regular expression

878

7b585ba

2016-05-21

dupre

fix travis

877

9614155

2016-05-21

dupre

add missing package

876

c832ddd

2016-05-17

dupre

fix bug in script (change variable names)

875

81ec002

2016-05-17

dupre

fix unit test name

874

a65273e

2016-05-17

dupre

fix unit test for graphviz

873

41e8fc9

2016-05-16

dupre

update scripts for orange

872

ed73f38

2016-05-15

dupre

add modules

871

b123c40

2016-05-15

xavier dupré

update test

870

ed746dc

2016-05-15

xavier dupré

fix missing package, update setup

869

e7ac238

2016-05-14

xavier dupré

update package installation

868

582c61d

2016-05-14

xavier dupré

update for ad3

867

9a96d6b

2016-05-13

dupre

add unit test to check what was installed and not installed

866

f72a744

2016-05-13

xavier dupré

add ad3

865

d50f965

2016-05-13

dupre

fix pep8

864

a51180e

2016-05-12

xavier dupré

fix a typo

863

1158d9d

2016-05-12

dupre

update for travis

862

488f4dc

2016-05-12

xavier dupré

typo

861

2ffaef5

2016-05-12

xavier dupré

update with h2o package

860

de2d04f

2016-05-12

dupre

add orange, add specific install instructions

859

91597ac

2016-05-11

dupre

forgot comma

858

3d9799b

2016-05-10

dupre

update documentation

857

7254a5e

2016-05-10

dupre

update for Orange3, still an update to make to build Orange (needs to modify ModuleInstall)

856

04b2623

2016-05-09

dupre

add yaml to ensae_teaching_cs

855

9f5a27b

2016-05-08

dupre

update setup for python27

854

c57b03e

2016-05-08

dupre

disable test for python 2.7

853

0469107

2016-05-07

dupre

pep8

852

faccd12

2016-05-07

dupre

fix import not suported by flake8 anymore

851

706df39

2016-05-04

dupre

add module splinter

850

688bc39

2016-05-04

dupre

update travis

849

966746b

2016-05-04

dupre

fix pep8 unit test

848

919622f

2016-05-04

dupre

uvlooop + natgrid

847

eacd39b

2016-05-02

dupre

add module pyPdf

846

83f5f7b

2016-04-30

dupre

remove one backslash

845

e87ae9c

2016-04-30

dupre

fix pep8

844

6141bfc

2016-04-29

dupre

update regular expression

843

00faf29

2016-04-25

dupre

update build_script

842

d6816ba

2016-04-24

dupre

update pymyinstall

841

48f3e22

2016-04-24

dupre

update the list of modules

840

2777f5d

2016-04-23

dupre

add module backports

839

37f4067

2016-04-12

dupre

add module entrypoints

838

b7f7f87

2016-04-10

dupre

missing licence

837

1279860

2016-04-09

dupre

update script to deal with scripts lower case

836

2db044c

2016-04-07

dupre

update pymyinstall for Python 2.7

835

dfa910d

2016-04-04

dupre

rename a unit test

834

556dc8e

2016-04-04

dupre

blog post on how to build xgboost

833

2c8ff10

2016-04-04

dupre

add module xarray to the configuration for ensae_teaching_cs

832

2f5748a

2016-04-03

dupre

fix previous commit

831

50d2ead

2016-04-03

dupre

add missing license

829

02d8249

2016-04-01

dupre

fix qgrid

828

323bfde

2016-04-01

dupre

update qgrid version

827

161fbe5

2016-03-31

dupre

more explicit message for an exception

826

9b19289

2016-03-31

dupre

fix test_flake8

825

4e34e58

2016-03-31

dupre

update test_flake8

824

ba2b4da

2016-03-30

dupre

update test_flake8

823

a79106a

2016-03-28

dupre

add imagesize

822

b3ba541

2016-03-27

dupre

add type unicode on the command line for Python 2.7 (isinstance(___, unicode) fails otherwise

821

6944484

2016-03-27

dupre

update cli, add unit test, add new modules

817

04179c8

2016-03-26

dupre

update order of import

816

9742f1f

2016-03-26

dupre

fix a couple of issues, pep8, modules

815

2bdf47c

2016-03-26

dupre

remove long lines

814

86a71b0

2016-03-26

dupre

update unit test after refoactoring for pyquickhelper 1.4

813

59cff0d

2016-03-20

dupre

add seqlearn module for Windows

812

9ad6f9f

2016-03-19

dupre

update module list + blog

811

174888b

2016-03-16

dupre

update unit test with python version

810

e81bba1

2016-03-14

xavier dupré

update order of packages

809

bcbdb25

2016-03-14

dupre

update link

808

9a75975

2016-03-14

xavier dupré

update batches

807

9efb437

2016-03-13

xavier dupré

update copyright

806

37e3bf0

2016-03-13

xavier dupré

spyder.exe to spyder.bat

805

2706ea6

2016-03-13

xavier dupré

update messages

804

5ea3936

2016-03-12

xavier dupré

others fixes and misspelling for python 3.5

803

d88b4b5

2016-03-12

xavier dupré

a couple of more update for the setup on python 3.5

802

1c18c55

2016-03-12

xavier dupré

many update to prepare a setup with Python 3.5

801

e1dc5bf

2016-03-12

dupre

rename xray into xarray

800

7121d60

2016-03-12

dupre

update configuration for pyensae

798

2c67cad

2016-03-10

dupre

add unit test for windows

797

15a93fa

2016-03-10

dupre

add missing license

796

42248d9

2016-03-08

dupre

add azure-storage package

795

3b4c9c6

2016-03-06

dupre

remove unnecessary test

794

255eeb9

2016-03-06

dupre

remove JSAnimation

793

3b20c1d

2016-03-06

dupre

fix an issue while parsing a HTML page

792

0bd480e

2016-03-05

dupre

fix a bug when parsing a text file

791

153c9df

2016-02-28

dupre

fix for python 2.7

789

234d562

2016-02-27

dupre

blog, update for pycrypto and openpyxl

788

89ad36d

2016-02-24

dupre

take the latest version of openpyxl (not 1.8.6 anymore)

787

0e6d44b

2016-02-24

dupre

switch to github for qgrid

786

5034acc

2016-02-23

dupre

blog and renaming of an exception

785

f69e886

2016-02-21

dupre

add module distributed

784

b4574b1

2016-02-21

dupre

add mezzanine + blog

783

77a0a8b

2016-02-14

dupre

update readme

782

aa5e7d6

2016-02-14

dupre

add osmapi

781

b98b7b4

2016-02-05

dupre

update regular expression for wheel versions

780

c8510db

2016-01-30

dupre

update setup.py

779

77628ff

2016-01-26

dupre

update blog

778

20b8124

2016-01-22

dupre

update function looking for sqllitespy

777

d2eadb8

2016-01-21

dupre

update setup.py

776

e37b3d3

2016-01-21

dupre

switch pyzmq to wheel, skip some warnings from pip 8.0

775

11935e3

2016-01-16

dupre

update issues with some packages

774

3401ba1

2016-01-11

dupre

update version for ensae_teaching_cs

773

2ddf7ec

2016-01-09

dupre

move cloudpickle as it is a dependency for dask

772

36ec3c7

2016-01-09

dupre

update blog

771

c27e691

2016-01-08

dupre

update blogpost

770

0ae9f02

2016-01-06

dupre

blog post documentation

769

17830c1

2016-01-05

dupre

blog post

768

61947d3

2016-01-05

dupre

update unit test test to avoid rc

767

4b7f78c

2016-01-05

dupre

blog, update list of modules, blog post

766

23bd272

2016-01-03

dupre

add parameter source, add module pythonnet

765

ea0b024

2016-01-03

dupre

blogpost

764

ef28083

2016-01-02

dupre

fix setup.py

762

75ed650

2016-01-02

dupre

update setup.py

761

6238779

2016-01-02

dupre

update requirements

760

1effb54

2016-01-02

dupre

documentation and coverage

758

f0229f0

2016-01-01

dupre

add codecov

757

27a3981

2015-12-28

dupre

update set of modules to install for pyquickhelper

756

743deec

2015-12-27

dupre

fix for Python 2.7, TimeoutError does not exist

755

a8d0e0d

2015-12-27

dupre

update setup.py

754

15f4673

2015-12-26

dupre

update unit test, fix installation of Python, Jenkins

753

258e4b3

2015-12-26

dupre

fix unit test on python 2.7

752

cfa5643

2015-12-25

dupre

disable a unit test on Python 2.7 –> no maintenance

751

3e09429

2015-12-25

dupre

update regular expression

750

204a7e4

2015-12-25

dupre

remove virtualenv from anaconda distribution

749

2376a75

2015-12-25

dupre

fix regular expression

748

4ee71a2

2015-12-25

dupre

fix function is_conda_distribution

747

f9dc7e8

2015-12-24

dupre

disable a unit test on Anaconda

745

707c7cf

2015-12-24

dupre

update regular expression, unit test for Python 3.5

744

84f5fba

2015-12-24

dupre

fix unit test

743

5ccfc4d

2015-12-24

dupre

update unit test for python 2.7, 3.5, order dependencies by alphabetical order

742

8daad71

2015-12-23

dupre

update unit test for module not available on py35

741

bbaee4e

2015-12-22

dupre

fix for Python 2.7

740

e850e75

2015-12-22

dupre

improve filter on wheel name

739

cf1bc7a

2015-12-22

dupre

fix for python 2.7

738

f7f24b6

2015-12-22

dupre

update code style

737

a9a3b2f

2015-12-22

dupre

fix import for Python 2.7

736

50faa14

2015-12-22

dupre

add two module, gatspy, supersmooth

735

5a5cf34

2015-12-22

dupre

  • modules blocks, fuel, …

734

701a099

2015-12-22

dupre

another update for a uni test

733

db593aa

2015-12-22

dupre

fix unit tests

732

9f2105e

2015-12-22

dupre

update unit test

731

7b3cf1a

2015-12-21

dupre

update unit test and documentation

730

c48cc6d

2015-12-21

dupre

disable a unit test on linux

729

8b2f91a

2015-12-21

dupre

remove a warning

728

2d87c78

2015-12-21

dupre

fix issues with imports

727

86e5076

2015-12-21

dupre

refactoring, update module definition, add a unit test to test wheel names

726

4a5dc31

2015-12-21

dupre

missing mackages for ensae_teaching_cs, pycrypto –> pycryptodome

725

0026653

2015-12-21

dupre

add source of overwrite wheels location

723

387a465

2015-12-17

dupre

add a second option to download packages

722

29f119a

2015-12-16

dupre

udpate script for pep8 + function download_module

721

1630cd5

2015-12-16

dupre

small update on the setup

720

a8eb442

2015-12-15

dupre

fix issue with an exception

719

bc6504c

2015-12-15

xavier dupré

update pymyinstall, inkscape, miktex

718

9e1c370

2015-12-14

dupre

update setup

717

f94e391

2015-12-13

dupre

applies pep8

716

7f38bee

2015-12-13

xavier dupré

update code to download tools

715

4dc83de

2015-12-13

dupre

disable a unit test for travis

714

7183008

2015-12-13

dupre

add landscape

713

cf5e8e8

2015-12-13

dupre

functions to setup a machine with many tools (beginning)

712

6997e87

2015-12-13

dupre

update unit test and downloading part

711

91e1eb6

2015-12-13

dupre

bug fix

710

41bd676

2015-12-12

dupre

update for python 2.7

709

1030454

2015-12-12

dupre

add selenium

708

22c70fa

2015-12-12

dupre

update unit test, refactoring, unit test

706

05c3c11

2015-12-11

dupre

update for blaze

705

67cdf7f

2015-12-11

dupre

update regular expressions

704

fc5e206

2015-12-10

dupre

update regular expression

703

832e4ff

2015-12-09

dupre

update regular expression

702

8d37729

2015-12-09

dupre

remove dateutils

701

8693045

2015-12-05

dupre

update pymyinstall with new modules

700

ad7a5d1

2015-12-04

dupre

add module requests_file

699

292cce5

2015-12-04

dupre

add code for java

698

1d44d1d

2015-12-04

dupre

add networkx

697

9473c29

2015-12-04

dupre

add pandas_datareader

696

b870414

2015-12-04

dupre

refactoring

695

fcf5cb7

2015-12-02

dupre

fix import on reveals.js

694

0d8fea0

2015-12-02

dupre

add module rlpy

693

ce9f1e3

2015-11-30

dupre

diable unit test for python 2.7

692

1949117

2015-11-26

dupre

blog post

691

71951c6

2015-11-22

dupre

add set all_but_teachings

690

2d8e1cc

2015-11-19

dupre

update unit tests due to recent changes

689

a9e921d

2015-11-18

dupre

rename scripts into cli, fix numpy

688

7b22048

2015-11-18

dupre

minor changes for numpy

687

486d615

2015-11-17

dupre

applies pep8

686

3b1c274

2015-11-16

dupre

fix putty

685

ef5b39e

2015-11-15

dupre

remove unpublished projects

684

56b92f4

2015-11-15

dupre

remove a project still not published

683

238f25f

2015-11-15

dupre

disable unit trst for python 2

682

853a6d7

2015-11-14

dupre

add module onedrivesdk

681

885d134

2015-11-14

dupre

update ModuleInstall to check modules with disturbing behavior

680

944ae4f

2015-11-13

dupre

add ensae_projects

679

50b004e

2015-11-13

xavier dupré

fix late issue about cvx

678

6ca7e54

2015-11-13

xavier dupré

update package list

677

da9d862

2015-11-12

dupre

update cvxpy

676

06bdd1d

2015-11-12

dupre

update memory_profiler

675

2eb3f90

2015-11-12

dupre

update pymyinstall for xgboost on python 3.5

672

0de28e9

2015-11-12

xavier dupré

fix an error message, modify zipline

671

735b2c5

2015-11-12

dupre

fix issues with gevent, zipline

670

4e6625e

2015-11-11

dupre

change the order of installation

669

06a4ab8

2015-11-11

dupre

add unit test to test is_installed_local_cmd

668

a402a5f

2015-11-11

xavier dupré

better format for the exception, better check when installed

667

c0f4846

2015-11-09

dupre

disable a test for python 2.7

666

edbf2a2

2015-11-09

dupre

blog

665

2aaaa42

2015-11-09

dupre

add backports_abc

664

5cde0d7

2015-11-08

dupre

update regular expression

663

b717586

2015-11-08

dupre

update version for pycontracts

662

3845d24

2015-11-08

dupre

update pycontracts

661

b81e22f

2015-11-08

dupre

add a unit test, fix a regular expression

660

fec9068

2015-11-08

dupre

update requirements

659

5afef55

2015-11-08

dupre

update script for python 3.5 and missing pip.exe in a virtual environment

658

8c3eba3

2015-11-08

dupre

update regular expression for py2exe

657

f4ff515

2015-11-04

dupre

fix a bug in a regular expression, disable a unit test on Python 2.7

656

3f11720

2015-11-03

dupre

update pymyinstall with a few fixes, better error messages

655

b1bc1a8

2015-11-02

dupre

fix a bug for python 2.7

654

14bce35

2015-11-01

dupre

remove unnecessary code

653

cc2318c

2015-11-01

dupre

remove pipdeptree dependency

652

846f75a

2015-11-01

dupre

update code for Linux

650

18b6eb9

2015-11-01

dupre

update a couple of modules, fixes for anaconda

649

a67950a

2015-11-01

dupre

fixes for Python 2.7

648

1c36e6a

2015-11-01

dupre

update regular expression

647

09189b1

2015-11-01

dupre

disable a unit test on Anaconda 2.7

646

8cf2c19

2015-11-01

dupre

fix an exception issue with Python 2.7

645

fbf838d

2015-10-31

dupre

update setup.py

644

e1df842

2015-10-31

dupre

update setup.py

643

7ac99fb

2015-10-31

dupre

add pyensae, teaching_ensae_cs sets

642

1616c78

2015-10-28

dupre

fix for pywin32

641

2cb014c

2015-10-28

dupre

blog post, pywin32 is switched to pypi

640

024188a

2015-10-27

dupre

swtich zmq to pipy

639

b1facad

2015-10-27

dupre

update unit test

638

d232fa2

2015-10-27

dupre

fix for pywin32

637

ec76313

2015-10-27

dupre

add multi_key_dict for pyquickhelper

636

9dda3f8

2015-10-24

dupre

add function slicerator, install_module, update_module

635

5cbe050

2015-10-22

dupre

remove pipdeptree as a mandaotry dependency

634

3a13c8a

2015-10-21

dupre

typo in module names

633

a8cd469

2015-10-21

dupre

update for pyopenssl

632

e80250e

2015-10-20

dupre

fix issues for kivy, cuda

631

27fa281

2015-10-20

dupre

fix two bugs for opengl-accelerate and readline

630

a465496

2015-10-19

dupre

update pymyinstall for modules with anaconda

629

fa80521

2015-10-18

dupre

improve anaconda set of modules

628

832f85e

2015-10-18

dupre

add anaconda set

627

2d18cb3

2015-10-10

dupre

update .ignore

626

d76d410

2015-10-09

dupre

choose wheels based on version number

625

f2c725d

2015-10-09

dupre

documnentation

624

8239139

2015-10-08

dupre

add qgrid

623

647a6df

2015-10-08

dupre

better error message, fix an issue with networkx and another one with numpy

622

710c3bb

2015-10-01

dupre

fix script pymy_install

621

e8acc33

2015-10-01

dupre

blog + update scripts

620

5281fcc

2015-10-01

dupre

update setup.py

619

d85d5da

2015-09-28

dupre

update settings when downloading wheel

618

1072d93

2015-09-25

dupre

disable a test on py2.7

617

ea0a811

2015-09-25

dupre

add module ipyparallel

616

08311ab

2015-09-24

dupre

fix syntax error

615

de581e7

2015-09-24

dupre

update list of modules o avoid code duplication

614

b619d36

2015-09-24

dupre

fix syntax error

613

be7e45b

2015-09-24

dupre

update minimal set definition

612

41b1c02

2015-09-24

dupre

update win_patchs

611

8228f4f

2015-09-23

dupre

add xgboost for Python 2.7

610

e694b9e

2015-09-22

xavier dupré

fix issues with graphviz

609

2f85f40

2015-09-22

dupre

add graphviz to the setup

608

c04ce53

2015-09-22

dupre

avoid getting vanilla version of numpy

607

1ae5a43

2015-09-21

dupre

blog, fix setup for cvxopt, enable spaces in file paths, fix –deep-deps

606

560edd3

2015-09-21

dupre

patches folders with a space, typo

605

aff9046

2015-09-20

dupre

fix a unit test for travis

604

c735fde

2015-09-20

dupre

fix an issue in the setup

603

28ac99e

2015-09-20

dupre

extend list of extensions for pythno packages

602

425073d

2015-09-20

dupre

add functionality to check a module was properly installed

601

6819951

2015-09-20

dupre

documentation, blog, update module list

600

bd18b2e

2015-09-20

dupre

documentation, batch

597

2771b69

2015-09-20

dupre

disable a unit test

596

48a88e5

2015-09-20

dupre

change pip for wheel for wrapt

594

82598b4

2015-09-20

dupre

fix method name (is_installed)

593

c79e287

2015-09-19

dupre

documentation + missing packages

592

2deddab

2015-09-19

dupre

fix documentation bug

591

0e2740c

2015-09-19

dupre

fix a bug due to a previous refactoring

590

8be5e35

2015-09-19

dupre

small updates, documentation

588

205c5c7

2015-09-19

dupre

add module information, fix a bug with is_installed method

587

89fd0f2

2015-09-19

dupre

refactoring, fix packages list

586

9fcb3e4

2015-09-19

dupre

fix blog

585

305cac4

2015-09-19

dupre

first function to create an easy file setup.py for a project, blog

584

5ceb621

2015-09-18

dupre

fix imports, move packages

583

bdd78d3

2015-09-18

dupre

catch SystemExit exception

582

6248ed7

2015-09-18

dupre

blog

581

fe6b50a

2015-09-18

dupre

remove bigmemory not available on R-3.2 on Windows

580

8feaddc

2015-09-18

dupre

add icons

579

af76634

2015-09-18

dupre

move packages

578

29307ec

2015-09-18

dupre

move packages

577

d712945

2015-09-18

dupre

missing dependencies

576

a49237b

2015-09-18

dupre

update missing packages

575

793e892

2015-09-18

dupre

update list of modules to install

574

75816b9

2015-09-17

dupre

remove unnecessary modules and fix a unit test failing due to refactoring

573

2bd3c29

2015-09-17

dupre

first update for python 3.5

572

4ec8a5d

2015-09-15

xavier dupré

update latest modules

571

249bcfa

2015-09-15

dupre

documentation, update python version

570

51a7176

2015-09-15

dupre

documentation, avoid infinite loop, better display

569

86d8d06

2015-09-14

xavier dupré

fix documentation, add parameter deep_deps

568

9a9ba0e

2015-09-14

dupre

fix unit test

567

b5a40e3

2015-09-14

dupre

update script, add options –schedule

566

8c6a5d4

2015-09-14

dupre

refactoring, add name set

565

c9ca11e

2015-09-14

dupre

avoid installing dependencies by default when installing a wheel

564

581712b

2015-09-14

dupre

fix a bug in script pymy_install

562

087a721

2015-09-13

dupre

disable unit test on Python 2.7

561

09afcaf

2015-09-13

dupre

update unit tests which test the installation of modules

560

2632a38

2015-09-13

dupre

fix reload function for Python 2.7

559

a9c0b9f

2015-09-13

dupre

add modules to follow

558

33238fc

2015-09-12

dupre

pep8

557

1ff0560

2015-09-12

dupre

move a function failing when pypi is not available

555

d519bd4

2015-09-12

dupre

rename a unit test

554

5541c65

2015-09-12

dupre

documentation + renaming unit test files

553

3e39c39

2015-09-12

dupre

blog + adding holoviews

552

4c7bd05

2015-09-12

dupre

update setup.py with different name for the setup

551

345357f

2015-09-12

dupre

update script install

550

6d702cd

2015-09-12

dupre

add function install_module_deps to install a module with its dependencies

549

fd678ec

2015-09-12

dupre

disable unit test on travis (ggplot is not installed)

548

711a79b

2015-09-12

dupre

fix unit test on travis

547

88f2de4

2015-09-11

dupre

fix unit test for travis

546

59d4af8

2015-09-11

dupre

fix unit test for travis

545

58f17db

2015-09-11

dupre

another fix for travis

544

a70cb76

2015-09-11

dupre

an update for travis

543

48acc56

2015-09-11

dupre

improve the checking of module theano

542

555407f

2015-09-11

dupre

update version number

541

598eb7e

2015-09-11

dupre

fix two unit test failing

540

f2ab4ec

2015-09-11

dupre

improve the function returning dependencies of a module

539

a610bc4

2015-09-11

dupre

pep8

538

e255c4c

2015-09-11

dupre

split the unit test checking module were properly installed

537

96f0517

2015-09-10

dupre

better error message

536

00e8c40

2015-09-10

dupre

better error message in a unit test

535

13fdfce

2015-09-10

dupre

disable unit test on travis, fix dependency function

534

e1a8e69

2015-09-10

dupre

documentation, fix patchs unit test, get the list of dependencies of a packages

533

d54dd37

2015-09-09

dupre

fix a unit test

532

5256283

2015-09-09

dupre

change due to previous refactoring + documentation

531

4d95759

2015-09-08

xavier dupré

update env scripts

530

d71f532

2015-09-08

xavier dupré

update setup for tdm

529

8c86910

2015-09-08

xavier dupré

add version parameter, fix some ordering between modules

528

f912a34

2015-09-08

dupre

add a parameter to disable a part of a function for unit test purpose

527

2df871c

2015-09-08

dupre

start to add support for tdm

526

8e64bc7

2015-09-08

dupre

add a function to download tgm-gcc

525

f37d80b

2015-09-08

dupre

test the import of every module

524

e6070c2

2015-09-08

dupre

add windows batch

522

b2fff3b

2015-09-08

dupre

update module list

521

4ee96b3

2015-09-08

dupre

add extra link for the setup (VS 2015)

520

4c8dcfa

2015-09-07

dupre

refactoring

519

b4d8b0a

2015-09-07

dupre

rename a filename, deal with pywin32

518

db4010b

2015-09-07

dupre

add function run_cmd_path

517

5f5f9ed

2015-09-07

dupre

change ensae_fullset for all_fullset

516

090fcca

2015-09-07

dupre

fix packages to import

515

c97ec3c

2015-09-06

dupre

fix issues with dpark, tifffile, gevent

514

9232606

2015-09-06

dupre

file unit test on travis

513

d04ba5b

2015-09-06

dupre

update unit test for travis

512

6b2af8e

2015-09-06

dupre

refactoring

511

45ba282

2015-09-06

dupre

fix unit test in a virtual environment

510

8229e28

2015-09-06

dupre

fix a unittest for python 2.7

509

28134a4

2015-09-05

dupre

fix unit test for python 2.7

508

e012600

2015-09-05

dupre

new modules for azure

507

debb91d

2015-09-05

dupre

fix a unit test for Python 2.7

506

79274f2

2015-09-05

dupre

disable a test on linux

505

06fd2b8

2015-09-05

dupre

remove cd instructions in batch file, add one for glueviz, checkings

504

86d24ef

2015-09-05

dupre

fix import misspelling

503

7219e9f

2015-09-05

dupre

fix for python 2.7

502

127ed9c

2015-09-04

dupre

fix pour python 2.7

501

ecc6b85

2015-09-04

dupre

catch an exception when no version is available

500

41cce67

2015-09-03

dupre

error –> errors

499

2bbd86e

2015-09-03

dupre

avoid unicode error when reading metadata

498

b9eba8b

2015-09-03

dupre

fix unicode issue in 2.7

497

aa4f37d

2015-09-02

dupre

fix import for python 2

496

63bc056

2015-09-02

dupre

add parametter change_python_path when installing scite

495

2e003f7

2015-09-02

dupre

modify python properties when installing scite

494

b1c9259

2015-09-02

dupre

fix import issue

493

8958696

2015-09-01

dupre

better update of pip, fix an issue when path are too long on Windows, delay dependencies

492

45d377c

2015-09-01

dupre

update get_pip.py

491

d807ce5

2015-09-01

dupre

add rmarkdown to the list of packages to add

490

e99785c

2015-08-31

xavier dupré

update setup with tutorial, update patches

489

dcc41fe

2015-08-31

xavier dupré

bug fix

488

967f6ca

2015-08-31

dupre

more explicit error messages, more checking while replacing shebang

487

2b10f95

2015-08-31

dupre

refactoring, update scripts

486

36d25c3

2015-08-30

xavier dupré

modification for the setup on win 32 bit

485

f0a9578

2015-08-31

dupre

catch an exception during installation, remove syntax print(…file=…)

484

eb3ed54

2015-08-30

dupre

update blog

483

e500eff

2015-08-30

xavier dupré

update package documentation + blog

482

8207fa9

2015-08-30

dupre

blog, fix for linux, missing packages

481

0764829

2015-08-30

xavier dupré

fix scite and putty for the setup

480

da86197

2015-08-30

dupre

add pycharm link to website

479

85e427d

2015-08-30

dupre

update scripts to make scrite work on the setup

478

bf2e526

2015-08-30

dupre

fix import issues

477

5e7d4bd

2015-08-30

dupre

remove a syntax not available in Python 2.7

476

45575e8

2015-08-30

dupre

update setup for putty and pip

475

70aae06

2015-08-30

dupre

add missing license, web url

474

0f9f6ba

2015-08-30

dupre

install putty

473

a87f3aa

2015-08-30

dupre

add dependency on pip>=7.1

472

1ebe340

2015-08-30

dupre

disambiguate pip on linux

471

edf039f

2015-08-30

xavier dupré

add hour as a version number for the setup

470

2a4a2e0

2015-08-29

dupre

documentation, fix issues with script, add icons and link to webpage in the setup

469

836f8b8

2015-08-28

xavier dupré

move a line above as it defines a variable used a line above too

468

817f8c0

2015-08-28

xavier dupré

add modules + fix method checking a module is already installed

467

50c745b

2015-08-29

dupre

add extra modules

466

8b96e50

2015-08-28

dupre

update batch scripts for the setup

464

a7c7dd3

2015-08-28

dupre

fix a few things on Linux and Anaconda

463

6d6b41c

2015-08-27

dupre

update the setup for JSAnimation

462

71823d1

2015-08-27

dupre

revisit the list module, add missing licences, fix a bug in win_setup_main

461

18578d5

2015-08-26

dupre

apply pep8

460

c1dc150

2015-08-26

dupre

fix a missing variable, fix a failing unit test

459

a9614ae

2015-08-26

dupre

update setup.py

458

08b21e3

2015-08-26

xavier dupré

fix issue with skdata, fix the script detecting missing dependencies

457

8b956fc

2015-08-25

xavier dupré

fix a bug in module install when no results

456

5c067e8

2015-08-25

xavier dupré

add missing modules, function to detect them (relies on pipdeptree)

455

9b5310c

2015-08-25

xavier dupré

fix for shebangs which appear in different ways

454

08e587f

2015-08-25

dupre

new modules, fix batch links, documentation

453

d6534de

2015-08-25

dupre

add installed version in as_dict

452

22c8354

2015-08-24

dupre

add module geopy

451

11cdaca

2015-08-24

dupre

update with cartopy

450

dbd9c1c

2015-08-24

dupre

update package list

449

9bb104b

2015-08-24

dupre

fix a unit test import

448

906165d

2015-08-24

dupre

fix a import issue in a unit test

447

b04cdea

2015-08-24

dupre

fix unit test imports

446

d9b64ab

2015-08-24

dupre

catch another exception, documentation, fix a unit test

445

36b2225

2015-08-24

dupre

refactoring, extract license, metadata for modules

443

8edf394

2015-08-23

dupre

add web site parameter to class ModuleInstall

442

7bb03a1

2015-08-23

dupre

add package netCDF4

441

ab386c1

2015-08-23

dupre

fix issue with virtual environments

439

aa84b7f

2015-08-23

dupre

fix a bug in a modified function (it did not return the same type)

438

64c2ebb

2015-08-23

dupre

fix a unit test broken by xgboost, improve functions get_module_version, get_pypi_version

437

7c55d4e

2015-08-23

dupre

add support for xgboost

435

455e47e

2015-08-20

dupre

fix a path issue in setup.py, remove module only for python 3 when used with python 2

434

7c0aa1f

2015-08-19

dupre

add command line for conda

433

a017f1f

2015-08-19

dupre

add module Mako

432

22d6fa6

2015-08-19

dupre

fix an import issue in the documentation

431

7c02f10

2015-08-18

dupre

update batch names

430

615c78e

2015-08-18

dupre

add package xgboost

429

8257f03

2015-08-18

dupre

update script from ipython to jupyter

428

c04fb63

2015-08-18

dupre

documentation, blog

427

f354635

2015-08-17

dupre

add the scripts to the setup

426

41dc8d3

2015-08-17

dupre

fix scripts names, add extension

425

c329d1f

2015-08-17

dupre

add scripts pymy_install, pymy_update

424

d397c91

2015-08-17

dupre

blog about issues with some modules

423

81995d8

2015-08-17

dupre

catches exception while updating many modules

422

2996da0

2015-08-17

dupre

update list of modules (usage, pysnmp)

421

c985e0b

2015-08-17

dupre

fix win_setup batches

420

5aaabed

2015-08-16

xavier dupré

fix function create_win_batches

419

a57f238

2015-08-16

dupre

remove dynd from python 2.7 set of modules to install

418

e8bd065

2015-08-15

dupre

update version number on the documentation again

417

2721d78

2015-08-15

dupre

update version number to fix a mismatch number

416

3c4887b

2015-08-15

dupre

update a unit test for python 2.7

415

d284899

2015-08-15

dupre

fix a module misspelling

414

39f5545

2015-08-15

dupre

freeze version 1.0

413

ac9f0b7

2015-08-14

dupre

add parameter up_pip when installing modules

412

3dfbbac

2015-08-14

dupre

needs to be run from a script (import pip…)

411

1c856e6

2015-08-14

dupre

enable test test_readme

410

8d11ed5

2015-08-13

dupre

fix for python 2.7

409

f58e358

2015-08-13

dupre

add jupyter_console

408

ab620a6

2015-08-13

dupre

disable a unit test which does not work in a virtual enviornment

407

0fb7a71

2015-08-13

dupre

fix a command line to run a script

406

cfa9a6a

2015-08-13

dupre

fix a misspelling in an exception name

405

09a9ac1

2015-08-13

dupre

update requirements

404

662fd80

2015-08-13

dupre

update to jupyter 4.0

403

a9068d0

2015-08-12

dupre

fix a bug occuring when trying to install pip

402

493fda1

2015-08-11

dupre

pep8

401

757da32

2015-08-11

dupre

better messages, pep8

400

3510c32

2015-08-11

dupre

update functions to set up a virtual environment

399

9501225

2015-08-11

dupre

deal with linux and windows

398

524c763

2015-08-11

dupre

update script to test readme.rst

397

9cbd7bc

2015-08-11

dupre

better error messages when getting pip, update test to test readme.rst

396

d2e2184

2015-08-10

dupre

update unit test to test readme.rst

395

6732b53

2015-08-10

dupre

add unit test to check syntax of readme.rst, add code from pyquickhelper to avoid dependencies

394

e3b84d5

2015-08-10

dupre

fix two issues when running them from a virtual environment

393

7e60197

2015-08-10

dupre

update .gitignore

392

73a7d47

2015-08-10

dupre

add function to install modules from a list, add method copy to class ModuleInstall

391

1962c00

2015-08-07

dupre

add a test for pycuda

390

e514979

2015-08-02

xavier dupré

remove module not working with Python 2.7

389

a4e60d4

2015-08-02

xavier dupré

fix python-recsys

388

7df2744

2015-08-02

dupre

fix a module name

387

3db4c6d

2015-08-02

dupre

fix a unit test for python 2.7

386

8c098a0

2015-08-02

dupre

remove pattern (works only on Python 2.7)

385

20f81df

2015-08-02

dupre

add whoosh, pattern

384

550f5ba

2015-08-02

dupre

add member usage to ModuleInstall,, add operator __lt__

383

ac2c8e9

2015-08-02

dupre

update babel, switch to pip

382

5d4a949

2015-08-02

dupre

update babel with a specific version (2.0 has bugs)

381

570e35d

2015-08-02

dupre

add function build_requirements

379

90deb99

2015-08-01

dupre

update unit test

378

7218a7b

2015-07-31

dupre

fix keywords

377

f23f008

2015-07-31

dupre

fix utf-8 issues

376

dbde2e7

2015-07-31

dupre

add removed code back

375

2a540d5

2015-07-30

dupre

add packages

374

3ad43ca

2015-07-28

dupre

add purpose for every package

373

0b325aa

2015-07-27

dupre

add more python description

372

afa02dc

2015-07-27

dupre

add purpose for each module

371

15ede5d

2015-07-19

dupre

add pyxley

370

620fc29

2015-07-19

dupre

add module ete (ete3) for Python3

368

e11b0fa

2015-07-19

dupre

refactoring, better function names, less functions

367

a19a5e3

2015-07-19

dupre

add missing import

366

0c68a93

2015-07-18

dupre

add code for python 2.7

364

f658dd5

2015-07-18

dupre

fix a unit test when joblib is not installed

363

f639c1d

2015-07-18

dupre

remove unnecessary encoding

362

0ffcf63

2015-07-18

dupre

more consistent information when updating modules

361

a7812cc

2015-07-18

dupre

fix function get_pipy_version

360

1b7dadf

2015-07-18

dupre

fix regular expression to extract version from wheel name

359

b1c6d34

2015-07-18

dupre

update function update_all, more display, more parameters

358

f27d711

2015-07-18

dupre

make the last version number optional

356

4bde66b

2015-07-17

dupre

add function get_wheel_version

355

92b0240

2015-07-16

dupre

spaces,, __futures__

354

0e7f836

2015-07-16

dupre

add an exception for jsanimation

353

fda2af2

2015-07-16

dupre

add JSAnimation back for pyensae, take –upgrade into account when updating a module

352

8abf93e

2015-07-15

xavier dupré

fix pulp name

351

43f2c96

2015-07-15

xavier dupré

update script import_all.py

350

df84ae9

2015-07-15

dupre

fix setup.py

349

bb43195

2015-07-15

dupre

add module pulp, more logging for the setup, documentation

348

e0ddca7

2015-07-15

dupre

fix a bug for python 2.7

346

6f89e06

2015-07-14

xavier dupré

fix a big mistake when defining a new module to add

345

d87516a

2015-07-14

dupre

update with module futures

344

4781e2a

2015-07-14

xavier dupré

spaces

343

b00eaba

2015-07-14

xavier dupré

remove unnecessary spaces

342

c9c07a6

2015-07-14

xavier dupré

add parameters r_package to skip the installation of R packages

341

893efba

2015-07-14

dupre

add script to update modules

340

7ef26a5

2015-07-14

dupre

add the list of installed R packages

339

f965dec

2015-07-14

dupre

update R packages

338

750cfe8

2015-07-14

dupre

update setup.py + packages R

337

d1b1998

2015-07-14

dupre

add R modules to install

336

aab4426

2015-07-14

dupre

add a special case when updating APScheduler

335

4cb1d10

2015-07-13

xavier dupré

fix two bugs, install,, fix variable name

334

ee3d4eb

2015-07-13

dupre

fix a unit test to make it work in a virtual environment

333

a3c4654

2015-07-13

dupre

fix unit test on travis

332

b931eb9

2015-07-13

dupre

fix a wrong method name

331

39ff7b6

2015-07-13

dupre

update unit test for travis

330

15d6d02

2015-07-13

dupre

update R modules, unit test for travis

329

a70ad6b

2015-07-13

dupre

fix unit test for travis

328

c03b4b0

2015-07-13

dupre

fix unit test on Travis

327

d3e4ad9

2015-07-13

dupre

add module apscheduler + fix the distribution in case the shebang was updated

326

505af8b

2015-07-13

dupre

move small part of codes to smaller functions + unit test

325

7420c1b

2015-07-13

dupre

documentation + bug fix

324

f6489f9

2015-07-12

xavier dupré

add missing import

323

9bf73cb

2015-07-12

xavier dupré

fix a bug introduced in a previous commit

322

246a0ad

2015-07-12

xavier dupré

update pygal to get the latest, fix function get_modules_version when pip.exe shebang is #!python.exe, add unit test

321

3e1cad6

2015-07-12

dupre

update unit test to avoid failing when trying to get ipython release version

320

11b4a84

2015-07-12

dupre

add a test to check ipython version (unstable state for the time being)

319

b87673c

2015-07-12

dupre

update pygal settings

318

ba2cc53

2015-07-12

dupre

fix script which runs Rss Reader

317

7241d61

2015-07-11

xavier dupré

others paths fixes

316

77501f3

2015-07-11

xavier dupré

add script to monotir RSS stream

315

16c356c

2015-07-11

xavier dupré

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

314

d474812

2015-07-11

dupre

add icons

313

e74881e

2015-07-11

xavier dupré

fix shebang

312

21d2464

2015-07-11

xavier dupré

refactoring, update scripts modifying shortcuts

311

01d35ae

2015-07-10

xadupre

update pymyinstall to avoid processing dependencies

310

dcb7128

2015-07-10

dupre

fix indentation

309

6bcf603

2015-07-09

xadupre

add pythonnet

308

cdf0b89

2015-07-09

xadupre

update the patching of scripts in folder Scripts

307

9d585aa

2015-07-09

dupre

add a unit test to test the creation of an executable

306

3db66eb

2015-07-09

dupre

make a unit test more permissive

305

f3e19f8

2015-07-09

dupre

add missing file

304

98a2846

2015-07-09

dupre

add function minimam_installation

303

4821f03

2015-07-08

xavier dupré

fix the shebang in file in scripts folder (otherwise tthe installation path is the one used to prepare the setup)

302

5f4199a

2015-07-07

xavier dupré

update scripts for spyder

301

b4ad7f8

2015-07-07

dupre

fix issues when updating modules

300

1c88bc1

2015-07-06

xavier dupré

add parameter documentation + fix a test failing due to letter case

299

f6baa2c

2015-07-05

dupre

remove extra spaces

298

911e983

2015-07-05

xavier dupré

fix an issue in the script adding kernels

297

59e1849

2015-07-05

xavier dupré

fix spyder link

296

b46980d

2015-07-04

dupre

fix an issue in ModuleInstall (deps parameter)

295

1ec9edd

2015-07-03

xavier dupré

add VS setup to the setup

294

b1f9a74

2015-07-03

xadupre

update with Visual Studio

293

8cce748

2015-07-01

xavier dupré

run setup for VS

292

5cc4085

2015-07-01

xavier dupré

start support for Visual Studio Express

291

b9c25b2

2015-06-30

dupre

make a unit test less strict

290

9814bef

2015-06-30

dupre

fix issues with R and remove MinGW from default settings

289

f776159

2015-06-29

xadupre

improve fLOG

288

037404a

2015-06-26

dupre

move dll for pywin32

287

2db138a

2015-06-26

dupre

update list of automatically generated scripts

286

968a6b3

2015-06-25

dupre

remove spaces

285

8058057

2015-06-25

dupre

fix kernel while preparing the setup

284

db6e3b9

2015-06-25

dupre

add package pygal_maps_world

283

0a1119a

2015-06-25

dupre

fix a bug for python 2.7

282

4bc088a

2015-06-24

dupre

move a couple of packages, add index_url parameter for class ModuleInstall

281

52e9aed

2015-06-24

dupre

change spyder source, add python to the list of module to deploy, fix an issue while checking installed packages

280

8ed6037

2015-06-22

dupre

extra spaces

279

e0ba31e

2015-06-22

xavier dupré

add function last_function, remove module pybrain

278

3c4aab9

2015-06-22

dupre

fix filter for win setup

277

b663405

2015-06-21

dupre

fiw a bug when preparing the setup, remove unnecessary code

276

395148f

2015-06-21

xavier dupré

fix a few details for the setup

275

794090d

2015-06-21

xavier dupré

finalize updating function, some issues to be expected on linux as not every module is on pypi (nlopt)

274

8aded90

2015-06-21

xavier dupré

  • funcino to update a module (not complete)

273

5bf7543

2015-06-21

xavier dupré

better error message

272

787a536

2015-06-21

xavier dupré

syntax error

271

8f5d7af

2015-06-21

xavier dupré

fix travis build build

270

d43c3da

2015-06-21

dupre

update setup.py

269

b7ab860

2015-06-20

xavier dupré

format

268

612bb74

2015-06-20

xavier dupré

first release with win_python_setup working + update a module

267

89ada4e

2015-06-20

xavier dupré

first function to update a module, update package list, add step julia init

266

5d6a863

2015-06-19

dupre

add modules tutormagic…

265

d209f23

2015-06-19

xavier dupré

update pymyinstall for the win setup

264

67962a2

2015-06-18

xavier dupré

update pymyinstall to fix deps.jl files

263

f1db1ae

2015-06-18

xadupre

update winpython

262

893892c

2015-06-18

xavier dupré

update setup for to add R kernel

261

80fe7e6

2015-06-17

dupre

fix a unit test failing with scite

260

e831f4f

2015-06-17

xadupre

add command line

259

7616c10

2015-06-16

dupre

add new module, ablog, invoke

258

9ddca6b

2015-06-16

dupre

fix help generation

257

79e0021

2015-06-15

dupre

update __init__.py

256

d7b97d3

2015-06-14

dupre

add from __future__ import print_function in many places

255

f3a2093

2015-06-13

xavier dupré

add shortcuts + SQLiteSpy

254

ed5bc8e

2015-06-13

xavier dupré

write link file anyway

253

453e598

2015-06-13

xavier dupré

add package to julia, create batches,

252

d59d140

2015-06-13

xavier dupré

first setup works with innosetup, enabling R and Julia with python3 in Jupyter is still missing + links

251

55f0a34

2015-06-13

xavier dupré

move icons

250

d419e65

2015-06-12

xavier dupré

modifies scite properties

249

6946d01

2015-06-13

dupre

icon

248

234defd

2015-06-12

dupre

icon

247

3bd8f08

2015-06-12

dupre

icon

246

4363c51

2015-06-12

dupre

remove dependency on winreg, does not exist on Linux

245

19acc5f

2015-06-12

dupre

first step towards a setup with R, Julia, MinGW made with InnoSetup (not NSIS because of the limit size ~2Gb)

244

f101701

2015-06-12

dupre

add py2exe to the list

243

0ce75e8

2015-06-11

dupre

add a few parameter to check the set of modules

242

1a92db4

2015-06-11

dupre

add a missing parameter to function datascientist

241

422589f

2015-06-10

dupre

changes function ds_teach and ds_ensae

240

f4926cb

2015-06-10

dupre

switch pycrypto to wheel, allow to use pip3

239

54e0006

2015-06-09

dupre

change the of installed modules

238

1830762

2015-06-08

dupre

clean space

237

5886a06

2015-06-08

xavier dupré

fix dependencies for BTrees

236

578c81e

2015-06-07

dupre

remove extra spaces

235

012244c

2015-06-07

xavier dupré

update package list

234

dee9ca5

2015-06-06

dupre

keywords for a blog post

233

1dd4910

2015-06-06

dupre

update license variable

232

cae017b

2015-06-06

dupre

update unit tests and documentation

231

3834566

2015-06-06

dupre

add blog

230

fc12fbe

2015-06-05

dupre

airflow + setup_hook

229

79ef2dc

2015-06-05

dupre

fix cvxpy

228

8e485e6

2015-06-05

dupre

fix an issue with pandoc + new packages

227

357612f

2015-06-02

xavier dupré

Merge remote-tracking branch ‘origin/master’

226

1c13fae

2015-06-02

xavier dupré

add missing packages for winpython

225

d358ed5

2015-05-28

dupre

add function to install a local copy of mathjax

224

1504fd6

2015-05-28

dupre

update package list and documentation

223

5154389

2015-05-24

xavier dupré

add version in ModuleInstall

222

fb9b1c9

2015-05-24

dupre

update setup to fix an issue when pyquickhelper is not here

221

65231eb

2015-05-24

xavier dupré

change list modules for WinPython

220

ae22f1b

2015-05-24

dupre

add modules alabaster and babel needed for sphinx

219

381778d

2015-05-23

dupre

update module list, better cache, documentation

218

da0ac77

2015-05-22

dupre

change module list

217

3ce35f4

2015-05-22

dupre

  • smartopen

216

202cc04

2015-05-22

dupre

remove extra space

215

f2c7445

2015-05-22

dupre

better error message, remove quotes

214

0c7739a

2015-05-22

dupre

new modules + pip error message

213

db485b0

2015-05-22

dupre

fix pip on linux

212

32eaef7

2015-05-22

dupre

remove .exe to make it work on Linux

211

0a2fd32

2015-05-21

xavier dupré

better error message

210

45c06d5

2015-05-22

dupre

download works for pip modules

209

3090215

2015-05-21

dupre

add module charts and certifi

206

55e88ab

2015-05-16

dupre

better message when an error occurs

205

e71e56a

2015-05-16

dupre

apply pep8

204

a464678

2015-05-15

dupre

update .gitignore

203

2480b75

2015-05-15

dupre

function to download reveal.js

202

b2331d7

2015-05-08

dupre

add virtualenv to winpython configuration

201

6f914d1

2015-05-08

dupre

add virtualenv to the winpython configuration

200

237249c

2015-05-08

dupre

remove unnecessary scripts

199

19f0ee7

2015-05-06

dupre

one unit test switched to LONG

198

eb4c418

2015-05-06

dupre

update setup.py to deal with the latest pyquickhelper

197

dad7f5f

2015-05-05

dupre

change automated scripts

196

9ebe9d6

2015-05-01

dupre

remove_extra space

195

dd6df8a

2015-05-01

dupre

update the list of modules

194

91de0c0

2015-04-28

dupre

change build_setup_help_on_windows to run unit test on anaconda

193

d1567f2

2015-04-27

dupre

update readme.rst

192

4dc1463

2015-04-27

dupre

update readme.rst

191

4a48434

2015-04-26

dupre

add blog root

190

93c9e7f

2015-04-26

dupre

fix an extension (whl –> wheel)

189

19d6a8a

2015-04-25

dupre

improve the module for python 2.7

188

f5620bb

2015-04-24

dupre

add glueviz

187

2e445f9

2015-04-23

dupre

add more unit test

186

260c01d

2015-04-22

dupre

update setup.py to enable unittests_all again

185

e5d90d1

2015-04-22

dupre

improve an error message

184

71e3e93

2015-04-22

dupre

update setup.py

183

8d5c789

2015-04-21

dupre

update setup.py to enforce the writing of version.txt

182

67fb723

2015-04-20

dupre

add module nose

181

a26ff88

2015-04-20

dupre

raise an exception when version.txt is not found

180

342b834

2015-04-18

dupre

add python 2.7 integration

179

04f40d3

2015-04-18

dupre

add flag -y to conda update scripts

178

ca5a693

2015-04-18

dupre

remove unnecessary quotes

177

feb3e02

2015-04-18

dupre

update update scripts

176

f81c989

2015-04-16

dupre

package needed for anaconda and winpython, script to refresh anaconda

175

06c9d86

2015-04-16

dupre

fix a bug caught by unit test

173

4f2952a

2015-04-16

dupre

update .gitignore

172

db4b872

2015-04-16

dupre

add sphinx to the list of modules for the small configuration

171

beb3c07

2015-04-15

dupre

update customized script + .gitignore

170

00a5614

2015-04-15

dupre

update the default import

167

7b1dae0

2015-04-15

dupre

update to ipython 3.1, documentation, requirements

166

e2f9aa3

2015-04-15

dupre

refine the list of modules for ipython3

165

292b1c9

2015-04-07

dupre

modifies .gitignore

164

1c81843

2015-04-05

dupre

update .ignore

163

f31599c

2015-03-23

dupre

update conf.py, remove unnecessary file

162

c87a6fb

2015-03-21

dupre

applies flake8

161

f74f245

2015-03-18

dupre

spaces, pep8

159

68aea3c

2015-03-17

dupre

write version.txt before generating the setup

157

0f249ef

2015-03-15

dupre

add sphinx theme

156

1ea2cbd

2015-03-01

dupre

update requirements

155

7a40777

2015-03-01

dupre

enable travis

154

52b5b8b

2015-03-01

dupre

add travis settings

153

a69e3e1

2015-03-01

dupre

applies pep8

152

4b96dcf

2015-02-28

dupre

add autopep8

151

5af2d1f

2015-02-28

dupre

remove building for python 3.3

150

7eef15b

2015-02-28

dupre

add gensim

149

5db944e

2015-02-26

dupre

add module deap

148

824484a

2015-02-23

dupre

more explicit names for unit tests

147

eadfdb0

2015-02-22

dupre

add missing dependencies for anaconda and winpython

146

07ba52a

2015-02-21

dupre

add ggplot back

145

68a4c30

2015-02-21

dupre

separate short and long unit tests

144

958382a

2015-02-21

dupre

typo, documentation

143

7cff909

2015-02-21

dupre

update publish_on_pypi.bat

142

f05ab3a

2015-02-21

dupre

add function extend_anaconda, extend_python

141

500a531

2015-02-19

dupre

switch from fancybox to images

140

c5398f9

2015-02-19

dupre

fix setup batch

139

8e7ee57

2015-02-17

dupre

build the setup with any python distribution

138

2d92e78

2015-02-05

dupre

add modules pycosat, PyYAML needed for conda and bokeh

137

a0c2a20

2015-02-05

dupre

add module xlrd

136

14329f6

2015-02-05

dupre

add module decorator

135

fa83825

2015-02-05

dupre

remove prettyplotlib

134

7e0c042

2015-02-05

dupre

remove unnecessary import

133

7d9612f

2015-02-05

dupre

fix issues with the wheel installation + new packages

132

c05b3d4

2015-02-05

dupre

update modules and unit test

131

8ae324a

2015-02-03

dupre

remove runipy, included in pyquickhelper, + 1 unit test

130

6930c2a

2015-02-02

dupre

add module runipy

129

4e083d2

2015-02-02

dupre

add unit test for gmpy

128

b9fc0a1

2015-02-02

dupre

add module psutil

127

1638673

2015-01-22

dupre

fix a regular expression for ipython

126

3e5f75d

2015-01-22

dupre

improve the downloading of wheel packages

125

72981ef

2015-01-22

dupre

change version to 0.9 + switch from exe to wheel

124

ad13e56

2015-01-22

dupre

refactoring + consider wheel packages

123

7d2fb7c

2015-01-19

dupre

improve setup, build batch

122

cf95cd8

2015-01-17

dupre

improve a unit test

121

a6ed71f

2015-01-17

dupre

fix a unit test

120

d415ce7

2015-01-17

dupre

encoding

119

95a6035

2015-01-17

dupre

readme

118

369aa1a

2015-01-17

dupre

add seaborn

117

1832382

2015-01-17

dupre

modify documentation + setup

116

a47b289

2015-01-15

dupre

quick try

115

7bb33c3

2015-01-15

dupre

remove pip from the module to install with an exe (does not support python 3.3 anymore)

114

902cf9e

2014-12-30

dupre

simplify sphinx configuration

113

c0cdb7f

2014-12-30

dupre

add graph changes to documentation

112

5cd84a8

2014-12-16

sdpython

add python-jenkins

111

244ed55

2014-12-10

sdpython

improve the code when an error appears

110

b6d54af

2014-12-06

sdpython

fix the setup

109

c4c3b37

2014-12-06

sdpython

fix conf.py

108

733801a

2014-12-06

sdpython

update the builds to catch errors when building it (jenkins)

107

166675c

2014-12-06

sdpython

more modules and tools (node.js, nodeenv)

105

daac49d

2014-11-23

azure provisioned user

update graphivz configuration

104

c2d9777

2014-11-23

azure provisioned user

compile the documentation on linux, add sh batch file

103

8bb9bc2

2014-11-15

sdpython

remove the weird character on pypi

102

c95f347

2014-11-15

MaryanMorel

fix(setup): fix encoding error during install

100

2f58fa2

2014-11-09

sdpython

fix the setup (cannot find readme.rst)

99

b051d05

2014-11-09

sdpython

quick update for a module

97

ed2c974

2014-11-08

sdpython

remove extra spaces

96

6a2cd77

2014-11-08

sdpython

remove extra spaces

95

e72aea6

2014-11-08

sdpython

add the code to remove extra space

94

024a4c5

2014-11-08

sdpython

a few correction, missing modules, None default values

93

2400201

2014-11-05

sdpython

add parameter azure to function datascientist

92

482fa61

2014-10-31

sdpython

add module azure

90

8342251

2014-10-29

sdpython

add unit test coverage

88

f27f554

2014-10-25

sdpython

add module to convert console output into plain text and html

87

7069395

2014-10-25

sdpython

add a test to check python version

85

689a6e6

2014-10-22

sdpython

update pymyinstall to deal with pycrypto

84

4f752bd

2014-10-19

azure provisioned user

make the unit tests run on linux

81

1e15dba

2014-10-17

sdpython

change linkedin source

80

0263562

2014-10-17

sdpython

add module linkedin, xmltodict

79

c54cde2

2014-10-04

sdpython

new module but only for python 2.7 (which should not work because pymyinstall is not tested on that version)

78

57abe75

2014-10-02

sdpython

add modules, fix an issue when testing a module is installed

77

8a7a43e

2014-09-27

sdpython

catches more exceptions

76

8f7e72f

2014-09-20

sdpython

fix misspelling, replaces a deprecated function

75

ed3660a

2014-09-17

sdpython

add module xlrd

74

784837b

2014-09-03

sdpython

add functino ds_huge to handle huge datasets with hdf5

73

b57ee16

2014-09-02

sdpython

two additions (flask-sqlalchemy, igraph)

72

9116202

2014-08-30

sdpython

modify module cubes

71

3a791c9

2014-08-30

sdpython

modifies an error message

70

fc5f440

2014-08-30

sdpython

change source of revealjs to detect more phones

69

c0c4e03

2014-08-30

sdpython

add django to the list of functions for cubes data

66

b6060a3

2014-08-28

sdpython

removing a package, adding one

65

38299a9

2014-08-27

sdpython

add modules to manipulate data cubes

64

a7b1534

2014-08-26

sdpython

fix some module names

63

b9e78cf

2014-08-26

sdpython

fix an import issue

60

e0ef4b9

2014-08-24

sdpython

refactoring + add modules for my teachings

59

724517f

2014-08-24

sdpython

add new modules

58

ff6191e

2014-08-23

sdpython

move the function datascientist to another place

57

b9eb8b3

2014-08-20

sdpython

add modules to the default installation

56

cc98992

2014-08-19

sdpython

add new modules to the list to install

55

f184688

2014-08-18

sdpython

encoding + small refactoring

54

269d961

2014-08-14

sdpython

fix issues while adding shortcuts, documentation, add missing quotes for ipython setup

53

9455621

2014-08-13

sdpython

add function small_installation + parameter skip

52

e5362e9

2014-08-10

sdpython

add two modules (sphinx + dbase reader)

51

9ca3941

2014-08-03

sdpython

add three modules

49

2e01832

2014-07-27

sdpython

remove unnecessary files

48

75ab8f4

2014-07-23

sdpython

add PyQt needed for Spyder

47

b89611c

2014-07-20

sdpython

fix a condition in a unit test

46

824736d

2014-07-20

sdpython

fix a few imports

45

ae140f1

2014-07-20

sdpython

add browser in ipython setup

44

0dd3290

2014-07-19

sdpython

change the order of the modules to import

43

df18870

2014-07-19

sdpython

extend setup functionalities with unittest, build_sphinx

42

fb94154

2014-07-18

sdpython

fix unittest (path import)

40

5c57832

2014-07-18

sdpython

refactoring + install sqlitespy

39

a5438e0

2014-07-17

sdpython

add a sphinx extension

38

68c8aa7

2014-07-14

sdpython

add version to shortcuts name

37

d8a7ca4

2014-07-12

sdpython

add code to install Spyder (not an extension but an application)

36

09404c9

2014-07-06

sdpython

fix an issue with an error message

35

087f8b8

2014-07-05

sdpython

add virtualenv in the list of modules to install

33

4986f56

2014-07-02

sdpython

fix many things for a full installation (order of the packages, missing packages)

32

26df40c

2014-06-27

sdpython

function to setup ipython, add shortcuts on windows

31

fdda9ba

2014-06-25

sdpython

add a function to setup ipython (not fully tested yet)

30

ecbce68

2014-06-24

sdpython

add a module to install

29

97d3107

2014-06-22

sdpython

add a function to install everything

28

76aca84

2014-06-18

sdpython

+msi

27

49f2e3f

2014-06-17

sdpython

add a function to install SciTE

25

9beee25

2014-06-05

sdpython

add website of common tools

24

a6b88b3

2014-06-05

sdpython

add a function to install pandoc

23

009af11

2014-06-03

sdpython

add two sphinx themes

22

299c957

2014-06-03

sdpython

fix a platform issue, add version parameter

17

c916221

2014-03-19

sdpython

migration to python 3.4 + bug fix for exe modules

16

e35f16c

2014-02-26

sdpython

version modification in the setup

15

ef97652

2014-02-20

sdpython

comment

14

59ad742

2014-02-18

sdpython

add the possibility to show stdout while running a script

12

6d9cc43

2014-02-11

sdpython

change version number

11

4c71a75

2014-02-08

sdpython

clean the code after applying pylint

10

a71c55c

2014-02-07

sdpython

update gitignore and setup

9

97946f4

2014-02-06

sdpython

remove unnecessary logging

8

495d2dc

2014-02-06

sdpython

remove unused files

7

ebff126

2014-02-01

sdpython

fix a variable name

6

4072718

2014-02-01

sdpython

fix the search page on documentation

5

d9c2e37

2014-02-01

sdpython

improve the documentation

4

dff8bc0

2014-01-23

sdpython

splitting installing and downloading, adding a unit test

2

bfb642e

2014-01-22

sdpython

documentation + catch an exception while accessing internet

1

74357b2

2014-01-21

sdpython

first version: tested on Windows