Commit 8f392c8
authored
New methods and features for 0.6.0 (#64)
* feat: squeeze manipulation routine with axis support
* feat: NDArray::full implementation
* feat: NDArray::fill release
* feat: argmin and argmax with axis support
* feat: NDArray::positive implementation
* feat: NDArray::reciprocal implementation
* feat: NDArray::reciprocal stubs
* feat: NDArray::reciprocal stubs
* feat: NDArray::swapaxes implementation
feat: NDArray::transpose permutation
* feat: NDArray::swapaxes and new transpose stubs
* feat: NDArray::argmin and argmax keepdims option
* feat: NDArray::rollaxis implementation
* feat: NDArray::moveaxis implementation
* fix: improvements to the slicing mechanism
* feat: ndarray slicing stubs
* fix: fixed slicing shape when arrays contain values
* feat: hstack, vstack and dstack implementation
* feat: column_stack implementation
* feat: column_stack PHP stubs
* feat: NDArray::concatenate implementation
* feat: NDArray::append implementation
* feat: NDArray::append stubs
* docs: update README.md
* fix: NDArray::append memory leak when using PHP arrays as arguments.1 parent 0e20c24 commit 8f392c8
File tree
19 files changed
+1638
-169
lines changed- src
- ndmath
- cuda
- stubs
- tests/manipulation
19 files changed
+1638
-169
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
37 | 53 | | |
38 | 54 | | |
39 | 55 | | |
| |||
42 | 58 | | |
43 | 59 | | |
44 | 60 | | |
45 | | - | |
| 61 | + | |
46 | 62 | | |
47 | 63 | | |
48 | 64 | | |
| |||
0 commit comments