Releases: hugetim/nbstata
Releases · hugetim/nbstata
v0.6.2
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_heightconfig options - Invalid configuration settings now trigger an informative message rather than failing silently
- Add
%statusmagic
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 innoechomode, which is different from the defaultpystatabehavior otherwise. That has been fixed so that behavior is now the same innoechomode. - A couple magic syntax issues were addressed.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
New Features
%setmagic 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
versioncommand now carries over across cells
Bug Fixes
#delimitnow works by itself, as the only command, in a code cell- Running
pythoncode 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