Changes¶
0.6.1¶
- Fix bug wherein pop does not work on nest levels added with a function (GH-23).
0.6.0¶
- Add support for automatic alias creation in
SConsWrapinstances (GH-17).
0.5.0¶
- Add
SConsWrap.add_target_with_env(GH-14) - Completely revamped aggregation functionality (GH-15)
- Add
SConsWrap.add_controls(GH-16)
0.4.0¶
- Add
SIG{INT,TERM,USR1}handling to nestrun (GH-9) - Add SCons integration via
nestly.scons(GH-12) - Support for walking a directory in nestagg (GH-13)
- Initial Python 3, PyPy support
- Add an
OUTDIRkey to nest control files - Additional examples
0.3.0¶
- Add
nestly.core.stripext - New aggregation functionality:
nestaggsubcommand;nestly.core.nest_map - Show tail of log file when
nestrunfails (GH-10)
0.2.0¶
- Deprecated
nestly.nestly - New object-oriented API in
nestly.core - Updated examples