Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / pocketpy/gsoc-2024-dev issues and pull requests

#77 - Add test numpy.cpp

Pull Request - State: closed - Opened by faze-geek 5 months ago

#76 - Add flag to suppress warnings

Pull Request - State: closed - Opened by faze-geek 5 months ago

#75 - Club test files into 1 file

Pull Request - State: closed - Opened by faze-geek 5 months ago

#74 - pybind v2 fails to recognize default value of step argument ?

Issue - State: closed - Opened by faze-geek 6 months ago - 2 comments

#73 - Fix set item for N-d vector assignment

Pull Request - State: closed - Opened by faze-geek 6 months ago

#72 - Refactor some tests

Pull Request - State: closed - Opened by faze-geek 6 months ago

#71 - Register float32 dtype

Pull Request - State: closed - Opened by faze-geek 6 months ago

#70 - Fix possible loss of data warnings.

Pull Request - State: closed - Opened by faze-geek 6 months ago

#69 - Bind boolean operators with the base class

Pull Request - State: closed - Opened by faze-geek 6 months ago

#68 - Sync Pkpy v2

Pull Request - State: closed - Opened by faze-geek 6 months ago

#67 - Change boolean output

Pull Request - State: closed - Opened by faze-geek 6 months ago

#66 - update

Pull Request - State: closed - Opened by 16bit-ykiko 6 months ago

#65 - Fix matrix multiplication warnings

Pull Request - State: closed - Opened by faze-geek 6 months ago

#64 - Fix MVSC build warnings

Pull Request - State: closed - Opened by faze-geek 6 months ago

#63 - Remove warnings with the `/` operator

Pull Request - State: closed - Opened by faze-geek 6 months ago

#62 - Return float64 array on boolean division.

Pull Request - State: closed - Opened by faze-geek 6 months ago

#61 - Add uniform random distribution function

Pull Request - State: closed - Opened by faze-geek 6 months ago

#60 - Update default return type of `np.mean`, `np.std`, `np.var`.

Pull Request - State: closed - Opened by faze-geek 6 months ago

#59 - Update math functions to return numeric types as per dimension

Pull Request - State: closed - Opened by faze-geek 6 months ago

#58 - Added the `__ne__` dunder method

Pull Request - State: closed - Opened by faze-geek 6 months ago

#57 - Miscellaneous Additions

Pull Request - State: closed - Opened by faze-geek 6 months ago

#56 - Correct setitem for 1d arrays

Pull Request - State: closed - Opened by faze-geek 6 months ago

#55 - Support binary operations for all dtypes

Pull Request - State: closed - Opened by faze-geek 6 months ago

#54 - Update aggregation functions to handle all dtypes

Pull Request - State: closed - Opened by faze-geek 6 months ago

#53 - Make `set_item` exhaustive and test all cases

Pull Request - State: closed - Opened by faze-geek 6 months ago

#52 - Minor changes in tests to reflect recent changes

Pull Request - State: closed - Opened by faze-geek 6 months ago

#51 - Register float dtype of 32 bit precision

Pull Request - State: closed - Opened by faze-geek 6 months ago

#50 - Register integer types with 8 and 16 bit precision

Pull Request - State: closed - Opened by faze-geek 6 months ago

#49 - Added a custom matmul implementation.

Pull Request - State: closed - Opened by faze-geek 7 months ago - 1 comment

#48 - Discard xflens for space relaxation.

Pull Request - State: closed - Opened by faze-geek 7 months ago

#47 - Add an array creation registry.

Pull Request - State: closed - Opened by faze-geek 7 months ago

#46 - Giving up on `np.matmul` will save about ~14Mb of disk space

Issue - State: closed - Opened by faze-geek 7 months ago - 1 comment

#45 - Divergence in pybind11 executables

Issue - State: closed - Opened by faze-geek 7 months ago - 2 comments

#44 - Add round member function for ndarray class

Pull Request - State: closed - Opened by faze-geek 7 months ago

#43 - Added the boolean dtype

Pull Request - State: closed - Opened by faze-geek 7 months ago - 1 comment

#42 - Correct output of `np.shape`

Pull Request - State: closed - Opened by faze-geek 7 months ago

#41 - Register all dtypes

Pull Request - State: closed - Opened by faze-geek 7 months ago

#40 - Change default integer precision to int64

Pull Request - State: closed - Opened by faze-geek 7 months ago

#39 - Added dtype argument for array creation.

Pull Request - State: closed - Opened by faze-geek 7 months ago

#38 - Add the tolist function

Pull Request - State: closed - Opened by faze-geek 7 months ago

#37 - Add dtypes as string attributes of numpy module

Pull Request - State: closed - Opened by faze-geek 7 months ago

#36 - Add proper spaces for indentation

Pull Request - State: closed - Opened by faze-geek 7 months ago

#35 - Add resize

Pull Request - State: closed - Opened by faze-geek 7 months ago

#34 - Remove `xjson` from xtl headers as well

Pull Request - State: closed - Opened by faze-geek 7 months ago

#33 - Removed unrequired data convertors

Pull Request - State: closed - Opened by faze-geek 7 months ago

#32 - Remove xoptional headers

Pull Request - State: closed - Opened by faze-geek 7 months ago

#31 - Make print inline with numpy

Pull Request - State: closed - Opened by faze-geek 7 months ago

#30 - Refactor some functions into properties

Pull Request - State: closed - Opened by faze-geek 7 months ago

#29 - Add example to readme

Pull Request - State: closed - Opened by faze-geek 7 months ago

#28 - Make `__eq__()` implementation element wise to match numpy

Pull Request - State: closed - Opened by faze-geek 7 months ago

#27 - Fix `__getitem__` and add tests

Pull Request - State: closed - Opened by faze-geek 7 months ago

#26 - Modify `get_item_tuple` to fix access issue.

Pull Request - State: closed - Opened by faze-geek 7 months ago

#25 - Adjust `__getitem__` to return output according to dimension.

Pull Request - State: closed - Opened by faze-geek 7 months ago

#24 - `__getitem__` divergence with numpy

Issue - State: closed - Opened by faze-geek 7 months ago - 1 comment

#23 - Add tests for miscellaneous functions

Pull Request - State: closed - Opened by faze-geek 7 months ago

#22 - Add test for the copy function

Pull Request - State: closed - Opened by faze-geek 7 months ago

#21 - Add tests for some dunder methods

Pull Request - State: closed - Opened by faze-geek 7 months ago

#20 - Added tests for add, sub, mul, div

Pull Request - State: closed - Opened by faze-geek 7 months ago

#19 - Added test for exponential functions

Pull Request - State: closed - Opened by faze-geek 7 months ago

#18 - Initial implementation of the Random Class

Pull Request - State: closed - Opened by faze-geek 7 months ago

#17 - Added tests for array manipulation

Pull Request - State: closed - Opened by faze-geek 7 months ago

#16 - Added tests for sorting functions

Pull Request - State: closed - Opened by faze-geek 7 months ago

#15 - Add tests for trigonometric functions

Pull Request - State: closed - Opened by faze-geek 8 months ago

#14 - Add Array creation tests

Pull Request - State: closed - Opened by faze-geek 8 months ago

#13 - Make operators robust in comparison to numpy

Pull Request - State: closed - Opened by faze-geek 8 months ago

#12 - Array initialization and Aggregation function tests

Pull Request - State: closed - Opened by faze-geek 8 months ago - 1 comment

#10 - Allow ndarray of scalar

Pull Request - State: closed - Opened by faze-geek 8 months ago - 1 comment

#9 - some fix.

Pull Request - State: closed - Opened by 16bit-ykiko 8 months ago

#7 - Add numpy sub-namespace and some refactoring.

Pull Request - State: closed - Opened by faze-geek 8 months ago - 1 comment

#6 - Ndarray implementation

Pull Request - State: closed - Opened by faze-geek 8 months ago - 2 comments

#5 - Discussion on dispatch mechanisms for ndarray classes

Issue - State: closed - Opened by faze-geek 8 months ago - 2 comments

#4 - Add ndarray implementation to `numpy.hpp` using xtensor support.

Pull Request - State: closed - Opened by faze-geek 8 months ago - 2 comments

#3 - Modified the Numpy project file structure.

Pull Request - State: closed - Opened by faze-geek 8 months ago - 1 comment

#2 - Included headers from `xtensor` and `xtl`

Pull Request - State: closed - Opened by faze-geek 9 months ago - 6 comments

#1 - basic implementation of pybind11

Pull Request - State: closed - Opened by 16bit-ykiko 12 months ago - 2 comments