update Japanese translation
fols doc: specify that the factor should be integer-valued
try improving the fols() help text
geoplot doc: add a couple of footnotes
fix for gpbuild output-conflict error
arrange for a better error message
fols(): add a check on the factor variable (must be integer)
try to resolve ambiguity over "Program Files" on Windows
fols(): add an NA check
add some tips to the fols() help text
minor tweaks
Merge branch 'master' of ssh://git.code.sf.net/p/gretl/git
update the chanhe log
hush a clang warning
delete ALT_INDEX
fix a GTK2 "placeholder" bug
add comparison switch ALT_INDEX
just style
further fix for mpisend with uninitialized array
minor tweaks
improvements for fols()
getting bundle members via C API: ensure error reporting
partial update for fols() doc
more on enabling multiple dependent vars in fols()
fols: support multiple Y columns
fols: exclude a currently unsupported case
try fix for mpisend with incomplete array
more xlist-related updates
delete duplicate statement
fols: try a fix for the fixed effects
fix a typo
plug some "xlist" memory leaks
fols: expose and document (testing needed)
expand and simplify access to the xlist member of the MODEL struct
just formatting
handling of 64-bit seed for PRNG
xlist stuff, plus update to 64-bit rand seed
fix xlist for ivreg variants
bundlizing model: use xlist MODEL struct member by preference
revise xlist access in forecasting
add xlist for duration models
just adjust a comment
just comments
better error message on trying to delete a non-existent bundle member
handle a few more xlist cases
add xlist for tobit
just a commant
add xlist for logistic model
"omit" checks: use pmod->xlist rather than ad-hocery
add xlist for ordered log and probit
just add comments
partial update of change log
start adding xlist to MODEL struct
correlation matrix heatmap: adjust text color when needed
fix new tooltip
No, I think it can now be closed again.
GUI correlation options: implement a better solution
remove an item from the change log
augment tooltips in model selection dialog
GUI correlation dialog help: add link to nonparametric variants
slight reorganization of pvalues.c
make: gfn file skips trailing comments from inp code file
I'm reopening this because I thought some more about the issue and realized there was a simpler way of preserving inline comments in function-package code. That's now in git, but needs more testing. I'm away from home right now but I'll put up new snapshots in a couple of days.
move check for '#' to a safer position
try preserving trailing inline comments
just formatting of comments
I wouldn't say this is a feature, exactly. But it's not inadvertent and I wouldn't say it's a bug. It's kind of a forced move to ensure greatest efficiency of hansl function code. We can fairly easily detect lines that are entirely comment, and store them but mark them as IGNORE for execution purposes. It would no doubt be possible, but would be a good deal more complicated, to preserve trailing inline comments.
delete ancient warning
update Basque translation
Do you really mean instring() rather than instrings()? If so, please describe how you think instring() should work given a series argument.
just formatting
gnuplot via command-line: try respecting GNUTERM
try to get text search working on a non-terminated line
gui session matrix fixes
OK, the problem noted by Sven is now fixed in git. Note that there's no $result bundle registered after the add or omit commands. You get $test and $pvalue, and if the procedure test results in a new model, $model.
omit --auto: fix missing omit_order list in some cases
I see what you mean. Strangely, omit_order is there OK in this example: open data4-10 list X = 2 3 4 5 6 7 8 9 ols ENROLL 0 X dummify(REGION) omit --auto=BIC bundle m = $model list Drops = m.omit_order list Drops print but not if I omit the =BIC specifier with auto. I'll look into it.
add documentation for the new which() function
Guide: add some discussion of string literals
move user_matrix_which() to gretl_matrix_which() in matrix_extra.c
simplify a little
delete wrong earlier attempts at handling empty matrix selections
matrix slicing: handle empty row or column selections properly
clarify vector-valued selection of matrix rows or columns
octave interaction: remedy "pkg load" wiping out gretl I/O functions
delete redundant "include" statement
drop various string-literal related experiments
add a code-style variant
substitute log1p for logp1 since log1p is more widely available
delete a stderr write that sometimes gets in the way
fix for new geojson array-type problem, I think
remove unused members of the DistCode enumeration
add a couple of bib entries
just formatting
user_BFGS verbosity tweak
add a few gretl.bib entries
delete redundant whitespace
add a little debugging