Skip to content

Commit

Permalink
Add from_text method to instantiate Dataset object from string (#54)
Browse files Browse the repository at this point in the history
* add from_text method to instantiate Dataset object from string

* update tutorial to mention from_text classmethod

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
huard and pre-commit-ci[bot] committed Aug 25, 2023
1 parent 0747472 commit a853d9d
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 37 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Add `add_aggregation` and `add_variable_agg` to `Dataset` class. By @huard
- Add `add_scan` to `Dataset` class. By @huard
- Closing the dataset returned by `open_ncml` will close the underlying opened files. By @huard
- Add `Dataset.from_text` classmethod to create a `Dataset` from an XML string. By @huard


0.2 (2023-02-23)
Expand Down
Loading

0 comments on commit a853d9d

Please sign in to comment.