Accepting request 610151 from home:TheBlackCat:branches:devel:languages:python

- update to version 4.23.3
  * suppress warning
  * update .github things
- update to version 4.23.2
  * minor import syntax fix #496
  * re-fix nested overlaps #477
  * update documentation and examples
  * code tidy and abstraction
- update to version 4.23.1
  * fix AttributeErrors (#546)
    >   pos on initialisation (#323, #510 -> #544)
    >   fp on write() (#383)
  * fix py34 CI
  * update documentation
- update to version 4.23.0
  * Fix disable=True whereiterable has no len() and is not None (#539)
  * Add ncols to specify tqdm_notebook bar width (#276 -> #292)
  * allow custom pandas total (#364 -> #535)
  * Add progress_apply for pandas.(Series|DataFrame).(rolling|expanding) (#530 -> #537)
  * unit tests, pep8 tidy
  * postfix non-dict documentation note
- update to version 4.22.0
  * allow direct non-string assignment to postfix member (lists, dicts, etc) (#382 -> #534)
  * documentation updates
  * unit tests
- update to version 4.21.0
  * fix #532 write() with manual position
    >   more robust free position finding
  * add TqdmWarning base class
  * fix GUI __del__()
    >   add TqdmExperimentalWarning
  * add, tidy & fix unit tests
  * documentation
    >   wiki release notes
    >   update contributors
    >   fix 7zx example
- update to version 4.20.0
  * pandas wrapper: remove *args and add better total handling (#244, #299, #322, #366 -> #524)
  * document windows unicode know issues (#454)
  * suppress RuntimeError: Set changed size during iteration -> TqdmSynchronisationWarning
- update to version 4.19.9:
  * fix monitor thread termination and update tests
- Add support_pandas_23_groupby.patch
  * Fix for pandas 0.23.0 support
  * See: https://github.com/tqdm/tqdm/pull/554

OBS-URL: https://build.opensuse.org/request/show/610151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=21
This commit is contained in:
Todd R
2018-05-17 19:38:43 +00:00
committed by Git OBS Bridge
parent 0c4dc74e7e
commit 50d88adf37
5 changed files with 106 additions and 14 deletions

View File

@@ -1,3 +1,53 @@
-------------------------------------------------------------------
Thu May 17 18:52:40 UTC 2018 - toddrme2178@gmail.com
- update to version 4.23.3
* suppress warning
* update .github things
- update to version 4.23.2
* minor import syntax fix #496
* re-fix nested overlaps #477
* update documentation and examples
* code tidy and abstraction
- update to version 4.23.1
* fix AttributeErrors (#546)
> pos on initialisation (#323, #510 -> #544)
> fp on write() (#383)
* fix py34 CI
* update documentation
- update to version 4.23.0
* Fix disable=True whereiterable has no len() and is not None (#539)
* Add ncols to specify tqdm_notebook bar width (#276 -> #292)
* allow custom pandas total (#364 -> #535)
* Add progress_apply for pandas.(Series|DataFrame).(rolling|expanding) (#530 -> #537)
* unit tests, pep8 tidy
* postfix non-dict documentation note
- update to version 4.22.0
* allow direct non-string assignment to postfix member (lists, dicts, etc) (#382 -> #534)
* documentation updates
* unit tests
- update to version 4.21.0
* fix #532 write() with manual position
> more robust free position finding
* add TqdmWarning base class
* fix GUI __del__()
> add TqdmExperimentalWarning
* add, tidy & fix unit tests
* documentation
> wiki release notes
> update contributors
> fix 7zx example
- update to version 4.20.0
* pandas wrapper: remove *args and add better total handling (#244, #299, #322, #366 -> #524)
* document windows unicode know issues (#454)
* suppress RuntimeError: Set changed size during iteration -> TqdmSynchronisationWarning
- update to version 4.19.9:
* fix monitor thread termination and update tests
- Add support_pandas_23_groupby.patch
* Fix for pandas 0.23.0 support
* See: https://github.com/tqdm/tqdm/pull/554
-------------------------------------------------------------------
Sat Mar 17 19:27:52 UTC 2018 - arun@gmx.de