-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNEWS
56 lines (36 loc) · 1.87 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
epanetReader version 0.7.0 (released May 2018)
=============================================
Changes:
* added support for reading energy usage table from rpt files
* switched from Kmisc::readlines to data.table::fread for faster reading of files
due to absence of Kmisc on CRAN
epanetReader version 0.6.2 (released Jan 2018)
=============================================
Changes:
* added is.XXX functions to check class of S3 objects
* update built-in datasets with latest package output and check this with examples
* handle inp file with an empty options section
epanetReader version 0.4.0 (released Aug 2016)
==============================================
Changes:
* Use readlines from package Kmisc, if available, to speed up reading of large files
* Added write.inp() function for writing inp files from an R object
* Allow page breaks in rpt files to support reading rpt files
created by Epanet's Windows GUI
* Added citation information for recently published papers
* Added support for reading sections of inp files that were not supported yet
* Handled % sign in rpt file node result header for water trace analysis
epanetReader version 0.3.1 (released Feb 2016)
==============================================
Changes:
* Added read.msxrpt() function to read results of multi-species
water quality simulations made with EPANET-MSX
* Added plotSparklineTable() function to generate tables
of sparklines for exploratory analysis
* Added data objects Net1 and Net1rpt in rdata format so
some examples run without having to parse the text files.
* Changed treatment of some columns of sections of .inp files from
character to factor to improve summaries (e.g. Pipe Status, Valve Type)
* Added support to read Status and Demands sections of .inp files
* Plotting changes for simulation results: fixed bug for plotting with valves,
changed aspect ratio to 1 for maps