Skip to content

Releases: hugetim/nbstata

v0.8.2

29 Oct 00:39
Compare
Choose a tag to compare

Bug Fixes

  • Restore %help magic (with a browser-like User-Agent header to circumvent a new stata.com policy intended to block web-scrapers---with permission from a StataCorp rep.)
  • Fix %help requests for with non-url-safe characters (e.g., "%help graph set)

Full Changelog: v0.8.1...v0.8.2

v0.8.1

26 Oct 02:40
Compare
Choose a tag to compare

Enhancements

  • Add 'browse_auto_height' config option. (Setting to False improves %browse for NBClassic and VSCode. See #6.)

Bugs fixed

  • Fix #48 (compatibility with NumPy 2.0+)
  • Require ipydatagrid < v1.3 for now, to avoid an apparent regression

Full Changelog: v0.8.0...v0.8.1

v0.8.0

12 Oct 05:38
Compare
Choose a tag to compare

Enhancements

  • Support user_expressions for Quarto inline code (#50)

Full Changelog: v0.7.0...v0.8.0

v0.7.0

05 Oct 01:07
Compare
Choose a tag to compare

Enhancements

  • Support XDG config spec (#33)
  • Add config file path to %status output (#36)
  • Make auto-generated config files more complete (d4a704d)
  • Improve some %set error messages (55c9e32)

Bug fixes

  • Prevented install --prefix config files from being saved to an invalid location (#40)

Full Changelog: v0.6.7...v0.7.0

v0.6.7

03 Oct 01:26
Compare
Choose a tag to compare

Enhancements

  • Added package imports to ease using nbstata within other Python code. (i.e. a simple import nbstata now works) (7d2c0fe)

Bug Fixes

  • Config file errors now displayed in-notebook (#39)
  • Stata directory and edition auto-detect fixed (#38)

Maintenance

  • Deprecation warning on install script resolved (in a way that now requires Python 3.9 or higher) (25c9094)

Full Changelog: v0.6.6...v0.6.7

v0.6.6

11 Sep 14:05
Compare
Choose a tag to compare

Bug Fixes

  • Work around a pystata quirk in which tabs (within a single-command cell) sometimes triggered an error (#35)

Full Changelog: v0.6.5...v0.6.6

v0.6.5

01 Sep 17:44
Compare
Choose a tag to compare

Bugs Fixed

  • Fix a bug in the head/tail/browse magics that can occur with Pandas 2.x installed (#31)

Maintenance

  • Resolve deprecation warning on install (869bb32)

Documentation

  • Add "default" as graph_width/graph_height config values, explaining that such makes Stata xsize/ysize options work (#29)

Full Changelog: v0.6.4...v0.6.5

v0.6.4

22 Aug 16:32
Compare
Choose a tag to compare

Bug Fixes

  • Make handling of multi-line comments (and no-echo error handling more generally) more robust (#25)

Full Changelog: v0.6.3...v0.6.4

v0.6.3

18 Aug 00:49
Compare
Choose a tag to compare

New Features

  • Update copy text for Stata 18
  • Improved documentation of config/%set

Bug Fixes

  • Setting graph width/height in the config. file now works (#27)
  • Oddball help magic bugs now handled (#28)

Full Changelog: v0.6.2...v0.6.3

v0.6.2

19 Mar 18:56
Compare
Choose a tag to compare

Bug Fixes

  • Fix noecho python indentation error #14

Full Changelog: v0.6.1...v0.6.2