- fix `smoothing` (566 -> 601) - `pandas` updates + address the `FutureWarning` in `pandas`, drop `pandas` test in py34, add in py37 (603) + support `pandas` `axis='index' or 'columns'` (570) - minor documentation updates (597, 600, 606) + developer notes
4.25.0
Not secure
- stop monitor on shutdown (571, 572) - fix `find_packages()` for submodules (593) + properly add `autonotebook` (586, 1cf3393) - ignore ANSI escape codes in the bar length calculation (450, 591 -> 592) - update documentation (243)
4.24.0
Not secure
- `autonotebook` submodule for automatic selection of notebook/CLI bar (443, 508) + update/add `pandas()` example documentation (474) - `NameError:IntProgress` changed to a more helpful `ImportError` (187, 451, 558) - support `bool()` cast when `disable=True` (574) - fix `format_sizeof` hundreds rounding (579 -> 581) - ensure URLs in documentation are secure (`https`)
4.23.4
Not secure
- Support pandas 0.23.0 `core.groupby` module layout (555 -> 554) - Add python_requires to help pip (557) - minor maintenance updates + CI updates: drop travis py33 due to `tox` (tox-dev/tox648) + minor code tidy
4.23.3
Not secure
- suppress 10 second warning (refix 323)
4.23.2
Not secure
- minor import syntax fix 496 - re-fix nested overlaps 477 - update documentation and examples - code tidy and abstraction