Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaburia committed Nov 8, 2023
1 parent 03c6298 commit 138a0e2
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def anomalies_report(self, start_date, end_date=None):
return self.__handleApiError(apiRequest)

# get the ground truth data
def ground_truth(self, start_date, end_date=None, level=3):
def ground_truth(self, start_date, end_date=None):
"""
Retrieves ground truth data for a specified date range.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='filter_stations',
version='0.5.1',
version='0.5.3',
packages=find_packages(),
include_package_data=True,
description='Making it easier to navigate and clean TAHMO weather station data for ML development',
Expand Down

0 comments on commit 138a0e2

Please sign in to comment.