Releases: hugetim/nbstata
Releases · hugetim/nbstata
v0.8.2
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
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
v0.7.0
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
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
v0.6.5
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