Skip to content

Releases: v923z/micropython-ulab

6.12.1: Fixed signed number sorting Issue 744 (#750)

Choose a tag to compare

@v923z v923z released this 20 Jul 18:54
2b6e0cf

Bug fixes

6.12

Choose a tag to compare

@v923z v923z released this 08 Apr 19:20
d161443

What's Changed

New Contributors

Full Changelog: 6.11.0...6.12

6.11.0

Choose a tag to compare

@v923z v923z released this 08 Oct 21:24
a8b25ef

What's Changed

New Contributors

Full Changelog: 6.7.3...6.11.0

fix release

Choose a tag to compare

@v923z v923z released this 26 Jan 20:05
20f7259

This release fixes a small issue with the keepdims keyword argument in a number of functions.

Add scipy.integrate module and keepdims to some functions

Choose a tag to compare

@v923z v923z released this 19 Jan 21:57
be15d62

This release adds the scipy.integrate module with four integration methods, as well as the keepdims keyword arguments to those numerical functions that contract a tensor.

Add numpy.take

Choose a tag to compare

@v923z v923z released this 24 Nov 18:57
303e8d7

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

6.5.5

Choose a tag to compare

@v923z v923z released this 14 Sep 10:28
c0b3262

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

Choose a tag to compare

@v923z v923z released this 03 Jun 20:09
65c941a

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

Choose a tag to compare

@v923z v923z released this 07 May 10:11
ac2e995

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

Move `spectrogram` to `utils` sub-module

Choose a tag to compare

@v923z v923z released this 19 Sep 18:15
57de23c

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.