Skip to content

Releases: gslab-econ/template

4.1.3 Release

30 Jan 05:35
8054297
Compare
Choose a tag to compare

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

11 Jul 02:03
4898e4b
Compare
Choose a tag to compare

Template 4.1.2 Release Notes

Bugs

  • Pip v.10 update broke our installation method in template. We changed our suggested installation method by removing config_python.py and suggesting user call pip install -r config/requirements.txt directly . (#106 #107)

4.1.1 Release

24 Mar 19:35
1a6b51e
Compare
Choose a tag to compare

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

03 Mar 00:39
a820bdf
Compare
Choose a tag to compare

Template 4.1.0 Release Notes

User notes

Features

  • We now create a config_user.yaml (if missing) from a boilerplate file stored in config/. (#96)

  • We now support creating a file listing provenance of input in ./release.

  • We now support two SCons subdirectories: analysis and paper_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

  • Update our raw data storage and release protocol to include state_of_input (#59 #60)

  • No more hyphens in code and file names, we're team-underscores now. (#68)

  • We now require installing gslab_stata when calling Stata from our template (#66)

v4.0.0

27 Jul 23:21
Compare
Choose a tag to compare

Template 4.0.0 Release Notes

The three most important changes to the template as a part of this release are:

  1. Compatibility with gslab-python 4.0.0.
  2. New and improved pre-requisite testing.
  3. We no longer version the .sconsign.dblite. This allows for users on different platforms to build fresh clones or new branches from the cache instead of having to rebuild the entire repository. See here and links therein for background.

Features

Bugs

Misc

  • Readme edits (see here and here)
  • Switches to default metropolis beamer theme (see here)
  • Small naming and formatting changes within SConstruct

0.0.0

18 Jan 16:37
Compare
Choose a tag to compare
Made edits to reflect changes in gslab_python