Skip to content

Releases: Ozon3Org/Ozon3

v4.0.2

01 Feb 04:21
Compare
Choose a tag to compare

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

24 Jan 06:13
Compare
Choose a tag to compare

What's Changed

  • Very minor grammatical fixes in package documentation

Full Changelog: v4.0.0...v4.0.1

v4.0.0

26 Jul 01:45
Compare
Choose a tag to compare

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

29 May 04:23
Compare
Choose a tag to compare

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

Full Changelog: v2.0.2...v3.0.0

v2.0.2

20 May 01:24
Compare
Choose a tag to compare

What's Changed

Documentation

CI/CD

Full Changelog: v2.0.1...v2.0.2

v2.0.1

09 May 03:57
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 May 11:36
Compare
Choose a tag to compare

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

Documentation

Testing - Ozone passes all tests!

Full Changelog: v1.7.5...v2.0.0

v1.7.5

25 Apr 16:46
Compare
Choose a tag to compare

What's Changed

Bugfixes

Tests

Full Changelog: v1.7.4...v1.7.5

v1.7.4

24 Apr 17:26
Compare
Choose a tag to compare

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

23 Apr 03:32
Compare
Choose a tag to compare

What's Changed

BugFixes

Chore

Also we added tests!

Full Changelog: v1.7.2...v1.7.3