Micropython Ulab Versions Save

a numpy-like fast vector module for micropython, circuitpython, and their derivatives

1.7.8

3 years ago

This release contains the fix for the garbage collection problem reported in https://github.com/v923z/micropython-ulab/issues/387.

2.6.1

3 years ago

This release includes the critical bug fix implemented in https://github.com/v923z/micropython-ulab/pull/367. The fix concerns the circuitpython-based boards.

2.6.0

3 years ago

This release adds the any, all, isinf, isfinite, where functions, the byteswap array method, and the utils sub-module with the from_uint16_buffer, from_int16_buffer, from_uint32_buffer, from_int32_buffer functions, as well as implements a number of bug fixes. For a complete list, see the changelog

2.1.5

3 years ago

This release adds the option to initialise arrays from deeply nested interables in 3 and 4 dimensions, as well as fixes the code calculating the standard deviation of iterables.

1.7.2

3 years ago

This release should address the single bug fix for https://github.com/adafruit/circuitpython/issues/4086

2.1.3

3 years ago

1.7.1

3 years ago

2.1.2

3 years ago

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.

1.7.0

3 years ago

1.6.1

3 years ago

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