Zoltán Vörös
53bc8d6b0e
replace m_new with m_new0, wherever reasonable ( #521 )
...
replace m_new with m_new0, wherever reasonable, and remove dangling memory fragments created by m_new0
2022-04-22 22:10:01 +02:00
Zoltán Vörös
089000df30
Merge branch 'master' into io-savetxt
2022-01-28 19:28:43 +01:00
Zoltán Vörös
5395c76d98
first implementation of loadtxt
2022-01-25 23:00:08 +01:00
Zoltán Vörös
77a856e84e
fix compilation problem on the rp2 port
2022-01-25 18:10:06 +01:00
Zoltán Vörös
d56dd2f921
add io_sprint for systems that don't have sprintf
2022-01-24 20:37:33 +01:00
Zoltán Vörös
bd57ac8938
include uinstd.h header
2022-01-16 16:17:06 +01:00
Zoltán Vörös
32ebcb4c06
fix size argument handling
2022-01-14 22:54:04 +01:00
Zoltán Vörös
1fc2f18358
fix size return value
2022-01-14 20:49:42 +01:00
Zoltán Vörös
63ab589b8c
add numpy.size
2022-01-14 19:57:18 +01:00
Zoltán Vörös
923cb823a3
add documentation for delete, extend test script, handle negative scalars
2022-01-12 18:05:23 +01:00
Zoltán Vörös
34353d7545
fix scalar indexing
2022-01-11 22:07:32 +01:00
Zoltán Vörös
e5020f8d57
add numpy.delete
2022-01-10 22:54:09 +01:00
Zoltán Vörös
cb3f4b3898
add compress function
2022-01-02 12:46:12 +01:00
Zoltán Vörös
911fdb4587
ulab can now be compiled with complex support
2021-12-03 08:59:23 +01:00
Zoltán Vörös
3817d7698a
fix compilation for 1D
2021-07-23 07:28:17 +02:00
Jeff Epler
7032a92339
Fix documentation build
...
* Move most documentation out of the ulab base module.
* float -> _float
* ulab.ndarray -> ulab.numpy.ndarray
This still does not build unless it is taken together with a modification
to CircuitPython that _also_ moves references to ulab.numpy.
Because of this, this PR will continue to show red. The suitability of
the changes can be gaged by looking at the related CircuitPython PR build
or by running locally the build-cp.sh script with the right ref checked
out in circuitpython/
2021-07-20 17:26:43 -05:00
Zoltán Vörös
96550c8ed4
re-arrange files, so that circuitpython docs can be generated
2021-07-14 23:15:19 +02:00