issues
search
Mojo-Numerics-and-Algorithms-group
/
NuMojo
NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python.
Apache License 2.0
112
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[change] Unify the array creation functions
#139
forFudan
opened
17 hours ago
0
[add] Add `Matrix` type (2D array)
#138
forFudan
closed
3 days ago
0
[new+change+fix] Expanding Array creation Module
#137
shivasankarka
closed
4 days ago
10
[change] Rename the data buffer from `data` to `_buffer`
#136
forFudan
closed
3 weeks ago
6
[add] Add `convolve2d` function in the `signal` module
#135
forFudan
closed
3 weeks ago
0
[fix] Fix an error in `fromstring` where the negative signs are not read.
#134
forFudan
closed
3 weeks ago
0
Getter setters
#133
shivasankarka
closed
3 weeks ago
0
Update the change log for v0.3.1
#132
forFudan
closed
3 weeks ago
0
Prepare for V0.3.1
#131
forFudan
closed
3 weeks ago
0
Fixed adjust slice
#130
shivasankarka
closed
3 weeks ago
0
[fix] Fix mistakes in `matmul` due to initialization of the zero matrix
#129
forFudan
closed
4 weeks ago
0
A consistent way of constructing arrays and calling arguments
#128
forFudan
opened
4 weeks ago
0
[change + remove] Clean and uniform the array generation routines
#127
forFudan
closed
3 weeks ago
7
Add changelog into readme file
#126
forFudan
closed
1 month ago
0
V0.3 Update
#125
MadAlex1997
closed
1 month ago
0
[change] Add `Idx` and `NDArrayShape` to `prelude`
#124
forFudan
closed
1 month ago
0
Now with magic version of tests
#123
MadAlex1997
closed
1 month ago
0
Revert "Switch github runner to ubuntu-22.04"
#122
MadAlex1997
closed
1 month ago
0
Switch github runner to ubuntu-22.04
#121
MadAlex1997
closed
1 month ago
0
[doc] Add readme for traditional Chinese and update the readme file
#120
forFudan
closed
1 month ago
0
[new] Add `prelude` module for better importing
#119
forFudan
closed
1 month ago
0
[new] Getter Setter, Idx type, IO
#118
shivasankarka
closed
1 month ago
1
[fix] Solve the issue in parallelization for `solve`
#117
forFudan
closed
1 month ago
0
[update] update the test flow file to accommodate 24.5 and MAGIC
#116
forFudan
closed
1 month ago
0
[fix] Fix the issues with `solve`, `inv`, and `matmul`
#115
forFudan
closed
1 month ago
0
Update toml (case sensitive)
#114
forFudan
closed
1 month ago
0
[change] Move `from_string` to `array_creation_routine` module
#113
forFudan
closed
1 month ago
2
NDArray Initialization from UnsafePointer
#111
mmenendezg
closed
1 month ago
5
Reduce number of `NDArray.__init__()` overloads and make it a pure container
#110
forFudan
opened
2 months ago
5
updated .toml to use max/mojo24.5
#109
shivasankarka
closed
2 months ago
1
Updated numojo to mojo24.5
#108
shivasankarka
closed
2 months ago
0
[add] `Matrix` type
#107
forFudan
closed
3 weeks ago
0
NuMojo updated to Mojo nightly 2024.9.1015
#106
shivasankarka
closed
1 month ago
0
[Add] `solve` function for linear algebra `AX = Y`
#105
forFudan
closed
2 months ago
0
[Improve] Parallelize the calculation for inverse of matrix
#104
forFudan
closed
2 months ago
0
[Doc] Update to the changelog post v0.2
#103
forFudan
closed
1 month ago
0
[Add] `itemset` function to fill in a scalar at the certain coordinates of a ndarray
#102
forFudan
closed
2 months ago
7
[Add] Inverse of matrix using LU decomposition algorithm
#101
forFudan
closed
2 months ago
0
Add README file in Japanese
#100
shivasankarka
closed
2 months ago
0
Add readme file for simplified Chinese
#99
forFudan
closed
2 months ago
0
Moving `random` constructors, NDArray Constructor changes & New unit tests
#98
shivasankarka
closed
2 months ago
0
Ndarray init modifications and some tests
#97
MadAlex1997
closed
2 months ago
1
Merge NDArray inits with fill and random
#96
MadAlex1997
closed
2 months ago
6
Adding workflows with unit tests and linting
#95
sandstromviktor
closed
2 months ago
0
Running linting on code
#94
sandstromviktor
closed
2 months ago
1
Error using slices
#93
sandstromviktor
closed
2 months ago
4
Migrating from `DTypePointer` to `UnsafePointer`
#92
mmenendezg
closed
2 months ago
5
New additions and fixed typos
#91
shivasankarka
closed
2 months ago
2
Experimental to main for V0.2
#89
MadAlex1997
closed
3 months ago
0
Add NDArray initialization with random values in an specified interval
#88
mmenendezg
closed
3 months ago
0
Next