Skip to content

Releases: v923z/micropython-ulab

Contains documentation updates and bug fixes

15 Jan 15:44
3592e54
Compare
Choose a tag to compare
Merge pull request #288 from jepler/fix-stubs

frombuffer: Add type declarations to stubs

adds frombuffer and fixes diff code

14 Jan 19:55
Compare
Choose a tag to compare
1.7.0

added frombuffer stub

adding a set of new functions and features to version 1.1

11 Jan 19:45
d62d07e
Compare
Choose a tag to compare

Compared to the latest release, this version adds

  • Boolean initialisation option
  • nan/inf class level constants
  • dtype function/method/property
  • median function

and

  • removes size from linalg

complete re-work of code

31 Oct 21:05
aa7e741
Compare
Choose a tag to compare

This release is a complete re-work of underlying code, while the API is mostly unchanged.

Features added:

    support for tensors of rank 4
    broadcasting
    views
    in-place operators
    customisation via a single header file (ulab.h)
    numpy-compatibility for functions, where it makes sense

Functions/methods added

    .tobytes()
    concatenate
    cross
    full
    logspace
    diagonal function

slice indices raise CPython-compatible exceptions now

25 Oct 11:59
8242b84
Compare
Choose a tag to compare
Merge pull request #186 from jepler/ci-circuitpython

Build circuitpython-ulab as part of CI

0.54: Merge pull request #151 from v923z/docs

23 Jul 20:24
359cf78
Compare
Choose a tag to compare

Added the trapz, arange, and norm functions, and integrated the documentation into source code.

extended the filter sub-module, fixed smaller bugs

29 Jun 19:52
48cb939
Compare
Choose a tag to compare
Merge pull request #130 from v923z/argmin-fix

fixed argmin/argmax error in issue #129

0.50.2

16 Jun 18:15
a223de9
Compare
Choose a tag to compare
Merge pull request #125 from v923z/openmv-fix

fixes compilation error in openmv

0.36.0: Merge pull request #54 from v923z/readme

06 Mar 20:02
847c7f9
Compare
Choose a tag to compare

firmware for pyboard v.1.1, PYBD_SF6

01 Nov 13:51
43cda00
Compare
Choose a tag to compare
Merge pull request #5 from v923z/testing

Testing