Sergei Shalnov

Results 23 issues of Sergei Shalnov

Need to implement following functions as described here [Logic functions](https://numpy.org/doc/stable/reference/routines.logic.html) ### Truth value testing - [x] all(a[, axis, out, keepdims]) Test whether all array elements along a given axis evaluate...

enhancement

Need to implement following functions as described here [Array manipulation routines](https://numpy.org/doc/stable/reference/routines.array-manipulation.html) ### Basic operations - [x] copyto(dst, src[, casting, where]) Copies values from one array to another, broadcasting as necessary....

enhancement

Need to implement following functions as described here [Statistics functions](https://numpy.org/doc/stable/reference/routines.statistics.html) ### Order statistics - [x] amin(a[, axis, out, keepdims, initial, where]) Return the minimum of an array or minimum along...

enhancement

Need to add Cython and C++ backend code coverage into CI codecov procedure

need to implement CI check for spelling in all files in the project. It might be something similar to code style check at first step

``` pytest tests/third_party/cupy/math_tests/test_arithmetic.py -v -s ... tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticUnary_param_0_{arg1=array([[2., 3., 4.], [5., 6., 7.]], dtype=float32), name='reciprocal'}::test_unary PASSED tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticUnary_param_1_{arg1=array([[2., 3., 4.], [5., 6., 7.]]), name='reciprocal'}::test_unary PASSED tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticUnary_param_2_{arg1=array([[2, 3, 4], [5, 6, 7]], dtype=int32),...

bug

Implement build procedure fir two types of documentation: - Python interface documentation build - C++ backend library doxygen documentation build

documentation

Need to implement following functions as described here [Array creation routines](https://numpy.org/doc/stable/reference/routines.array-creation.html) ### Ones and zeros - [x] empty(shape[, dtype, order]) Return a new array of given shape and type, without...

enhancement

Need to implement performance testing. - It should be easy to use for developer - like running regular test system. - Output must be readable and ready to be pasted...

Implement Mac OS build