Skip to content

Releases: v923z/micropython-ulab

Add numpy.take

24 Nov 18:57
303e8d7
Compare
Choose a tag to compare

This release adds numpy's take method, and fixes a couple of smaller bugs.

6.5.5

14 Sep 10:28
c0b3262
Compare
Choose a tag to compare

In addition to fixing a number of smaller bugs, this release introduces three keyword arguments to the utils module's spectrogram method. These arguments should significantly improve on RAM use, and increase execution speed.

What's Changed

New Contributors

Full Changelog: 6.5.2...6.5.5

Compatibility release

03 Jun 20:09
65c941a
Compare
Choose a tag to compare

This release brings ulab in line with micropython 1.23. In addition to the not-so-visible compatibility with the latest of micropython, bitwise operators have been implemented, the random module has been added and a number of bugs have been squashed.

What's Changed

New Contributors

Full Changelog: 6.0.12...6.5.2

Compatibility release

07 May 10:11
ac2e995
Compare
Choose a tag to compare

This release brings ulab in line with the latest micropython, and fixes a number of smaller bugs.

Move `spectrogram` to `utils` sub-module

19 Sep 18:15
57de23c
Compare
Choose a tag to compare

This release moves the spectrogram function to the utils sub-module, adds the hash module constant, implements a great number of small bug fixes, and brings ulab in line with micropython.

upgrade with complex support

08 Jan 11:15
0c7c6b8
Compare
Choose a tag to compare

This release of ulab adds optional support for complex arrays, the compress function, the .tolist() array method, and the .imag, .real array properties.

Complex arrays can be sliced and iterated on, have the usual unary operators, and the +, *, /, -, ==, and != binary operators. In addition, the all, any, convolve, exp, sqrt functions accept complex arguments, and the conjugate, imag, real, sort_complex functions are implemented.

If complex support is enabled, the FFT routines can be configured to behave in a completely numpy-compatible way.

Fix compare/sum

30 Nov 19:57
c03990c
Compare
Choose a tag to compare

This bug fix release rectifies compare's, and sum's handling of integer/Boolean types.

Documentation improvements

19 Nov 19:42
0d13309
Compare
Choose a tag to compare

This release adds the readthedocs yaml file, so that documentation can be generated automatically.

Documentation improvements

19 Nov 20:13
493f6c6
Compare
Choose a tag to compare

With this release, documentation for version 0.54.6 can be generated automatically.

Documentation improvements

19 Nov 20:12
f3e0c13
Compare
Choose a tag to compare

With this release, documentation for version 0.36 can automatically be generated.