Jeff Epler
|
a03ef91904
|
fix build of convolve on circuitpython
|
2020-02-06 15:53:49 -06:00 |
|
Jeff Epler
|
19e86f85c8
|
Merge branch 'convolve' into HEAD
|
2020-02-06 12:44:23 -06: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 |
|
|
|
cfbf5f4e84
|
remove files that should not be tracked
|
2020-02-04 11:35:36 -06:00 |
|
|
|
b4974825c6
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-02-04 11:28:29 -06:00 |
|
|
|
50957ec120
|
ndarray: Fix compile error
|
2020-02-04 10:31:38 -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
|
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 |
|
Andrew Gatherer
|
e7243ce38a
|
added __init__ files
|
2020-01-01 16:18:52 -06:00 |
|
Andrew Gatherer
|
58ee495e6b
|
initial edit to CP
|
2019-12-31 09:18:23 -06: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
|
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 |
|
Nicko van Someren
|
e33720e9c0
|
Fixed several issues preventing compilation on macOS
|
2019-11-11 13:39:28 -08:00 |
|
Zoltán Vörös
|
1f5d1a9765
|
fixed version number in ulab.c
|
2019-11-06 18:34:12 +01:00 |
|
Zoltán Vörös
|
0e9656cc1d
|
added argsort, and fixed a number of smaller bugs
|
2019-11-06 17:35:01 +01:00 |
|
Zoltán Vörös
|
08b8fd0ae2
|
fixed float_t->mp_float_t mistake in ndarray.c
|
2019-11-04 19:28:06 +01:00 |
|
Zoltán Vörös
|
351eafa06c
|
first implementation of sort
|
2019-11-04 18:54:19 +01:00 |
|
Zoltán Vörös
|
3379f0b897
|
fixed linking error with sin/sqrt
|
2019-11-01 14:42:08 +01:00 |
|
Zoltán Vörös
|
6e4911d96f
|
replaced float with mp_float_t everywhere, so that the source can be compiled for all platforms
|
2019-11-01 14:28:29 +01:00 |
|
Zoltán Vörös
|
8b6d03417b
|
added diff function, and updated the manual accordingly
|
2019-10-31 12:52:40 +01:00 |
|
Zoltán Vörös
|
761ad69d71
|
fully implemented subscription methods
|
2019-10-29 21:12:12 +01:00 |
|
Zoltán Vörös
|
5599dd2f31
|
fixed small bug in rawsize
|
2019-10-19 19:45:26 +02:00 |
|
Zoltán Vörös
|
148364e189
|
added eig to linalg, and updated the manual
|
2019-10-19 15:32:45 +02:00 |
|
Zoltán Vörös
|
31e40dad5d
|
added uniform interface to fft, ifft, spectrum, and significantly extended manual
|
2019-10-17 20:52:41 +02:00 |
|
Zoltán Vörös
|
d4acce7b1f
|
extended documentation, and moved size function to linalg
|
2019-10-16 20:08:16 +02:00 |
|
Zoltán Vörös
|
69225c3707
|
added det to linalg.c
|
2019-10-15 21:37:21 +02:00 |
|
Zoltán Vörös
|
13c343f3cf
|
fixed the roll function in numerical.c
|
2019-10-15 19:47:22 +02:00 |
|
Zoltán Vörös
|
13511aaf08
|
min/max conforms to numpy behaviour now
|
2019-10-14 21:29:15 +02:00 |
|
Zoltán Vörös
|
5caa711422
|
extended manual, inserted links to numpy functions
|
2019-10-12 22:33:13 +02:00 |
|
Zoltán Vörös
|
e30b8d6f4e
|
added first version of manual, fixed small bug in roll
|
2019-10-11 21:45:14 +02:00 |
|
Zoltán Vörös
|
be6ab7ba18
|
extended universal functions for arbitrary typecode
|
2019-10-11 18:59:45 +02:00 |
|
Zoltán Vörös
|
0c161e2ba3
|
fixed error in iterator and make_new
|
2019-10-11 15:58:17 +02:00 |
|
Zoltán Vörös
|
68dd3a7423
|
this is mainly a safety backup; subscr is not fully implemented yet
|
2019-10-10 22:01:26 +02:00 |
|
Zoltán Vörös
|
1c233de552
|
extended unary operators in ndarray.c
|
2019-10-08 17:37:53 +02:00 |
|
Zoltán Vörös
|
4a8ecc28f2
|
added keyword arguments to linspace, made binary_op tighter
|
2019-10-07 20:49:29 +02:00 |
|
Zoltán Vörös
|
a5f61f4e3c
|
added comparison operators to ndarray
|
2019-10-05 16:01:00 +02:00 |
|
Zoltán Vörös
|
ba975c100d
|
added comparison operators to ndarray
|
2019-10-05 15:59:03 +02:00 |
|
Zoltán Vörös
|
7feaf8c57e
|
removed printf statement in ndarray.c
|
2019-10-04 20:11:28 +02:00 |
|
Zoltán Vörös
|
cadae1dbf7
|
extended linalg, added .flatten to ndarray
|
2019-10-04 20:06:04 +02:00 |
|
Zoltán Vörös
|
52694959d3
|
bit of clean-up in binary_op/removed upcasting()
|
2019-10-04 12:32:49 +02:00 |
|
Zoltán Vörös
|
6a65d33445
|
fixed half of the binary operator code (implemented macros)
|
2019-09-27 20:23:25 +02:00 |
|
Zoltán Vörös
|
093bc39b7d
|
cleaned up material for first release
|
2019-09-25 17:33:02 +02:00 |
|
Zoltán Vörös
|
fce8850b05
|
added lots of examples and code comments
|
2019-09-18 21:59:31 +02:00 |
|