.. _l-changes: Changes ======= .. plot:: import matplotlib.pyplot as plt x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52] y = [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() List of recent changes: .. list-table:: :widths: auto :header-rows: 1 * - # - 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