Skip to content

Releases: adafruit/Adafruit_CircuitPython_PyPortal

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

09 Feb 21:18
4eda368
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

3.6.0 - Added terminalio font support and scaling

27 Oct 20:20
6511953
Compare
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.

Added Better Error and Content Type Handling

12 Oct 14:43
2271503
Compare
Choose a tag to compare

Added Better Error and Content Type Handling

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

Read the docs for info on how to use it.

Fixes an issue with a recent update to Adafruit_CircuitPython_Requests

05 Oct 21:25
f5a61e9
Compare
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.