Skip to content

Releases: adafruit/Adafruit_CircuitPython_PyPortal

5.1.5 - Moved pylint from build.yml to .pre-commit-config.yml

03 Mar 00:03

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, please use Adafruit_Blinka_PyPortal

Read the docs for info on how to use it.

Fixed issue with headers not being passed into network fetch

18 Feb 16:09
d6b42be

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, please use Adafruit_Blinka_PyPortal

Read the docs for info on how to use it.

5.1.3 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:38

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, please use Adafruit_Blinka_PyPortal

Read the docs for info on how to use it.

5.1.2 - Fixed api.rst to include all modules, moved from Pulseio.PWMOut to Pwmio.PWMOut

09 Feb 21:18
4eda368

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Fixes an issue with returned values from fetch

21 Jan 23:06
653d0a7

Choose a tag to compare

This release fixes an issue where examples actually made use of the values returned from fetch. They were not being extracted and were still embedded inside a list.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Removed unused code

18 Jan 20:00
8ddf527

Choose a tag to compare

Be sure to update to the latest PortalBase as well

This release:

  • removes some unused code
  • Fixes the docstring in graphics
  • Uses secrets as a private variable

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Huge Refactor

12 Jan 02:21
729a90e

Choose a tag to compare

PyPortal has been refactored and is now a package instead of a module, so replacing the file with a folder will be necessary. Also, you will need the PortalBase and FakeRequests libraries now. However, no code changes should be required.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

get_local_time now raises a RunTimeError

06 Jan 01:04
88358c0

Choose a tag to compare

Potentially code breaking changes

get_local_time now returns a RunTimeError instead of a ValueError to since this error is more appropriate.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Bug Fixes

06 Nov 19:25
2ac9269

Choose a tag to compare

The following changes were made:

  • When no path is provided, the entire JSON data is now returned as a string
  • On an HTTP Error, an exception is now raised
  • WGET now checks the HTTP Status

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Bug Fixes

03 Nov 23:30
4ffb7bf

Choose a tag to compare

Handle a content-type of application/javascript as JSON.
Fix missing text position error.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.