Skip to content

Commit 27573b7

Browse files
authored
Merge pull request #81 from ArtesiaWater/dev
update to 0.6.1
2 parents 5a3c182 + 055b10b commit 27573b7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

hydropandas/extensions/gwobs.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import logging
2-
3-
42
import numpy as np
53
import pandas as pd
64

hydropandas/observation.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ def __repr__(self) -> str:
8787
if self._info_repr():
8888
self.info(buf=buf)
8989
return buf.getvalue()
90-
90+
91+
buf.write("-----time series------\n")
9192
max_rows = get_option("display.max_rows")
9293
min_rows = get_option("display.min_rows")
9394
max_cols = get_option("display.max_columns")

hydropandas/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)