Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Releases: ARMmbed/yotta

v0.20.0

Choose a tag to compare

@thegecko thegecko released this 17 Nov 12:47
Version 0.20.0

v0.19.0

Choose a tag to compare

@thegecko thegecko released this 09 May 18:13
39c6744
v0.19.0 (#849)

v0.18.5

Choose a tag to compare

@thegecko thegecko released this 14 Feb 14:12
70c95fb
Version 0.18.5 (#830)

Root source support

Choose a tag to compare

@thegecko thegecko released this 13 Apr 12:05
Merge pull request #809 from ARMmbed/thegecko-patch-1

Switched rendering engine

Regex Fixes

Choose a tag to compare

@thegecko thegecko released this 06 Apr 17:12
v0.18.1

Updated version

Git Rework

Choose a tag to compare

@thegecko thegecko released this 31 Mar 16:08
v0.18.0

Updated version

0.16.4 - Adios

Choose a tag to compare

@autopulated autopulated released this 19 Apr 15:58
  • Add $build_dir and $target_dir variables for target scripts (thanks @marshall!)
  • bugfix: ensure the script environment is available when running scripts for the top-level module

This is my last release as the maintainer of yotta at ARM (I'm leaving ARM to work on other things).

The future maintenance of yotta at ARM hasn't been resolved yet, but @0xc0170 and @jaustin are both co-owners of the PyPI project, and @thegecko is looking after the yotta registry and website.

0.16.3 - backtraces are bad

Choose a tag to compare

@autopulated autopulated released this 14 Apr 10:56
  • add more useful error message, and suppress back-trace, for errors caused by expired JSON web tokens (such errors are most likely caused by an inaccurate clock). Alleviates #669

0.16.2 - Fix unicode path errors in debug, start and test

Choose a tag to compare

@autopulated autopulated released this 01 Apr 12:08

Thanks to @ccli8 for reporting.

0.16.1 - Workaround setuptools bug

Choose a tag to compare

@autopulated autopulated released this 31 Mar 13:11

setuptools 20.6.6 (published this morning) causes a failure when resolving the dependencies of requests[security] (e.g. python -c "import pkg_resources; pkg_resources.require('requests[security]')"), which yotta does indirectly.

This release includes a workaround so that yotta no longer relies on pkg_resources to determine its own version.