diff --git a/_sections/30-projects.md b/_sections/30-projects.md index d8bd146..098d4f6 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -56,6 +56,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/nikola.png)Nikola](https://getnikola.com) - [![](assets/xarray.png)xarray](https://xarray.pydata.org/) - [![](assets/gluonnlp.png)GluonNLP](https://gluon-nlp.mxnet.io/) +- [![](assets/libcloud.png)Apache Libcloud](https://libcloud.apache.org/) - [![](assets/weblate.png)Weblate](https://weblate.org/) - [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran) - [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil) diff --git a/assets/cmd2.png b/assets/cmd2.png index 34161b2..a9ca5a0 100644 Binary files a/assets/cmd2.png and b/assets/cmd2.png differ diff --git a/assets/esmvaltool.png b/assets/esmvaltool.png index bd1f3ee..a97d3b4 100644 Binary files a/assets/esmvaltool.png and b/assets/esmvaltool.png differ diff --git a/assets/fecon235.png b/assets/fecon235.png index 3c00655..56f91bc 100644 Binary files a/assets/fecon235.png and b/assets/fecon235.png differ diff --git a/assets/freud.png b/assets/freud.png index 7eec244..c75dd33 100644 Binary files a/assets/freud.png and b/assets/freud.png differ diff --git a/assets/gluonnlp.png b/assets/gluonnlp.png index 0ad609a..d3e6dd1 100644 Binary files a/assets/gluonnlp.png and b/assets/gluonnlp.png differ diff --git a/assets/libcloud.png b/assets/libcloud.png new file mode 100644 index 0000000..e8f3ab9 Binary files /dev/null and b/assets/libcloud.png differ diff --git a/assets/manticore.png b/assets/manticore.png index 47b7f00..8505e71 100644 Binary files a/assets/manticore.png and b/assets/manticore.png differ diff --git a/assets/meshio.png b/assets/meshio.png index dbe8834..c2e8b6c 100644 Binary files a/assets/meshio.png and b/assets/meshio.png differ diff --git a/assets/mxnet.png b/assets/mxnet.png index d6ac422..27ff67b 100644 Binary files a/assets/mxnet.png and b/assets/mxnet.png differ diff --git a/assets/quadpy.png b/assets/quadpy.png index 3bfed67..5518198 100644 Binary files a/assets/quadpy.png and b/assets/quadpy.png differ diff --git a/assets/signac.png b/assets/signac.png index 908b049..c4c3eb4 100644 Binary files a/assets/signac.png and b/assets/signac.png differ diff --git a/assets/stumpy_logo_small.png b/assets/stumpy_logo_small.png index 64a4fae..3a221c9 100644 Binary files a/assets/stumpy_logo_small.png and b/assets/stumpy_logo_small.png differ diff --git a/assets/sympy.png b/assets/sympy.png index 019b693..b8c9bd6 100644 Binary files a/assets/sympy.png and b/assets/sympy.png differ diff --git a/assets/weblate.png b/assets/weblate.png index a47361d..38b15da 100644 Binary files a/assets/weblate.png and b/assets/weblate.png differ diff --git a/assets/xgboost.png b/assets/xgboost.png index 236a651..254b050 100644 Binary files a/assets/xgboost.png and b/assets/xgboost.png differ diff --git a/site.js b/site.js index f2aa911..82ef105 100644 --- a/site.js +++ b/site.js @@ -209,6 +209,10 @@ $(document).ready(function (){ {content: '1.1 - 1.8 (Py2,Py3)', start: '2011-10-10', end:'2019-03-28', py2:true}, {content: '2.0 - (Py3)', start: '2019-03-29', end:'2023-12-31'}, ], + 'Apache Libcloud':[ + {content: 'Python 2 & 3', start: '2011-12-09', end:'2020-01-01', py2:true}, + {content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'}, + ], 'geopy':[ {content: '1.x', start: '2014-09-07', end:'2019-04-01', py2:true}, {content: '2.x', start: '2019-04-01', end:'2023-12-31'},