Skip to content

Releases: hugetim/nbstata

v0.6.1

18 Mar 03:05
Compare
Choose a tag to compare

Bug Fixes

  • Switch out of echo=None mode for any code cell with preserve or restore, as an initial fix for #13

Full Changelog: v0.6.0...v0.6.1

v0.6.0

16 Mar 00:36
Compare
Choose a tag to compare

New Features

  • New magics to browse frames: #12
  • Standard Stata abbreviations now work with magic commands

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Mar 01:13
Compare
Choose a tag to compare

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

07 Mar 23:16
Compare
Choose a tag to compare

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

28 Feb 20:53
Compare
Choose a tag to compare

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 in noecho mode, which is different from the default pystata behavior otherwise. That has been fixed so that behavior is now the same in noecho mode.
  • A couple magic syntax issues were addressed.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Feb 21:05
Compare
Choose a tag to compare

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

09 Feb 00:48
Compare
Choose a tag to compare

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

07 Feb 13:42
Compare
Choose a tag to compare

Changes

  • Make cell magics syntax start with double %% (deprecating the old % syntax)

Full Changelog: v0.3.7...v0.3.8

v0.3.7

04 Feb 19:26
Compare
Choose a tag to compare

v0.3.6

20 Jan 20:43
Compare
Choose a tag to compare

Full Changelog: v0.3.5...v0.3.6