Recent Releases of ozon3

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!

- Python
Published by Milind220 about 3 years ago

ozon3 - v4.0.1

What's Changed

  • Very minor grammatical fixes in package documentation

Full Changelog: https://github.com/Ozon3Org/Ozon3/compare/v4.0.0...v4.0.1

- Python
Published by Milind220 about 3 years ago

ozon3 - v4.0.0

What's Changed

  • Convert all mentions of Ozone into Ozon3 and complete transfer by @Milind220 in https://github.com/Ozon3Org/Ozon3/pull/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: https://github.com/Ozon3Org/Ozon3/compare/v3.0.0...v4.0.0

- Python
Published by Milind220 over 3 years ago

ozon3 - v3.0.0

What's Changed

Breaking change

  • [BREAKING CHANGE]: Remove params argument, return everything instead by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/160
  • [Breaking Change]: Remove save file func by @Milind220 in https://github.com/Milind220/Ozone/pull/159

Documentation

  • docs: Updated description in setup.cfg and setup.py by @Miller2014 in https://github.com/Milind220/Ozone/pull/158
  • docs: Update GIFs in README by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/157

Full Changelog: https://github.com/Milind220/Ozone/compare/v2.0.2...v3.0.0

- Python
Published by Milind220 over 3 years ago

ozon3 - v2.0.2

What's Changed

Documentation

  • Minor docstring improvements by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/152

CI/CD

  • Add tests workflow by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/156

Full Changelog: https://github.com/Milind220/Ozone/compare/v2.0.1...v2.0.2

- Python
Published by Milind220 almost 4 years ago

ozon3 - v2.0.1

What's Changed

Documentation

  • docs: updated sample output image within README.md and located image … by @Miller2014 in https://github.com/Milind220/Ozone/pull/149
  • Minor Improvements in phrasing

CI/CD

  • Create codeql-analysis.yml by @Milind220 in https://github.com/Milind220/Ozone/pull/150

New Contributors

  • @Miller2014 made their first contribution in https://github.com/Milind220/Ozone/pull/149

Full Changelog: https://github.com/Milind220/Ozone/compare/v2.0.0...v2.0.1

- Python
Published by Milind220 almost 4 years ago

ozon3 - v2.0.0

What's Changed

BugFixes

  • Breaking change: Move date information from index to column in get_historical_data by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/137
  • Breaking change: Change 'pm25' label to 'pm2.5' by @Milind220 in https://github.com/Milind220/Ozone/pull/139

Workflow

  • ci/cd: Create dependency-review action by @Milind220 in https://github.com/Milind220/Ozone/pull/145
  • Create greetings.yml by @Milind220 in https://github.com/Milind220/Ozone/pull/146

Documentation

  • Improve testing docs by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/135
  • Improve FILE_STRUCTURE by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/136

Testing - Ozone passes all tests!

  • Re recorded all cassettes by @Milind220 in 5e10170139cfea59ebe12e4ec7038d3988832bf6
  • Fixed faulty test by @Milind220 in 69cf8aeed13729ec6cf917615fabccbf60f8ce43

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.7.5...v2.0.0

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.7.5

What's Changed

Bugfixes

  • Improve get_city_forecast to pass tests by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/132

Tests

  • Improve file saving and its corresponding tests by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/133
  • Mark slow tests by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/131

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.7.4...v1.7.5

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.7.4

What's Changed

BugFixes

  • fix: Force convert into float (np.nan if fails) by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/126
  • fix: Make get_multiple_* methods pass tests by not halting for one bad input by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/128
  • [fix] add custom file name and warning for not changing file name by @ShootGan in https://github.com/Milind220/Ozone/pull/129

Also minor documentation improvements, and the addition of issue templates!

New Contributors

  • @ShootGan made their first contribution in https://github.com/Milind220/Ozone/pull/129

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.7.3...v1.7.4

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.7.3

What's Changed

BugFixes

  • fix for get_range_coordinates_air by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/124
  • fix: Emit warning when both city and city_id arguments are provided by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/125

Chore

  • chore: Add bug_report issue template by @Milind220 in https://github.com/Milind220/Ozone/pull/127

Also we added tests!

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.7.2...v1.7.3

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.7.2

What's Changed

  • docs[README]: Add Ozone logo by @kristinamancini in https://github.com/Milind220/Ozone/pull/111
  • Add feature request issue template by @Milind220 in https://github.com/Milind220/Ozone/pull/122
  • Add tests suite by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/120

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.7.1...v1.7.2

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.7.1

What's Changed?

Bugfix

  • Fixed bug that inhibited import of ozone package in 0e289df

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.7.0...v1.7.1

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.7.0

What's Changed

New feature!

  • Add method to get air quality data forecasts by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/110

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.6.0...v1.7.0

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.6.0

What's Changed

New feature!

  • Add feature to get historical air quality data by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/104
  • Add feature to check all options for stations by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/104

Workflows

  • Add workflow to lint on Github by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/105

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.5.5...v1.6.0

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.5.5

What's Changed

  • Docstrings show air quality parameter options for users! Resolves Issue #49 by @tariksouabny in https://github.com/Milind220/Ozone/pull/103

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.5.4...v1.5.5

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.5.4

What's Changed

Documentation

  • Improve wording and style (minor) in CONTRIBUTING.md by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/99

  • Update licensing statement in README.md by @Milind220

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.5.3...v1.5.4

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.5.3

What's Changed

Patch

  • Add more JSON checks plus various minor refactoring by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/97

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.5.2...v1.5.3

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.5.2

What's changed

Documentation

  • Full API documentation through GitHub Pages build status badge

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.5.1...v1.5.2

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.5.1

What's Changed

Patch

  • refactor: Add common helper method to extract data from response by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/88

Documentation

  • Added helpful links for Contribution by @Tomiiwa in https://github.com/Milind220/Ozone/pull/91
  • Update broken link in README by @kristinamancini in https://github.com/Milind220/Ozone/pull/95
  • Add missing docstring for Map endpoint url by @Sam-damn in https://github.com/Milind220/Ozone/pull/94
  • Add FILE_STRUCTURE.md. by @tariksouabny in https://github.com/Milind220/Ozone/pull/90
  • Units for Derived Data by @Tomiiwa in https://github.com/Milind220/Ozone/pull/96

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.5.0...v1.5.1

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.5.0

What's Changed

  • New feature: Add Option for users to specify a path to output directory by @Sam-damn in https://github.com/Milind220/Ozone/pull/92

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.4.7...v1.5.0

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.4.7

What's Changed

Documentation

  • Contributors section in README by @Tomiiwa in https://github.com/Milind220/Ozone/pull/86
  • Add Ozone parameters section to README by @kristinamancini in https://github.com/Milind220/Ozone/pull/84

Behind the Scenes

  • Some changes to make mypy and flake8 in pre-commit happy by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/81

New Contributors

  • @Tomiiwa made their first contribution in https://github.com/Milind220/Ozone/pull/86

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.4.6...v1.4.7

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.4.6

What's Changed

Documentation

  • Guide for setting up development environment by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/77

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.4.5...v1.4.6

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.4.5

What's Changed - mostly minor documentation improvements!

Documentation changes

  • docs: Remove atom icon from API token heading by @Sam-damn in https://github.com/Milind220/Ozone/pull/74
  • docs: Add semantic versioning and branching model sections by @kristinamancini in https://github.com/Milind220/Ozone/pull/73

Automation Addition

  • CI/CD: Create GitHub action to assign issues to contributors if they comment on an issue saying "Hold my beer, I got this" by @kowshik-noor in https://github.com/Milind220/Ozone/pull/76

New Contributors

  • @kristinamancini made their first contribution in https://github.com/Milind220/Ozone/pull/73
  • @kowshik-noor made their first contribution in https://github.com/Milind220/Ozone/pull/76

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.4.4...v1.4.5

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.4.4

What's Changed

  • documentation: Fixed link by removing Google URL from US EPA link in README by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/72

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.4.3...v1.4.4

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.4.3

What's Changed

  • Patch: Improved error messages by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/70

Behind the scenes

  • Create a shell script to automatically update the version number by @AliShahpurwala in https://github.com/Milind220/Ozone/pull/69
  • chore: add mypy linter, black and flake8 as development dependencies by @Sam-damn in https://github.com/Milind220/Ozone/pull/68

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.4.2...v1.4.3

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.4.2

What's Changed

  • docs: Fixed docstring typo of xslx instead of xlsx file format @lahdjirayhan in https://github.com/Milind220/Ozone/pull/67
  • docs: Added link to PyPI page in the README by @AliShahpurwala in https://github.com/Milind220/Ozone/pull/65

New Contributors

  • @AliShahpurwala made their first contribution in https://github.com/Milind220/Ozone/pull/65

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.4.1...v1.4.2

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.4.1

What's Changed

  • Patch: Update .gitignore to not track IDE-specific settings by @lahdjirayhan in https://github.com/Milind220/Ozone/pull/61
  • Documentation improvements

New Contributors

  • @lahdjirayhan made their first contribution in https://github.com/Milind220/Ozone/pull/61

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.4.0...v1.4.1

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.4.0

What's Changed

  • Add a method to obtain air quality data for a range of coordinates bounds fixes #44 by @Sam-damn in https://github.com/Milind220/Ozone/pull/59

Full Changelog: https://github.com/Milind220/Ozone/compare/v1.3.1...v1.4.0

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.3.1

New Additions:

  • README improvements
  • Improved docstrings for methods
  • Dedicated API documentation through Github pages

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.3.0

What's new?

  • New feature: get a single parameter as a float for a city

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.2.2

Patch: Documentation improvement in docstrings

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.2.1

Bugfix: Addressed and fixed the issue regarding potential malfunction of API due to URL data being modified

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.2.0

New features: * Addition of badges to README * Bugfix Add RateLimit to prevent API token ban * Geolocation air quality getting - single and multiple coordinates

- Python
Published by Milind220 almost 4 years ago

ozon3 - v1.1.0

  • Get AQI data meaning and health implications data along with the rest of your data.
  • The option to return your data in CSV, JSON, Excel formats, or in the standard Pandas dataframe.
  • Gifs in README to show code use examples.
  • Code of Conduct file.
  • Improved README and CONTRIBUTING files overall

- Python
Published by Milind220 almost 4 years ago

ozon3 - Fresh release.

- Python
Published by Milind220 about 4 years ago

ozon3 - First release

The first release of Ozone. Semi-stable.

- Python
Published by Milind220 about 4 years ago