Skip to content

Releases: adafruit/Adafruit_CircuitPython_BMP280

3.2.0 - Upgrade to latest Pylint, implement Black formatting

20 Mar 15:26
6c88eca

Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

3.1.2 - Changed CI from Travis to GitHub Actions

17 Jan 02:22

Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

Removed frozenset for Non-Express Boards

22 May 02:01
98fa538

Choose a tag to compare

Removed frozenset because it was causing an issue with non-express boards such as the Trinket M0

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

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

Adopted improvements from BME280 library

03 May 02:18
bccab54

Choose a tag to compare

Adopted some of the improvements from the BME280 library. Thanks @jraber.

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

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 00:05
82792ef

Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

Update README with PyPI instructions

12 Nov 20:36
54a8559

Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

Fixes.

25 Oct 17:00
3d86853

Choose a tag to compare

Fixes requirements.txt and sets the pylint version to 1.9.2.

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

Read the docs for info on how to use it.

To install from PyPI on a Linux system, use:

sudo pip3 install adafruit-circuitpython-bmp280

3.0.7: Tweak .travis.yml GitHub release

02 Aug 20:11

Choose a tag to compare

To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Addafruit_CircuitPython_Bundle).

Read the [docs](https://circuitpython.readthedocs.io/projects/bmp280/en/latest/) for info on how to use it.

To install from PyPI on a Linux system, use:

```sh
sudo pip3 install adafruit-circuitpython-bmp280
```

Fix exceptional exception

05 Mar 23:05
8a4b6dd

Choose a tag to compare

  • Fix crash when raising chip id error. Thanks to @dhalbert !

To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Improved reference documentation.

25 Feb 01:01
522374d

Choose a tag to compare

Thanks to @sommersoft for the great work!