python-tqdm/python-tqdm.changes

115 lines
3.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Sep 19 18:15:48 UTC 2016 - toddrme2178@gmail.com
- update to version 4.8.4:
* 14% overhead reduction
* fix exception when closing tqdm_notebook without a total
* support more pandas modules
* pandas.Series.progress_map
* pandas.DataFrame.progress_applymap
* Panel.progress_apply
* PanelGroupBy.progress_apply
* GroupBy.progress_aggregate
* GroupBy.progress_transform
* faster CI builds
* misc documentation update and link to wiki
- update to version 4.8.3:
(no changelog available)
- update to version 4.8.2:
* custom tqdm warning/exceptions
* tests now multiprocessed and include pandas
- update to version 4.8.1:
* custom tqdm warning/exceptions
* tests now multiprocessed and include pandas
- update to version 4.8.0:
* tqdm.pandas classmethod replaces tqdm_pandas function (deprecated)
* ipython aliased imports fixes
* write without any instances
* readme update
* examples update
* test fixes and updates
- update to version 4.7.6:
* numpy len support, addressing #185
- update to version 4.7.5:
* spring clean (mostly pragma)
* addresses #182
* series len, tests
* disable support (fixes #184), fkake8 fixes
- update to version 4.7.4:
* pandas.DataFrame.apply support
* tqdm_notebook.write()
* tqdm_gui.write()
* misc notebook fixes
* delay notebook imports (>80% reduction in import time when unused)
* optional colorama only on windows
* documentation tidy
* more & faster tests
- update to version 4.7.1:
* pandas.DataFrame.apply support
- update to version 4.7.0:
* CLI custom delimiter support
* More robust CLI argument parsing
* either one or two - preceding kwargs (eg -ascii or --ascii)
* no positional args (so no need to quote multi-word -desc for
example)
* bool kwargs with implicit value=True still supported
* optional = sign after kwargs
* tests
* doc updates, badges
* pyversions, doi, licence, github
- update to version 4.6.2:
* Fix warnings due to IPython/Jupyter widget
- update to version 4.6.1:
* add IPython/Jupyter support
* fix {bar} length breaking display when using custom bar_format
* add a no inversion rate formatting for bar_format (i.e., always
show it/s and never s/it)
- update to version 4.6.0:
* (no changelog availabel)
- update to version 4.5.0:
* print messages within (nested) loops using tqdm.write(...)
- update to version 4.4.3:
* remove docopt dependency for CLI
* re-added update(0) ability to trigger refresh
* minor fixes
* re-added (OSI approved) licence to source
* dev versioning auto-fallback
* slight speed optimisation
* tests
* documentation
- update to version 4.4.2:
* no changelog available
- update to version 4.4.1:
* remove "dumb binaries" from build, coverage
- update to version 4.4.0:
* modularise
- update to version 4.3.0:
* fix_position
* tidy
- update to version 4.2.0:
* licencizors
- update to version 4.1.0:
* compat-fixes
- update to version 4.0.0:
* automate nested
+ deprecate nested
+ add manual override control with position
* documentation and example updates, coverage and tests
* make leave==True by default (was False)
-------------------------------------------------------------------
Mon Feb 1 04:51:43 UTC 2016 - arun@gmx.de
- update to version 3.8.0:
* update(n<1) raises error
* sanitise and update examples and README
* fix setup.py encoding error
* remove py32 from Travis
* changelog more accessible from README
-------------------------------------------------------------------
Wed Jan 20 19:41:36 UTC 2016 - toddrme2178@gmail.com
- Initial version