Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.2.0 beta 4 release notes #4361

Closed
dhalbert opened this issue Mar 8, 2021 · 7 comments
Closed

6.2.0 beta 4 release notes #4361

dhalbert opened this issue Mar 8, 2021 · 7 comments

Comments

@dhalbert
Copy link
Collaborator

dhalbert commented Mar 8, 2021

This release, 6.2.0-beta.4, is the fifth beta release of CircuitPython 6.2.0. Notable changes since 6.2.0-beta.3 include new RP2040 fixes and features, enhancements to bitmaptools, and turning off usb_cdc by default. See Port status below for details on port stability for each port, and Known issues for known problems. If you find any issues with this release, please file an issue.

Download from circuitpython.org

Firmware downloads are available from the downloads page on circuitpython.org. The site makes it easy to select the correct file and language for your board.

Installation

To install follow the instructions in our new Welcome to CircuitPython! guide. To install the latest libraries, see this page in that guide.

Try the latest version of the Mu editor for creating and editing your CircuitPython programs and for easy access to the CircuitPython serial connection (the REPL).

Port status

CircuitPython has a number of "ports" that are the core implementation for a variety of microcontroller families. Stability varies on a per-port basis. As of this release, atmel-samd, cxd56 (Spresense), nrf, and stm for the F4 family are stable. esp32s2, raspberrypi, and stm for other STM chip families are being actively improved but may be missing functionality and have bugs. litex and mimxrt10xx are in an alpha state and will have bugs and missing functionality.

Changes since 6.2.0-beta.3

Full commit log is here.

Fixes and enhancements

Board- and port-specific changes

Build and infrastructure changes

Documentation

New boards since 6.2.0-beta.3

Breaking changes since 5.x

  • i2cslave is now i2cperipheral and the class in it is changed as well.
  • The stop kwarg has been removed from I2C.writeto(). If no stop is desired, then use writeto_then_readfrom.
  • The default speed of busio.I2C and board.I2C is now 100khz, not 400khz as before. Use busio.I2C to set the speed explicitly.
  • _bleio.ConnectionError has been removed. Code will now raise the native ConnectionError instead.

Known issues

Thanks

Thank you to all who used, tested, and contributed since 6.2.0-beta.3, including @ajs256, @askpatrickw, @bergdahl, @caternuson, @danielwarnersmith, @DavePutz, @dglaude, @dhalbert, @dpgeorge, @Edrig, @falkenad, @FBSeletronica, @fede2cr, @FoamyGuy, @hathach, @hexthat, @hierophect, @hugodahl, @ismael-miguel, @jamesbowman, @jepler, @jerryneedell, @jposada202020, @kamtom480, @kattni, @kevinjwalters, @kmatch98, @ladyada, @makermelissa, @microdev1, @mintakka, @MisterD66, @nitz, @Padanian, @siehputz, @skieast, @spe2, @tannewt, @tylercrumpton, @tyomitch, @v923z, @weblate, @wtuemura, and many others on GitHub and Discord. Join us on the Discord chat to collaborate.

Documentation

Documentation is available in readthedocs.io.

This release is based on MicroPython 1.9.4 @25ae98f. Support upstream MicroPython by purchasing a PyBoard (from Adafruit here) or sponsoring MicroPython on GitHub.

Translations

One important feature of CircuitPython is translated control and error messages. With the help of fellow open source project Weblate, we're making it even easier to add or improve translations. Sign in with an existing account such as Github, Google or Facebook and start contributing through a simple web interface. No forks or pull requests needed!

Troubleshooting

Check out this guide for info on common problems with CircuitPython. If you are still having issues, then post to the Adafruit Support Forums and join Discord.

@dhalbert dhalbert added this to the 6.2.0 milestone Mar 8, 2021
@dhalbert
Copy link
Collaborator Author

dhalbert commented Mar 8, 2021

(Explanation - after accidentally pressing "Publish Release" instead of "Save Draft", I am going to keep draft release notes in an issue, so that can't happen again. Two other advantages are that the editing interface has a menu bar, unlike the release notes editor page, and it's public. I'll create an issue for each upcoming release and then close it on release.)

@microdev1
Copy link
Collaborator

I'll create an issue for each upcoming release and then close it on release.

This is a good change. 👍
Should these upcoming release notes be pinned?

@dhalbert dhalbert pinned this issue Mar 8, 2021
@dhalbert
Copy link
Collaborator Author

dhalbert commented Mar 8, 2021

Good idea - pinned.

@ajs256
Copy link

ajs256 commented Mar 11, 2021

Suggestion: The last release to include builds as release assets was for 4.x, maybe we don't need the explanation that assets aren't on the release page anymore.

@ajs256
Copy link

ajs256 commented Mar 12, 2021

Now that there are issue templates, the "file an issue link" should link to /issues/new/choose. The current link opens a blank issue, instead of the template list.

@dhalbert
Copy link
Collaborator Author

Now that there are issue templates, the "file an issue link" should link to /issues/new/choose. The current link opens a blank issue, instead of the template list.

Fixed -thanks!

@dhalbert
Copy link
Collaborator Author

6.2.0-beta.4 released.

@dhalbert dhalbert unpinned this issue Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants