4.1.0 Release
Template 4.1.0 Release Notes
User notes
-
Compatibility with gslab_python v4.1.0.
-
misc.scons_debrief()
's only argument is nowargs
. See example in SConstruct:
https://github.com/gslab-econ/template/blob/e5659df655beab7ca7db3fb39336873814414d49/analysis/SConstruct#L64 -
debrief_args
are now stored inconfig_global.yaml
instead of SConstruct. -
SConstruct files formerly specifying
env['PATHS']
must switch to specifyingenv['CONFIG']
. -
User currently using v4.0.0 must update
config_global.yaml
to includeexecutable_names
andprereq_checks
blocks as in the current
Features
-
We now create a
config_user.yaml
(if missing) from a boilerplate file stored inconfig/
. (#96) -
We now support creating a file listing provenance of input in
./release
. -
We now support two SCons subdirectories:
analysis
andpaper_slides
. (#62) -
We reduced software dependencies to shell, Python 2.7, git, and LyX. (#63, #65)
-
We have scripts to help you install package dependencies. (#63)
-
We added demonstration scripts in
analysis
. Currently we have Stata, R, MATLAB, Python, and a demonstration of the "Anything" builder. (#64)