Releases: adafruit/Adafruit_CircuitPython_BMP280
3.2.0 - Upgrade to latest Pylint, implement Black formatting
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
.pylintrcfile 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
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
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
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
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
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.
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-bmp2803.0.7: Tweak .travis.yml GitHub release
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
- 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.
Thanks to @sommersoft for the great work!