Ecosyste.ms: Issues

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

GitHub / v923z/micropython-ulab issues and pull requests

#396 - [BUG] dtype of (ndarray + integer_constant) not as expected

Issue - State: closed - Opened by arnonsen over 3 years ago - 14 comments
Labels: bug, enhancement, numpy compatibility

#363 - [FEATURE REQUEST] `linalg.eig` for asymmetric matrices (and SVD?)

Issue - State: open - Opened by JamesTev over 3 years ago - 40 comments
Labels: enhancement

#277 - Add array.__matmul__(), "@" operator

Issue - State: open - Opened by CallumJHays almost 4 years ago - 8 comments
Labels: enhancement

#173 - Singular Matrix criteria is not correct (det, inv)

Issue - State: closed - Opened by DeqingSun about 4 years ago - 5 comments

#100 - Does not compile when using most current MicroPython

Issue - State: closed - Opened by teuler over 4 years ago - 8 comments
Labels: compilation, critical

#99 - fixed compilation error in issue #98

Pull Request - State: closed - Opened by v923z over 4 years ago

#98 - Failure to compile

Issue - State: closed - Opened by rprr over 4 years ago - 5 comments
Labels: compilation, critical

#97 - Feature request: clip()

Issue - State: closed - Opened by PaintYourDragon over 4 years ago - 2 comments
Labels: enhancement

#96 - fix indexing error in linalg.dot

Pull Request - State: closed - Opened by v923z over 4 years ago

#95 - reference document

Issue - State: closed - Opened by v923z over 4 years ago - 4 comments

#94 - Bug in ulab.linalg.dot function

Issue - State: closed - Opened by mouryarahul over 4 years ago - 1 comment

#93 - CNN extend for Numpy-like interface

Issue - State: closed - Opened by yxdragon over 4 years ago - 2 comments

#92 - fix transpose function to conform to numpy

Pull Request - State: closed - Opened by v923z over 4 years ago

#91 - fixed argmin/argmax function for iterables

Pull Request - State: closed - Opened by v923z over 4 years ago - 4 comments

#90 - fix error in argsort

Pull Request - State: closed - Opened by v923z over 4 years ago

#89 - Certain inconsistency in numerical.argsort function

Issue - State: closed - Opened by mouryarahul over 4 years ago - 1 comment

#88 - Fix compiler diagnostics normally enabled in CircuitPython; fix arg parsing bugs

Pull Request - State: closed - Opened by jepler over 4 years ago - 3 comments

#87 - argmin/argmax of iterable: results differ from ndarray and numpy

Issue - State: closed - Opened by jepler over 4 years ago - 4 comments

#86 - Restore circuitpython compatibility after #84

Pull Request - State: closed - Opened by jepler over 4 years ago - 5 comments

#85 - Out of curiosity about using CMSIS library

Issue - State: closed - Opened by mouryarahul over 4 years ago - 5 comments

#84 - Equal

Pull Request - State: closed - Opened by v923z over 4 years ago

#83 - Trace

Pull Request - State: closed - Opened by v923z over 4 years ago - 1 comment

#82 - another attempt at fixing issue #79

Pull Request - State: closed - Opened by v923z over 4 years ago

#81 - added unistd.h to ndarray.c to fix issue #73

Pull Request - State: closed - Opened by v923z over 4 years ago

#80 - added fast initialisation option to ndarray_make_new_core, and updated docs

Pull Request - State: closed - Opened by v923z over 4 years ago

#79 - fixed indexing error in sort function

Pull Request - State: closed - Opened by v923z over 4 years ago - 2 comments

#78 - contraction returns scalar, if dimension is 0

Pull Request - State: closed - Opened by v923z over 4 years ago

#77 - Certain malfuction in numerical.sort function

Issue - State: closed - Opened by mouryarahul over 4 years ago - 5 comments

#76 - Feature requests

Issue - State: open - Opened by v923z over 4 years ago

#75 - adds an implementation of the `**` binary operator, and the reversed binary operators

Pull Request - State: closed - Opened by v923z over 4 years ago - 1 comment

#74 - Minor inconsistency in accessed the one element from ndarray

Issue - State: closed - Opened by mouryarahul over 4 years ago - 2 comments
Labels: enhancement

#73 - ssize_t is not portable

Issue - State: closed - Opened by KaiJan57 over 4 years ago - 7 comments
Labels: question, compilation

#72 - Ambiguity in Comparison operators

Issue - State: closed - Opened by mouryarahul over 4 years ago - 11 comments
Labels: enhancement

#71 - make `.transpose` consistent with `numpy`

Issue - State: closed - Opened by v923z over 4 years ago - 1 comment

#70 - added slicing2.py.exp to the test suite

Pull Request - State: closed - Opened by v923z over 4 years ago - 1 comment

#69 - Add to #68 for CircuitPython compatibility

Pull Request - State: closed - Opened by jepler over 4 years ago - 1 comment

#68 - Boolean

Pull Request - State: closed - Opened by v923z over 4 years ago - 3 comments

#67 - Indexing by Boolean List seems to malfunction

Issue - State: closed - Opened by mouryarahul over 4 years ago - 2 comments
Labels: bug, critical

#66 - undefined reference to `roundf'

Issue - State: closed - Opened by skylin008 over 4 years ago - 3 comments
Labels: compilation

#65 - slice_length: avoid implementation-defined division by negative number

Pull Request - State: closed - Opened by jepler over 4 years ago - 1 comment

#64 - indexing by boolean list is slow

Issue - State: closed - Opened by Marius-450 over 4 years ago - 8 comments

#62 - added tests for linalg, and poly

Pull Request - State: closed - Opened by v923z over 4 years ago

#61 - add round to ndarray

Issue - State: closed - Opened by v923z over 4 years ago

#60 - add arctan2 to vectorise

Issue - State: closed - Opened by v923z over 4 years ago - 2 comments

#59 - added Cholesky decomposition to linalg.c, updated documentation

Pull Request - State: closed - Opened by v923z over 4 years ago

#58 - AttributeErrors when calling np.mean(), np.std(), etc.

Issue - State: closed - Opened by lhargrove over 4 years ago - 2 comments

#57 - moved spectrum to extras module

Pull Request - State: closed - Opened by v923z over 4 years ago

#56 - include only code changes in workflow file

Pull Request - State: closed - Opened by v923z over 4 years ago - 3 comments

#55 - updated readme

Pull Request - State: closed - Opened by v923z over 4 years ago

#54 - updated readme

Pull Request - State: closed - Opened by v923z over 4 years ago

#53 - Update README.md with circuitpython mentions

Pull Request - State: closed - Opened by jepler over 4 years ago - 3 comments

#52 - Deleting "#define MODULE_ULAB_ENABLED (1)"

Pull Request - State: closed - Opened by codemee over 4 years ago - 1 comment

#51 - No need to define MODULE_ULAB_ENABLED in mpconfigport.h

Issue - State: closed - Opened by codemee over 4 years ago - 4 comments
Labels: question

#50 - Slicing fixes

Pull Request - State: closed - Opened by jepler over 4 years ago - 1 comment

#49 - ignore files created by ./build.sh

Pull Request - State: closed - Opened by jepler over 4 years ago

#48 - created new create sub-module for ndarray initialisation functions

Pull Request - State: closed - Opened by v923z over 4 years ago - 1 comment

#47 - a script to build and run tests locally

Pull Request - State: closed - Opened by jepler over 4 years ago

#46 - Ndarray properties sort

Pull Request - State: closed - Opened by jepler over 4 years ago

#45 - Move zeros(), ones() to base ulab module

Pull Request - State: closed - Opened by jepler over 4 years ago - 1 comment

#44 - Circuitpy fixes

Pull Request - State: closed - Opened by jepler over 4 years ago

#43 - add cross product

Issue - State: closed - Opened by v923z over 4 years ago - 12 comments
Labels: enhancement

#42 - add Cholesky decomposition to `linalg`

Issue - State: closed - Opened by v923z over 4 years ago - 1 comment
Labels: enhancement

#41 - Split ulab into multiple modules

Pull Request - State: closed - Opened by jepler over 4 years ago - 5 comments

#40 - .transpose() missing

Issue - State: closed - Opened by lhargrove over 4 years ago - 1 comment

#39 - Perform continuous integration using github actions

Pull Request - State: closed - Opened by jepler over 4 years ago - 2 comments

#38 - cosh() missing

Issue - State: closed - Opened by jepler over 4 years ago - 1 comment

#37 - Make portable to CircuitPython within same codebase

Pull Request - State: closed - Opened by jepler over 4 years ago - 1 comment

#36 - filter_convolve: fix build error

Pull Request - State: closed - Opened by jepler over 4 years ago - 1 comment

#35 - convolve: Optimize and special-case floats

Pull Request - State: closed - Opened by jepler almost 5 years ago - 1 comment

#34 - numpy difference: argmax() should return a scalar

Issue - State: closed - Opened by jepler almost 5 years ago

#33 - Fix some define-guards

Pull Request - State: closed - Opened by jepler almost 5 years ago - 1 comment

#32 - Slicing difference vs numpy

Issue - State: closed - Opened by jepler almost 5 years ago - 3 comments
Labels: bug, critical

#31 - ndarray: let memoryview(arr) work

Pull Request - State: closed - Opened by jepler almost 5 years ago - 5 comments

#30 - Crash (wrong argument types not handled?)

Issue - State: closed - Opened by jepler almost 5 years ago - 2 comments
Labels: bug, critical

#29 - convolve: implement and document

Pull Request - State: closed - Opened by jepler almost 5 years ago - 4 comments
Labels: enhancement

#28 - Issue with dot on PYBD_SF6

Issue - State: closed - Opened by lhargrove almost 5 years ago - 5 comments
Labels: bug

#27 - Compiling for Nucleo-L476RG

Issue - State: closed - Opened by spluttflob almost 5 years ago - 3 comments
Labels: compilation

#26 - Can't create 2d np.arrays with only 1 element

Issue - State: closed - Opened by Aggropatics almost 5 years ago - 6 comments
Labels: bug

#25 - Issue with np.mean

Issue - State: closed - Opened by lhargrove almost 5 years ago - 4 comments
Labels: critical

#24 - ulab assumes that floats are boxed: MICROPY_OBJ_REPR_A or B

Issue - State: closed - Opened by dhalbert almost 5 years ago - 3 comments

#23 - Temp

Pull Request - State: closed - Opened by GathererA almost 5 years ago - 1 comment

#22 - preliminary edit to work with CircuitPython

Pull Request - State: closed - Opened by GathererA almost 5 years ago - 6 comments
Labels: enhancement, compilation

#21 - building in CircuitPython

Issue - State: closed - Opened by GathererA almost 5 years ago - 70 comments
Labels: enhancement, compilation

#20 - multiple definition ulab_ndarray_type

Issue - State: closed - Opened by Neutree almost 5 years ago - 4 comments
Labels: enhancement, compilation

#19 - Behaviour of transpose() and reshape() are incompatible with numpy

Issue - State: closed - Opened by nickovs almost 5 years ago - 1 comment

#18 - Epsilon double promotion warning/error.

Issue - State: closed - Opened by iabdalkader almost 5 years ago - 4 comments

#17 - Subscripting 2-D array returns an array not a single value

Issue - State: closed - Opened by nickovs almost 5 years ago - 8 comments
Labels: low-priority

#16 - Incorrect results from ulab.dot() in ESP32

Issue - State: closed - Opened by nickovs almost 5 years ago - 2 comments
Labels: bug, critical

#15 - Array shapes where one dimension is length 1 not properly represented

Issue - State: closed - Opened by nickovs almost 5 years ago - 2 comments
Labels: low-priority

#14 - Wish list

Issue - State: closed - Opened by v923z about 5 years ago - 37 comments
Labels: enhancement

#13 - Missing .T transpose property

Issue - State: closed - Opened by nickovs about 5 years ago - 10 comments

#12 - Fixed several issues preventing compilation on macOS

Pull Request - State: closed - Opened by nickovs about 5 years ago - 2 comments
Labels: compilation

#11 - Support for matrix multiplication operator

Issue - State: closed - Opened by nickovs about 5 years ago - 2 comments
Labels: enhancement

#10 - let ndarrays be on the right hand side of binary operators

Issue - State: closed - Opened by v923z about 5 years ago - 1 comment
Labels: bug, enhancement

#9 - ulab std method for matrix

Issue - State: closed - Opened by huybik about 5 years ago - 20 comments
Labels: bug

#8 - Compilation errors for unix port on macOS

Issue - State: closed - Opened by mdaeron about 5 years ago - 11 comments
Labels: compilation

#7 - Small edits to README.md

Pull Request - State: closed - Opened by mdaeron about 5 years ago
Labels: documentation, enhancement

#6 - Apparent C-syntax compiling errors

Issue - State: closed - Opened by mdaeron about 5 years ago - 6 comments
Labels: documentation, enhancement, question

#5 - Testing

Pull Request - State: closed - Opened by v923z about 5 years ago