Releases: hugetim/nbstata
Releases · hugetim/nbstata
v0.6.1
v0.6.0
v0.5.0
New Features
- More robust %browse magic (mimics the look of Stata's browse, reducing the mental disconnect)
- Improved formatting for %help magic, making it much less painful to use
Full Changelog: v0.4.2...v0.5.0
v0.4.2
New Features
- Add
graph_width
,graph_height
config options - Invalid configuration settings now trigger an informative message rather than failing silently
- Add
%status
magic
Full Changelog: v0.4.1...v0.4.2
v0.4.1
New Features
- Local macros now allowed in browse/head/tail magics
- Ending a cell in an unclosed multi-line comment (
/*
without*/
) now triggers a warning
Bug Fixes
- Long local macro values were being truncated between cells. That has been fixed.
- Previously, a statement in
#delimit ;
mode without a closing;
would be run innoecho
mode, which is different from the defaultpystata
behavior otherwise. That has been fixed so that behavior is now the same innoecho
mode. - A couple magic syntax issues were addressed.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
New Features
%set
magic to configure in-notebook- warn when code cell ends in a code block: potential different behavior from exported .do file
Full Changelog: v0.3.9...v0.4.0
v0.3.9
Breaking Changes
- The
version
command now carries over across cells
Bug Fixes
#delimit
now works by itself, as the only command, in a code cell- Running
python
code in noecho mode will now show text output continuously, rather than only all at once when the cell finishes running
Full Changelog: v0.3.8...v0.3.9
v0.3.8
Changes
- Make cell magics syntax start with double %% (deprecating the old % syntax)
Full Changelog: v0.3.7...v0.3.8
v0.3.7
v0.3.6
Full Changelog: v0.3.5...v0.3.6