forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TOCHANGE.txt
57 lines (31 loc) · 1.2 KB
/
TOCHANGE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=================================================
Development Plans for SciPy 1.0
=================================================
See http://www.scipy.org/scipy/scipy/wiki/DevelopmentPlan
for updates of this document.
.. Contents::
General
--------
* distributions heavy use of extract and insert (could use fancy indexing?) -- but we should wait until we learn how slow fancy indexing is....)
* Use of old Numeric C-API. Using it means an extra C-level function call, but ...
* Make use of type addition to extend certain ufuncs with cephes quad types
* Use finfo(foo).bar instead of limits.foo_bar (see r3358 and r3362)
* Comply with Python Style Guide
* use CamelCase for class names
* Improve testing (e.g., increased coverage)
Documentation
-------------
See http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines
* use new docstring format
Packages
--------
* consider reorganizing the namespace
* scipy.tests, scipy.misc, scipy.stsci
IO (scipy.io)
+++++++++++++
* io rewritten to use internal writing capabilities of arrays
Image Processing (scipy.ndimage)
++++++++++++++++++++++++++++++++
Statistical Analysis (scipy.stats)
++++++++++++++++++++++++++++++++++
* add statistical models