1. 05 May, 2020 2 commits
  2. 04 May, 2020 1 commit
  3. 03 May, 2020 4 commits
  4. 02 May, 2020 1 commit
    • romainx's avatar
      Fix #1077 · bcf1f532
      romainx authored
      * Documentation `common.md` updated
      * `test_nb_user_change` test written
      bcf1f532
  5. 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
  6. 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
  7. 27 Apr, 2020 5 commits
  8. 24 Apr, 2020 1 commit
  9. 23 Apr, 2020 8 commits
  10. 20 Apr, 2020 4 commits
  11. 19 Apr, 2020 7 commits
  12. 17 Apr, 2020 1 commit
    • Carsten Pohl's avatar
      Changed the regular expression in start.sh that reads the /etc/sudoers file and · 0710677c
      Carsten Pohl authored
      adds the conda path as a secure path to sudo.
      
      The regular expression expects that the equals sign has no leading and trailing
      spaces after the parameter secure_path. Furthermore it expects that the value
      is enclosed in double quotes.
      
      This is the case for the sudoers file in debian based distributions, but the
      in centos / redhat based distributions this is not the case. The default value
      of the secure_path in centos / redhat based distributions has no double quotes
      and leading and trailing spaces.
      
      This change adds optional spaces before and after the space, and makes the
      double quotes optional.
      0710677c
  13. 11 Apr, 2020 1 commit
  14. 07 Apr, 2020 1 commit