1. 27 May, 2020 1 commit
  2. 26 May, 2020 4 commits
  3. 24 May, 2020 3 commits
  4. 22 May, 2020 1 commit
  5. 21 May, 2020 9 commits
  6. 20 May, 2020 1 commit
  7. 16 May, 2020 1 commit
  8. 15 May, 2020 1 commit
  9. 14 May, 2020 2 commits
  10. 12 May, 2020 1 commit
  11. 05 May, 2020 2 commits
  12. 04 May, 2020 1 commit
  13. 03 May, 2020 4 commits
  14. 02 May, 2020 1 commit
    • romainx's avatar
      Fix #1077 · bcf1f532
      romainx authored
      * Documentation `common.md` updated
      * `test_nb_user_change` test written
      bcf1f532
  15. 29 Apr, 2020 2 commits
    • romainx's avatar
      Rollback numba to 0.48 · f54f36a2
      romainx authored
      Dependencies resolution fails with numba `0.49`. I do not know the root cause.
      Here is the difference between the two versions.
      
      ```bash
      $ conda search --info numba
      
      numba 0.48.0 py38hb3f55d8_0
      ---------------------------
      file name   : numba-0.48.0-py38hb3f55d8_0.tar.bz2
      name        : numba
      version     : 0.48.0
      build       : py38hb3f55d8_0
      build number: 0
      size        : 3.4 MB
      license     : BSD 2-clause
      subdir      : linux-64
      url         : https://conda.anaconda.org/conda-forge/linux-64/numba-0.48.0-py38hb3f55d8_0.tar.bz2
      md5         : 580c5132d9f575462db40daf20201ff1
      timestamp   : 2020-01-27 17:39:57 UTC
      constraints :
        - tbb >=2018.0.5
        - python_abi * *_cp38
      dependencies:
        - libgcc-ng >=7.3.0
        - libstdcxx-ng >=7.3.0
        - llvmlite >=0.31.0,<0.32.0a0
        - numpy >=1.14.6,<2.0a0
        - python >=3.8,<3.9.0a0
        - setuptools
      
      numba 0.49.0 py36h0573a6f_0
      ---------------------------
      file name   : numba-0.49.0-py36h0573a6f_0.conda
      name        : numba
      version     : 0.49.0
      build       : py36h0573a6f_0
      build number: 0
      size        : 3.1 MB
      license     : BSD 2-clause
      subdir      : linux-64
      url         : https://repo.anaconda.com/pkgs/main/linux-64/numba-0.49.0-py36h0573a6f_0.conda
      md5         : cdbf81e0d643b5e90441ccf110b97a3d
      timestamp   : 2020-04-17 17:08:20 UTC
      constraints :
        - tbb >=2018.0.5
      dependencies:
        - libgcc-ng >=7.3.0
        - libstdcxx-ng >=7.3.0
        - llvmlite >=0.32.0
        - llvmlite >=0.32.0,<0.33.0a0
        - numpy >=1.14.6,<2.0a0
        - python >=3.6,<3.7.0a0
        - setuptools
        - tbb >=2020.0
       ```
      f54f36a2
    • romainx's avatar
      Regular update 2020 W18 · d3ef6d89
      romainx authored
      * Bump `base-notebook`
      	* OS version
      	* `jupyterlab`
      * Bump `scipy-notebook`
      	* `beautifulsoup4`
      	* `cloudpickle`
      	* `dask`
      	* `numba`
      	* `xlrd`: version specified (it was not the case)
      * Bump `datascience-notebook`
      	* `r-devtools`
      	* `r-forecast`
      	* Julia version
      	* Test added to check if Julia is correctly installed (`julia --version`)
      	* Note: A new version of `r-base` is out `4.0.0` however it cannot be installed yet since dependencies with other packages cannot be resolved.
      * Bump `r-notebook`
      	* Same as `datascience-notebook` except Julia.
      * Bump `all-spark-notebook`
      	* `r-sparklyr`
      d3ef6d89
  16. 28 Apr, 2020 2 commits
    • Romain's avatar
      Merge branch 'master' into test_matplotlib · 8895bcbd
      Romain authored
      8895bcbd
    • romainx's avatar
      Matplotlib tests + helpers methods · 4e1bcc82
      romainx authored
      * Maplotlib is an important package. It has now its own test checking that a plot can be generated and exported has an image.
      * Some helpers methods added to the `Makefile` mainly permitting to clean containers and images
      * Improved assertion messages of some tests
      4e1bcc82
  17. 27 Apr, 2020 4 commits