Releases: gslab-econ/gslab_python
4.1.4 Release
- Fix mmh3 Mac OS X Mojave incompatibility error
4.1.3 Release
- Check for prerequisites on windows
- Correct executable for lyx on windows
- Removed unnecessary argument in logging call
4.1.1
gslab_python 4.1.1 Release Notes
Bugs
4.1.0 Release
gslab_python 4.1.0 Release Notes
Features
-
We added a LaTeX builder and an "Anything"-builder. (#96 #97)
-
We added code to reconfigure the SCons cache (#99)
-
We add a target-checker after a builder has run (#95)
-
gslab_sconsfeatures now use a local version of SCons by default (#111 #126) -
We add a feature to produce
state_of_inputs(#131) -
gslab_pythoninstallation now delete old local versions (#122) -
We have unified framework to check for prerequisites (#144).
Misc
-
We move top-level logs to
release/.or a user-specified location (#93) -
We allow suffixes to the name of builder logs (#94)
-
We updated R syntax (#98) and Stata-executable searching behavior (#92)
-
We use abstract classes and overriding methods to construct our builders (#144).
-
We do a better job of handling default and user-specified executables (#144).
Unit test changes
This release introduces the testing changes developed in #45.
4.0.0 Release
gslab_python 4.0.0 Release Notes
Features
- Adds configuration tests to test for proper dependency installation (gslab-econ/template#43, #66)
- Allows custom
releasedestination (#68, #72) - Allows tablefill builder to use
.texfiles in addition to .lyx (#73, #82)
Bugs
- Edited
releasetools to improve size warnings (#59, #60) - Fixes R builder's command line arguments (#58, #65)
- Fixes sconstruct logging to create individual files instead of overwriting (#77, #80)
Misc
- Reorganized source code, improved logging (#28, #47)
- Improves warnings on time-log failure (#58, #65)
- Improves logging on tablefill builder (#69, #70)
- Adds traceback printing for Python builder (#75, #76)
- Standardized Stata executable naming (gslab-econ/template#45, #67)
- Readme updates (here, here, here, and here)
Adds matlab builder
Release from #53. Adds matlab builder to gslab_scons.
Adds State of Repo Logger
Follows from #34.
Adds Command Line Argument option for builders
This follows from #26.