@@ -3,14 +3,46 @@ Revision history
3
3
4
4
List of major changes to this document:
5
5
6
- - Oct 26 2014: Major restructuring. Split the HTML documentation into
7
- multiple pages.
6
+ .. note ::
8
7
9
- - Sep 15 2014: Migrated docs to Sphinx.
8
+ Some of the latest changes are not yet supported by the mypy
9
+ version on PyPI. Use the
10
+ `development version on GitHub <https://github.com/JukkaL/mypy >`_ to get
11
+ them.
10
12
11
- - Aug 25 2014: Don't discuss native semantics. There is only Python
12
- semantics.
13
+ - Mar 2015
14
+ Update documentation to reflect PEP 484.
15
+ Add :ref: `named-tuples ` and :ref: `optional `.
16
+ Do not mention type application syntax (for
17
+ example, ``List[int]() ``), as it's no longer supported,
18
+ due to PEP 484 compatibility. Rename ``typevar `` to
19
+ ``TypeVar ``.
13
20
14
- - Jul 2 2013: Rewrite to use new syntax. Shift focus to discussing
15
- Python semantics. Add more content, including short discussions of
16
- :ref: `generic-functions ` and :ref: `union-types `.
21
+ - Jan 2015
22
+ Mypy moves closer to PEP 484.
23
+ Add :ref: `type-aliases `. Update discussion of
24
+ overloading -- it's now only supported in stubs.
25
+ Rename ``Function[...] `` to ``Callable[...] ``.
26
+
27
+ - Dec 2014
28
+ Publish mypy version 0.1.0 on PyPI.
29
+
30
+ - Nov 2014
31
+ Add :ref: `library-stubs `.
32
+
33
+ - Oct 2014
34
+ Major restructuring.
35
+ Split the HTML documentation into
36
+ multiple pages.
37
+
38
+ - Sep 2014
39
+ Migrated docs to Sphinx.
40
+
41
+ - Aug 2014
42
+ Don't discuss native semantics. There is only Python
43
+ semantics.
44
+
45
+ - Jul 2013
46
+ Rewrite to use new syntax. Shift focus to discussing
47
+ Python semantics. Add more content, including short discussions of
48
+ :ref: `generic-functions ` and :ref: `union-types `.
0 commit comments