romainx
32090f6011
Update docker stack 2020-11-20
...
The following changes have been made.
- `base-notebook`
- `Changed`: Bump Ubuntu
- `Changed`: Bump conda
- `Fixed`: Add missing `apt-get clean`
- `minimal-notebook`
- `Removed`: `jed` editor see #1174 (partial)
- `Deprecated`: `emacs` editor (in the documentation and in the image) see #1174 (partial)
- `scipy-notebook`
- `Fixed`: Add missing `apt-get clean`
- `Changed`: Bump `dask`
- `Changed`: Bump `protobuf`
- `r-notebook`
- `Changed`: Bump `r-base`
- `Changed`: Bump `r-rmarkdown`
- `Removed`: The description of `tidyverse` packages because it's not the place to do that and it will always be obsolete.
- `datascience-notebook`
- `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial)
- `Removed`: `plyr` package because it's retired fixes #1103
- `Removed`: `r-reshape2` package because it's retired fixes #1103
- `Changed`: Bump `r-rmarkdown`
- `Changed`: Bump Julia
- `tensorflow-notebook`
- `Changed`: Bump `tensorflow`
- `pyspark-notebook`
- `Fixed`: Add missing `apt-get clean`
- `Changed`: Bump `pyarrow`
- `all-spark-notebook`
- `Fixed`: Add missing `apt-get clean`
- `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial)
- `Changed`: Bump `r-sparklyr`
2020-10-20 11:36:34 +02:00
Ayaz Salikhov
cab70d11c5
Fix
2020-09-28 06:39:42 +03:00
Ayaz Salikhov
e3085ca89e
Merge branch 'master' into asalikhov/py_codestyle
2020-09-28 06:37:23 +03:00
romainx
e1b97737f8
Matplotlib test factorization (Follow-on PR #1169 )
2020-09-26 11:29:43 +02:00
Romain
9c97376140
Merge pull request #1159 from romainx/stack_update
...
Stack update
2020-09-26 05:46:22 +02:00
Mark Dean
f527551a44
add cm-super
2020-09-25 11:16:19 -04:00
romainx
325dd5b3e2
Fix build (hope)
...
- miniconda versions and arguments
- remove useless hd5 install (dependency of h5py)
- pin the version of pyarrow
2020-09-19 17:27:47 +02:00
romainx
78c70dce88
Stack update (partial)
...
Following images updated
- `base-notebook`
- `scipy-notebook`
- `tensorflow-notebook`
- `tensorflow`
- `datascience-notebook`
- `r-notebook`
2020-09-19 07:17:45 +02:00
Ayaz Salikhov
530e2b3834
Merge branch 'master' into asalikhov/py_codestyle
2020-08-16 20:02:40 +03:00
Peter Parente
1031477369
[ci skip] Update READMEs visible on Docker Hub
2020-08-08 15:09:02 -04:00
Peter Parente
4b07fcdcb6
Merge pull request #1134 from maresb/patch-1
...
Pandas to 1.1
2020-08-08 15:05:05 -04:00
Ben Mares
81131ffce0
Pandas to 1.1
2020-08-06 10:33:02 +02:00
Peter Parente
3ef53ce417
Merge branch 'master' into github-actions
2020-08-01 00:13:04 -04:00
Peter Parente
5758b59314
Fix SOURCE_COMMIT -> GITHUB_SHA references
2020-08-01 00:12:07 -04:00
Peter Parente
34e73d4f6b
Refactor wiki hooks for Actions
2020-07-30 07:49:00 -04:00
Ayaz Salikhov
bf2cabc619
Update scipy-notebook packages
2020-07-13 21:25:04 +02:00
Ayaz Salikhov
b1e4688d5c
Add automatic checks
2020-07-04 19:06:21 +02:00
Ayaz Salikhov
94cd03d6b9
Fix python codestyle
2020-07-04 18:30:53 +02:00
chrisgorgo
47d6c62bc7
Updating sklearn to version 0.23
2020-06-23 19:01:47 -07:00
Romain
5e6645d137
Ignore DL3006 and DL3008 by default
2020-06-01 06:23:44 +02:00
Romain
2ce0b49fb5
Final review
2020-05-30 05:44:53 +02:00
Romain
7b48e43b74
Fix hadolint deviations
2020-05-29 19:33:24 +02:00
Ayaz Salikhov
9096270368
Print image size in manifest
2020-05-26 15:07:25 +02:00
Peter Parente
7a239a1ae2
Merge branch 'master' into update_2020_w18
2020-05-02 22:19:39 -04:00
romainx
f54f36a208
Rollback numba to 0.48
...
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
```
2020-04-29 12:12:53 +02:00
romainx
d3ef6d89b2
Regular update 2020 W18
...
* 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`
2020-04-29 09:16:28 +02:00
romainx
4e1bcc8236
Matplotlib tests + helpers methods
...
* 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
2020-04-28 15:17:56 +02:00
Mark Dean
44fbf93bfd
add pytables and bottleneck
2020-04-22 19:41:41 -04:00
Romain
730b96bfca
Merge branch 'master' into test_improvements
2020-04-19 17:34:13 +02:00
romainx
f03d638a4f
removed unnecessary import
2020-04-19 10:51:20 +02:00
romainx
300511eee2
Added basic tests on some important components
...
* tensorflow basic tests following #1002
* pandas basic tests following #1063
2020-04-19 07:39:34 +02:00
romainx
d458afffaf
Big upgrade
...
- Bump root container version
- Bump packages of
- scipy-notebook
- r-notebook
- datascience-notebook
- add -y flag to jupyter lab commands in scipy-notebook
- Fix a bug in check outdated packages when packages installed through pip
2020-04-04 23:04:45 +02:00
Peter Parente
073aee8f84
Merge branch 'master' into lab_clean
2020-03-16 15:29:31 -04:00
romainx
309453fa00
Using jupyter lab clean ( #752 )
2020-03-15 06:24:56 +01:00
Mark Dean
9cfdc92323
include dvipng
2020-03-12 16:56:56 -04:00
Peter Parente
046a4c311c
Loose jupyter-matplotlib pinning for consistency
2020-03-11 08:06:24 -04:00
Mark Dean
14b9d786c8
pin jupyter-matplotlib
2020-03-10 20:02:02 -04:00
Mark Dean
80bf115c80
put back instructions
2020-03-10 11:24:06 -04:00
Mark Dean
607e625407
update jupyterlab and plotting extensions
2020-03-10 11:21:27 -04:00
Mark Dean
f4ceeea454
ipympl version update
2020-02-28 14:59:23 -05:00
Mark
3f83acabaf
Merge branch 'master' into master
2020-02-28 20:46:34 +01:00
romainx
163f86cf57
Bump scipy-notebook
2020-02-27 22:57:46 +01:00
Mark Dean
7a2522af86
put version back
2020-02-27 16:46:53 -05:00
Mark Dean
35d30e23a8
put version back
2020-02-27 16:46:04 -05:00
Mark Dean
775e8c9a22
add ipympl
2020-02-27 16:43:37 -05:00
Peter Parente
171ba82a30
Fix ssh key format
...
New Docker Hub UI loses newlines in the env
var settings. Loss of new lines leads ssh-add
to prompt and fail when loading the key.
Base64 encode and decode the key to workaround
the limitation.
2020-01-29 09:37:04 -05:00
Ben Mares
78fa3df88f
bump version numbers and add periods before *
2020-01-27 23:38:05 +01:00
Min RK
75519a5751
Merge pull request #981 from flixr/update-bokeh
...
scipy-notebook: update bokeh
2020-01-21 15:15:05 +01:00
Felix Ruess
fc64a7744a
scipy-notebook: update bokeh
2020-01-05 11:43:33 +01:00
Felix Ruess
75543fe76d
scipy-notebook: update dask and h5py
2020-01-05 11:42:45 +01:00