diff --git a/_sections/30-projects.md b/_sections/30-projects.md index 67d0ae5..7339ff8 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -47,6 +47,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/scikit-image.png)Scikit Image](http://scikit-image.org/) - [![](assets/sphinx-doc.png)Sphinx](https://www.sphinx-doc.org/) - [![](assets/geopy.png)geopy](https://geopy.readthedocs.io/) +- [![](https://nnabla.org/logos/logo3.png)Neural Network Libraries](https://nnabla.org/) - [![](assets/misp.png)MISP](https://github.com/MISP/MISP) - [![](assets/astropy.png)Astropy](https://www.astropy.org/) - [![](assets/biopython.png)Biopython](https://biopython.org/) diff --git a/site.js b/site.js index 880b49d..2d2c267 100644 --- a/site.js +++ b/site.js @@ -332,9 +332,12 @@ $(document).ready(function (){ {content: '8-α', start: '2019-12-01', end: '2020-12-31', py2:false}, {content: '8.x', start: '2020-06-30', end: '2021-12-31', py2:false}, {content: '9.x', start: '2021-06-30', end: '2022-12-31', py2:false}, + ], + 'Neural Network Libraries': [ + { content:'Python 2 & 3', start: '2017-07-22', end: '2019-12-31', py2:true}, + { content:'Python 3 only', start: '2020-01-01', end: '2023-12-31', py2:false}, ] - // for tests, rando example //'matplotlib':[ // {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true}, @@ -345,7 +348,6 @@ $(document).ready(function (){ // {content: '0.19', start: '2016-11-02', end:'2017-12-01'}, //] - } // Create a DataSet (allows two way data-binding)