Skip to content

Releases: invertedv/seafan

ch.Init update

16 Mar 06:44
Compare
Choose a tag to compare
changed chdata.Init to load entire data rather than one row at a time…

… when building GData. Means don't need to run CountLines or have issues when return dimension is random

Added functions to parser

15 Mar 14:42
Compare
Choose a tag to compare

Added nowDate() and nowTime() to parser
Added error checking to chData.Init()

added "exist" function to parser

15 Feb 23:44
Compare
Choose a tag to compare
v0.2.39

added "exist" function to parser.go

updated utilities

12 Feb 15:41
Compare
Choose a tag to compare
v0.2.38

upgrade utilities

upgrade dependencies, go 1.22

12 Feb 15:27
Compare
Choose a tag to compare
v0.2.37

upgrade to chutils v1.1.34

bug fixes

09 Dec 00:01
Compare
Choose a tag to compare
added abs function to parser.go

bug fix in data.go, pow function wasn't incrementing indices

changed gdata.go AppendC to do its best to convert to float64

more robust comparisons in parser

06 Dec 04:29
Compare
Choose a tag to compare
v0.2.35

More robust comparisons in parser.go -- resolving type conflicts

Bug Fix

05 Dec 16:19
Compare
Choose a tag to compare
fixed bug in parser.go where if a function was part of a multi-minus …

…equation, it would lose the minus sign.  E.g.

a - log(b) - log(c) - log(d)

would become
 a + log(b) + log(c) + log(d)

New parser functions, modified ReInit

04 Dec 23:53
Compare
Choose a tag to compare
added string functions to parser:

- substr
- strPos
- strCount
- strLen

modified gdata.go func reInit to only
process those fields with supplied
FTypes.

added functions to parser

30 Nov 21:56
Compare
Choose a tag to compare
added date functions to parser:

toFirstDayOfMonth
day
month
year
dateDiff

also,
minE and maxE - pairwise min/max