Skip to content

Commit bcb9f34

Browse files
Support for files with whitespace not comma as delimiter (#70)
* Inital support for files with whitespace not comma as delimiter * Ignore raw files * Automatically detect the delimiter * Add tests for space delimited files and quoted zero bus numbers * Bump version * Add `delim` keyword to docs homepage * Update docs/src/index.md * Add ignoring of repeated delimiters to `next_line`
1 parent 981f60c commit bcb9f34

File tree

10 files changed

+316
-108
lines changed

10 files changed

+316
-108
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
.DS_Store
55
/Manifest.toml
66
/docs/build/
7+
8+
/*.raw
9+
/*.RAW

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PowerFlowData"
22
uuid = "dd99e9e3-7471-40fc-b48d-a10501125371"
33
authors = "Nick Robinson <npr251@gmail.com> and contributors"
4-
version = "1.3.1"
4+
version = "1.4.0"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

0 commit comments

Comments
 (0)