From c682759372ff6eddb59aacc5675cbaf1601bcc37 Mon Sep 17 00:00:00 2001 From: Igor Kroitor Date: Tue, 21 Aug 2018 15:30:59 +0300 Subject: [PATCH 1/4] Added assets/ccxt.png --- assets/ccxt.png | Bin 0 -> 619 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/ccxt.png diff --git a/assets/ccxt.png b/assets/ccxt.png new file mode 100644 index 0000000000000000000000000000000000000000..9be0e323478d0d6d57e6066ebf75c738dada95c7 GIT binary patch literal 619 zcmeAS@N?(olHy`uVBq!ia0y~yV9Wqv4rZW;ul2;|KuWU2HKHUqKdq!Zu_%?nF(p4K zRlzeiF+DXXH8G{K@MNkDP!U^zPl)S(FbJ*rngbMJDhcun{?G7qyMY(b#J8Re+405x%vlaUHl%TTocWWl>p4jU6Y*xczq-jTWs-4WfnzfpFUgGlx|mJ; zWb205`6d2>-xRWJ2kVc*<}c4It>U1X-_@quACTuUpe{N7yFv~ZV)+?! Date: Tue, 21 Aug 2018 15:32:34 +0300 Subject: [PATCH 2/4] Added CCXT to the 30-projects --- _sections/30-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_sections/30-projects.md b/_sections/30-projects.md index f7926ec..5636eac 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -10,6 +10,7 @@ style: center These projects pledge to drop Python 2 support in or before 2020. +- [![](assets/ccxt.png)ccxt](https://github.com/ccxt/ccxt) - [![](assets/pandas.png)pandas](https://pandas.pydata.org/) - [![](assets/ipython.png)IPython](https://ipython.org) - [![](assets/mitmproxy.png)mitmproxy](https://mitmproxy.org/) From cbe0c25085fac7975354130fe1b93de166050388 Mon Sep 17 00:00:00 2001 From: Igor Kroitor Date: Tue, 21 Aug 2018 15:41:01 +0300 Subject: [PATCH 3/4] Added CCXT timeline to site.js --- site.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site.js b/site.js index e079360..0b83687 100644 --- a/site.js +++ b/site.js @@ -124,6 +124,10 @@ $(document).ready(function (){ {content: 'Python 2 & 3', start: '2011-10-10', end:'2018-12-31', py2:true}, {content: 'Python 3 only', start: '2019-01-01', end:'2021-12-16'}, ], + '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'}, + ], 'Numpy':[ {content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true}, {content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true}, From 2e6c4d97dd18e5e951eeef8457e914a0a37feb21 Mon Sep 17 00:00:00 2001 From: Igor Kroitor Date: Tue, 21 Aug 2018 15:41:43 +0300 Subject: [PATCH 4/4] Moved CCXT lower in 30-projects --- _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 5636eac..cc4cb29 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -10,13 +10,13 @@ style: center These projects pledge to drop Python 2 support in or before 2020. -- [![](assets/ccxt.png)ccxt](https://github.com/ccxt/ccxt) - [![](assets/pandas.png)pandas](https://pandas.pydata.org/) - [![](assets/ipython.png)IPython](https://ipython.org) - [![](assets/mitmproxy.png)mitmproxy](https://mitmproxy.org/) - [![](assets/kivy.png)Kivy](https://kivy.org/) - [![](assets/matplotlib.png)Matplotlib](https://matplotlib.org/) - [![](assets/numpylogoicon.svg)NumPy](https://www.numpy.org/) +- [![](assets/ccxt.png)ccxt](https://github.com/ccxt/ccxt) - [![](assets/zulip.png)Zulip](https://zulip.org) - [![](assets/sympy.png)SymPy](https://www.sympy.org/) - [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)