Skip to content

Releases: v923z/micropython-ulab

bug-fix release, legacy version

29 Jan 15:45
743d864

Choose a tag to compare

This release should address the single bug fix for adafruit/circuitpython#4086

adds option to override pre-processor constants

21 Jan 21:01
be90333

Choose a tag to compare

Merge pull request #291 from v923z/openmv

adds option to override pre-processor constants

numpy-compatible implementation of modules

15 Jan 15:34

Choose a tag to compare

In addition to a number of smaller bug fixes, this release introduces a numpy-compatible interface, so as to simplify code porting from a PC.

Contains documentation updates and bug fixes

15 Jan 15:44
3592e54

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

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

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

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

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

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

Choose a tag to compare

Merge pull request #130 from v923z/argmin-fix

fixed argmin/argmax error in issue #129