This repository was archived by the owner on Mar 29, 2025. It is now read-only.
Releases: joe-mccarthy/environment-checker
Releases · joe-mccarthy/environment-checker
1.1.0
What's Changed
- Bump the python-packages group with 7 updates by @dependabot in #1
- Bump the python-packages group with 5 updates by @dependabot in #2
- Bump the python-packages group with 5 updates by @dependabot in #4
- Bump the python-packages group with 2 updates by @dependabot in #5
- Bump the python-packages group with 6 updates by @dependabot in #6
- Update README.md by @joe-mccarthy in #10
- Bump the python-packages group with 3 updates by @dependabot in #11
- Bump coverage from 7.6.10 to 7.6.12 in the python-packages group by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #1
- @joe-mccarthy made their first contribution in #10
Full Changelog: 1.0.0...1.1.0
1.0.0
Added
- Created the project changelog.
- Created unit tests
- Added module docstring
- Added method docstring
- Added badges
- Get temperature, pressure, humidity from OpenWeatherMapAPI
- Get temperature, pressure, humidity from BME280 sensor
- Calculate the dew point for current readings
- Check csv file exists
- Creates missing csv file and creates headers
- Appends current readings to the csv file
- No API key assumes using BME280 sensor with defaults
Changed
- Variables are passed as cli arguments
- Updated the project readme
Removed
- Removed hard coded variables