0.11.2
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
.