diff --git a/_sections/30-projects.md b/_sections/30-projects.md index dfb9d6b..07a1813 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -15,6 +15,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/pandas.png)pandas](https://pandas.pydata.org/) - [![](assets/scikit-learn.png)scikit-learn](https://scikit-learn.org/) - [![](assets/tornado.png)Tornado](http://www.tornadoweb.org/) +- [![](assets/xgboost.png)XGBoost](https://xgboost.ai/) - [![](assets/ipython.png)IPython](https://ipython.org) - [![](assets/mitmproxy.png)mitmproxy](https://mitmproxy.org/) - [![](assets/saltstack.png)SaltStack](https://github.com/saltstack/salt) diff --git a/assets/xgboost.png b/assets/xgboost.png new file mode 100644 index 0000000..236a651 Binary files /dev/null and b/assets/xgboost.png differ diff --git a/site.js b/site.js index 6fe447f..2554f01 100644 --- a/site.js +++ b/site.js @@ -128,6 +128,10 @@ $(document).ready(function (){ {content: 'Python 2 & 3', start: '2010-03-25', end:'2019-03-18', py2:true}, {content: 'Python 3 only', start: '2019-03-19', end:'2023-12-31'}, ], + 'XGBoost':[ + {content: 'Python 2 & 3', start: '2016-01-14', end:'2019-05-15', py2:true}, + {content: 'Python 3 only', start: '2019-05-15', end:'2023-12-31'}, + ], 'ccxt':[ {content: 'Python 2 & 3', start: '2017-05-14', end:'2019-12-31', py2:true}, {content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'},