Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Jan 31, 2023
1 parent 8301db5 commit 9af70bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

Version 0.4.0
=============

- Replace read_ts, write_ts with read, write
- Replace read_all_ts with read_all
- Replace write_ts_all_loc with write_all
- Pep8 fix

Version 0.3.0
=============

Expand Down
2 changes: 1 addition & 1 deletion src/pynetcf/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def _init_location_id_and_time(self):
self.write_var(self.loc_descr_name,
data=None,
dim=self.loc_dim_name,
dtype=str)#"np.dtype("S30"))
dtype=str)

# initialize time variable
self.write_var(self.time_var,
Expand Down

0 comments on commit 9af70bf

Please sign in to comment.