Show More
@@ -12,6 +12,29 b'' | |||||
12 | What's new |
|
12 | What's new | |
13 | ========== |
|
13 | ========== | |
14 |
|
14 | |||
|
15 | Development | |||
|
16 | =========== | |||
|
17 | ||||
|
18 | New features | |||
|
19 | ------------ | |||
|
20 | ||||
|
21 | Bug fixes | |||
|
22 | --------- | |||
|
23 | ||||
|
24 | Backwards incompatible changes | |||
|
25 | ------------------------------ | |||
|
26 | ||||
|
27 | * New top-level sub-packages have been created: :mod:`IPython.core`, | |||
|
28 | :mod:`IPython.lib`, :mod:`IPython.utils`, :mod:`IPython.deathrow`, | |||
|
29 | :mod:`IPython.quarantine`. All existing top-level modules have been | |||
|
30 | moved to appropriate sub-packages. All internal import statements | |||
|
31 | have been updated and tests have been added. The build system (setup.py | |||
|
32 | and friends) have been updated. | |||
|
33 | * Compatability modules have been created for :mod:`IPython.Shell`, | |||
|
34 | :mod:`IPython.ipapi` and :mod:`IPython.iplib` that display warnings | |||
|
35 | and then load the actual implementation from :mod:`IPython.core`. | |||
|
36 | * :mod:`Extensions` has been moved to :mod:`extensions`. | |||
|
37 | ||||
15 | Release 0.10 |
|
38 | Release 0.10 | |
16 | ============ |
|
39 | ============ | |
17 |
|
40 |
General Comments 0
You need to be logged in to leave comments.
Login now