Zoltán Vörös
|
d1f2d80581
|
fixed compilation error in issue #98
|
2020-04-18 09:05:47 +02:00 |
|
Zoltán Vörös
|
2b7d96f25d
|
fix indexing error in linalg.dot
|
2020-04-14 09:05:22 +02:00 |
|
Jeff Epler
|
22813d6736
|
Merge pull request #91 from v923z/argmax
fixed argmin/argmax function for iterables
|
2020-04-13 15:33:48 -05:00 |
|
Zoltán Vörös
|
84150d4166
|
fix transpose function to conform to numpy
|
2020-04-09 12:38:19 +02:00 |
|
Zoltán Vörös
|
7ec8a25a84
|
fixed argmin/argmax function for iterables
|
2020-04-07 23:06:41 +02:00 |
|
Zoltán Vörös
|
ab9a26dc98
|
fix error in argsort
|
2020-04-07 22:34:00 +02:00 |
|
Zoltán Vörös
|
c69f2d9256
|
implemented the ==, and != binary operators
|
2020-04-04 22:14:36 +02:00 |
|
Zoltán Vörös
|
acfd1d0760
|
added documentation to the trace function, and cleaned up other bits
|
2020-04-03 13:01:04 +02:00 |
|
Zoltán Vörös
|
ceaede8cb8
|
added trace to linalg, trimmed other code
|
2020-04-03 12:07:11 +02:00 |
|
Zoltán Vörös
|
b4f83997e7
|
Merge branch 'master' into power
|
2020-04-02 19:08:00 +02:00 |
|
Zoltán Vörös
|
a3d77a3fa1
|
updated docs for ndarray_make_new_core
|
2020-04-02 09:52:04 +02:00 |
|
Zoltán Vörös
|
2517d8be25
|
incremented version number, modified change log
|
2020-03-31 23:14:54 +02:00 |
|
Zoltán Vörös
|
94e5b304d2
|
added arctan2 to vectorise.c
|
2020-03-16 19:36:37 +01:00 |
|
Zoltán Vörös
|
49e2e68f9b
|
added around to vectorise.c, and implemented array initialiation from another ndarray
|
2020-03-12 17:28:23 +01:00 |
|
Zoltán Vörös
|
e3a74453a8
|
trying to fix test routines
|
2020-03-11 18:53:06 +01:00 |
|
Zoltán Vörös
|
037cd6e733
|
re-named spectrum->spectrogram, updated manual
|
2020-03-10 21:11:44 +01:00 |
|
Zoltán Vörös
|
525fbb6527
|
added Cholesky decomposition to linalg.c, updated documentation
|
2020-03-10 20:40:11 +01:00 |
|
Zoltán Vörös
|
47bf2ec9a7
|
created new create sub-module for ndarray initialisation functions
|
2020-02-27 20:39:13 +01:00 |
|
Jeff Epler
|
83479f115b
|
Move zeros(), ones() to base ulab module
|
2020-02-27 10:05:50 -06:00 |
|
Zoltán Vörös
|
7e2be88dff
|
Merge branch '2dim' of github.com:v923z/micropython-ulab into 2dim
added circuitpython-related stuff to code and manual
|
2020-02-26 18:06:19 +01:00 |
|
Zoltán Vörös
|
e0e840f6d5
|
added circuitpython-related stuff to the manual
|
2020-02-26 18:05:49 +01:00 |
|
|
|
43551c9a7a
|
Merge remote-tracking branch 'upstream/master' into 2dim
|
2020-02-18 20:46:43 -06:00 |
|
Zoltán Vörös
|
e71f667114
|
temporary fix for issue #40
|
2020-02-17 19:57:55 +01:00 |
|
Zoltán Vörös
|
8300de7f11
|
backup commit, absolutely nothing essential
|
2020-02-16 19:53:30 +01:00 |
|
Zoltán Vörös
|
6fe015f134
|
properties are now defined in ndarray_properties.h
|
2020-02-16 19:49:01 +01:00 |
|
Zoltán Vörös
|
d8bfe46bd8
|
added __name__ to all submodules
|
2020-02-14 19:51:28 +01:00 |
|
Zoltán Vörös
|
2e3a0b4483
|
separated sub-modules into proper python sub-modules
|
2020-02-13 21:49:09 +01:00 |
|
Zoltán Vörös
|
9153fd8f8a
|
added a short section to the manual on how to customise ulab
|
2020-02-11 21:36:12 +01:00 |
|
Zoltán Vörös
|
c14eee1bd4
|
trying to fix ulab.h definitions
|
2020-02-11 20:15:45 +01:00 |
|
Zoltán Vörös
|
2c71467ced
|
implemented ndarray properties
|
2020-02-11 20:08:37 +01:00 |
|
Zoltán Vörös
|
4a0677fd14
|
removed extra ndarray_get_buffer
|
2020-02-10 19:54:49 +01:00 |
|
Zoltán Vörös
|
89170a13a6
|
fixed error in filter.c, removed asbytearray, and added buffer protocol to ndarray.c
|
2020-02-10 19:50:49 +01:00 |
|
Zoltán Vörös
|
936bb3bae5
|
corrected slicing error in issue #32
|
2020-02-09 19:56:32 +01:00 |
|
Zoltán Vörös
|
fac3eb4099
|
fixed a couple of small issues in filter.c
|
2020-02-08 10:44:24 +01:00 |
|
Zoltán Vörös
|
76ccd1a118
|
the master branch is configurable now
|
2020-02-07 21:23:24 +01:00 |
|
Jeff Epler
|
722401c2e4
|
Clean up and polish based on review comments
no functional change
|
2020-02-06 12:43:39 -06:00 |
|
Jeff Epler
|
efa4c148c9
|
convolve: implement and document
|
2020-02-05 16:33:48 -06:00 |
|
Zoltán Vörös
|
dcd65feb21
|
fixed indexing error in linalg.dot
|
2020-01-29 19:27:28 +01:00 |
|
Zoltán Vörös
|
b2c4749962
|
replaced MP_ROM_PTR macro, wherever it made sense
|
2020-01-20 19:55:38 +01:00 |
|
Zoltán Vörös
|
941ffceb1b
|
replaced MP_ROM_PTR macro, wherever it made sense
|
2020-01-20 19:49:57 +01:00 |
|
Zoltán Vörös
|
ac1111c251
|
fixed glitch in std/mean functions
|
2020-01-07 21:53:23 +01:00 |
|
Zoltán Vörös
|
992e48b84e
|
switched to version string
|
2020-01-07 21:02:20 +01:00 |
|
Zoltán Vörös
|
68e38bc6b8
|
backup commit
|
2020-01-06 07:43:27 +01:00 |
|
Zoltán Vörös
|
81acfc7da8
|
ulab_ndarray_type is extern now
|
2019-12-31 10:57:10 +01:00 |
|
Zoltán Vörös
|
107587de00
|
found and fixed macro error in vectorise.h
|
2019-11-29 08:02:48 +01:00 |
|
Zoltán Vörös
|
22f85e0d3b
|
fixed indexing error in linalg.dot
|
2019-11-28 19:16:59 +01:00 |
|
Zoltán Vörös
|
84d2ce8a52
|
notebook backup
|
2019-11-14 20:33:11 +01:00 |
|
Zoltán Vörös
|
1df50af368
|
replaced fabs by platform-agnostic version
|
2019-11-14 20:27:32 +01:00 |
|
Zoltán Vörös
|
1b9a80a442
|
replaced fabs by platform-agnostic version
|
2019-11-14 20:26:15 +01:00 |
|
Zoltán Vörös
|
ea588a67df
|
found silly error in manual
|
2019-11-06 18:37:43 +01:00 |
|