Skip to content

0.11.2

Compare
Choose a tag to compare
@douglasdavis douglasdavis released this 27 Feb 07:34
· 80 commits to main since this release
0.11.2
9359a91

Renamed internal Python files hist.py and misc.py to _hist.py and _misc.py, respectively.

The contents of these modules are brought in to the main pygram11 module namespace by imports in __init__.py (the submodules themselves are not meant to be part of the public API). This avoids tab completions of pygram11.hi<tab> yielding pygram11.hist when we actually want pygram11.histogram.