From ea5b6d1a7744627c4e5c964e872034b2620984c2 Mon Sep 17 00:00:00 2001 From: YasunariHashimoto <37357976+TE-YasunariHashimoto@users.noreply.github.com> Date: Fri, 8 Nov 2019 15:57:19 +0900 Subject: [PATCH 1/2] Add Neural Network Libraries --- _sections/30-projects.md | 1 + site.js | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_sections/30-projects.md b/_sections/30-projects.md index 67d0ae5..1427809 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) From f9682a3e34abdf10569c66ede8c0092e9861b781 Mon Sep 17 00:00:00 2001 From: Yasunari Hashimoto Date: Mon, 2 Dec 2019 10:11:56 +0900 Subject: [PATCH 2/2] add the URL --- _sections/30-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sections/30-projects.md b/_sections/30-projects.md index 1427809..7339ff8 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -47,7 +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/) +- [![](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/)