Array module does not support float

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
nelfata
Posts: 74
Joined: Wed Apr 30, 2014 10:50 pm

Array module does not support float

Post by nelfata » Sat Nov 15, 2014 8:40 pm

Hi,
the array module does not support float on the STMHAL platform even though the code ./py/binary.c had some partial support.
just FYI.

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Array module does not support float

Post by pfalcon » Tue Nov 18, 2014 8:30 pm

Yup, this was brought on the forum, and even patch posted here. But nobody submitted it to bug tracker, so it's going to pop up again and again, until someone does...
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: Array module does not support float

Post by Damien » Sat Nov 22, 2014 12:05 am

Now implemented in latest version of master.

Post Reply