##// END OF EJS Templates
Make it clear that 1.0 is not released yet
Thomas Kluyver -
Show More
@@ -5,6 +5,10 b''
5 Release 1.0
5 Release 1.0
6 ===========
6 ===========
7
7
8 .. note::
9
10 This document describes a pre-release version of IPython.
11
8 IPython 1.0 requires Python ≥ 2.6.5 or ≥ 3.2.1.
12 IPython 1.0 requires Python ≥ 2.6.5 or ≥ 3.2.1.
9 It does not support Python 3.0, 3.1, or 2.5.
13 It does not support Python 3.0, 3.1, or 2.5.
10
14
@@ -212,7 +216,7 b' The javascript components used in the notebook have been updated significantly.'
212 Some relevant changes that are results of this:
216 Some relevant changes that are results of this:
213
217
214 - Markdown cells now support GitHub-flavored Markdown (GFM),
218 - Markdown cells now support GitHub-flavored Markdown (GFM),
215 which includes ``\`\`\`python`` code blocks and tables.
219 which includes ``\`\`\`python`` code blocks and tables.
216 - Notebook UI behaves better on more screen sizes.
220 - Notebook UI behaves better on more screen sizes.
217 - Various code cell input issues have been fixed.
221 - Various code cell input issues have been fixed.
218
222
General Comments 0
You need to be logged in to leave comments. Login now