Releases: gslab-econ/template
4.1.3 Release
Template 4.1.3 Release Notes
Bugs
- Introduced a small edit to avoid warning message introduced by deprecation of yaml.load(input) (#110)
4.1.2 Release
4.1.1 Release
Template 4.1.1 Release Notes
User notes
Makes two small edits to the readme.
- Adds link to the GSLab RA manual in the opening paragraph.
- Adds some run.py dos and don'ts.
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)
Misc
v4.0.0
Template 4.0.0 Release Notes
The three most important changes to the template as a part of this release are:
- Compatibility with gslab-python 4.0.0.
- New and improved pre-requisite testing.
- We no longer version the
.sconsign.dblite
. This allows for users on different platforms to build fresh clones or new branches from thecache
instead of having to rebuild the entire repository. See here and links therein for background.
Features
- Uses gslab-python 4.0.0.
- Moves setup.py to configuration_test.py and improves pre-requisite testing.
- Uses
atexit
to perform exit logging (see here).
Bugs
- We no longer version the .sconsign.dblite
Misc
- Readme edits (see here and here)
- Switches to default metropolis beamer theme (see here)
- Small naming and formatting changes within SConstruct