@@ -74,31 +74,31 @@ The following API categories have been generated (if checked off)
74
74
- [x] Array creation routines
75
75
- [x] Array manipulation routines
76
76
- [x] Binary operations
77
- - [ ] String operations
78
- - [ ] Datetime Support Functions
79
- - [ ] Data type routines
77
+ - [x ] String operations
78
+ - [x ] Datetime Support Functions
79
+ - [x ] Data type routines
80
80
- [x] Optionally Scipy-accelerated routines(numpy.dual)
81
- - [ ] Mathematical functions with automatic domain(numpy.emath)
82
81
- [ ] Floating point error handling
83
- - [ ] Discrete Fourier Transform(numpy.fft)
84
- - [ ] Financial functions
82
+ - [x ] Discrete Fourier Transform(numpy.fft)
83
+ - [x ] Financial functions
85
84
- [ ] Functional programming
86
- - [ ] NumPy-specific help functions
87
- - [ ] Indexing routines
88
- - [ ] Input and output
85
+ - [x] Indexing routines
86
+ - [x] Input and output
89
87
- [x] Linear algebra(numpy.linalg)
90
88
- [x] Logic functions
91
89
- [ ] Masked array operations
92
90
- [x] Mathematical functions
93
91
- [ ] Matrix library(numpy.matlib)
94
92
- [ ] Miscellaneous routines
95
- - [ ] Padding Arrays
93
+ - [x ] Padding Arrays
96
94
- [ ] Polynomials
97
95
- [x] Random sampling(numpy.random)
98
- - [ ] Set routines
96
+ - [x ] Set routines
99
97
- [x] Sorting, searching, and counting
100
98
- [x] Statistics
101
- - [ ] Window functions
99
+ - [x] Window functions
100
+
101
+ Over 500 functions of all 1800 have been generated, most of the missing functions are duplicates on Matrix, Chararray, Record etc.
102
102
103
103
### Auto-generated Unit-Tests
104
104
0 commit comments