Releases: Ozon3Org/Ozon3
Releases · Ozon3Org/Ozon3
v4.0.2
What's changed
- This release adds CodeCov to Ozon3, providing test coverage analysis for the repo, and ensuring that the reliability of the codebase is prioritized.
- This includes a CodeCov CI/CD file to upload an analysis report to CodeCov after every push to 'main'
- Also includes a badge in the README to allow for easy viewing of the test coverage percentage. That should give new users some more confidence to use Ozon3!
v4.0.1
What's Changed
- Very minor grammatical fixes in package documentation
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Convert all mentions of Ozone into Ozon3 and complete transfer by @Milind220 in #168
- This makes Ozon3 completely consistent! Users no longer have to think about the semantics of importing it in, as it is now ozon3 everywhere. A cooler name anyways!
Full Changelog: v3.0.0...v4.0.0
v3.0.0
What's Changed
Breaking change
- [BREAKING CHANGE]: Remove
params
argument, return everything instead by @lahdjirayhan in #160 - [Breaking Change]: Remove save file func by @Milind220 in #159
Documentation
- docs: Updated description in setup.cfg and setup.py by @Miller2014 in #158
- docs: Update GIFs in README by @lahdjirayhan in #157
Full Changelog: v2.0.2...v3.0.0
v2.0.2
What's Changed
Documentation
- Minor docstring improvements by @lahdjirayhan in #152
CI/CD
- Add tests workflow by @lahdjirayhan in #156
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
Documentation
- docs: updated sample output image within README.md and located image … by @Miller2014 in #149
- Minor Improvements in phrasing
CI/CD
- Create codeql-analysis.yml by @Milind220 in #150
New Contributors
- @Miller2014 made their first contribution in #149
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
BugFixes
- Breaking change: Move date information from index to column in
get_historical_data
by @lahdjirayhan in #137 - Breaking change: Change 'pm25' label to 'pm2.5' by @Milind220 in #139
Workflow
- ci/cd: Create dependency-review action by @Milind220 in #145
- Create greetings.yml by @Milind220 in #146
Documentation
- Improve testing docs by @lahdjirayhan in #135
- Improve FILE_STRUCTURE by @lahdjirayhan in #136
Testing - Ozone passes all tests!
- Re recorded all cassettes by @Milind220 in 5e10170
- Fixed faulty test by @Milind220 in 69cf8ae
Full Changelog: v1.7.5...v2.0.0
v1.7.5
What's Changed
Bugfixes
- Improve
get_city_forecast
to pass tests by @lahdjirayhan in #132
Tests
- Improve file saving and its corresponding tests by @lahdjirayhan in #133
- Mark slow tests by @lahdjirayhan in #131
Full Changelog: v1.7.4...v1.7.5
v1.7.4
What's Changed
BugFixes
- fix: Force convert into float (np.nan if fails) by @lahdjirayhan in #126
- fix: Make
get_multiple_*
methods pass tests by not halting for one bad input by @lahdjirayhan in #128 - [fix] add custom file name and warning for not changing file name by @ShootGan in #129
Also minor documentation improvements, and the addition of issue templates!
New Contributors
Full Changelog: v1.7.3...v1.7.4
v1.7.3
What's Changed
BugFixes
- fix for
get_range_coordinates_air
by @lahdjirayhan in #124 - fix: Emit warning when both city and city_id arguments are provided by @lahdjirayhan in #125
Chore
- chore: Add bug_report issue template by @Milind220 in #127
Also we added tests!
Full Changelog: v1.7.2...v1.7.3