Commit graph

19 commits

Author SHA1 Message Date
adam
6e25262d40 py-tqdm: updated to 4.46.1
tqdm v4.46.1 stable

fix missing sys.setcheckinterval in py3.9
fix keras.TqdmCallback compatibility with tensorflow==2.2.0
update documentation
correct contrib.concurrent correct max_workers
drop prominent mention of xrange
minor linting
2020-06-17 12:00:59 +00:00
adam
63f89f30c2 py-tqdm: updated to 4.46.0
4.46.0:
bump version, merge branch 'devel'
2020-05-03 11:52:00 +00:00
adam
7ab1b44753 py-tqdm: updated to 4.45.0
tqdm v4.45.0 stable
propagate and close() on exceptions
fix nested clear()
rework nested close()
reduces screen flicker/blank space at the cost of ordering
update all documentation & demos
add and update tests
dev framework: add pre-commit helper

tqdm v4.44.1 stable
fix _utils ImportError => DeprecationWarning

tqdm v4.44.0 stable
add automatic nrows and expose for manual override
expose and warn about small chunksize in tqdm.contrib.concurrent.process_map
fix py2 file stream comparison
deprecate utils._environ_cols_wrapper
add and update tests
add documentation
2020-04-10 08:04:52 +00:00
adam
cbeaeedeb1 py-tqdm: updated to 4.43.0
tqdm v4.43.0 stable

fix notebook exceptions
set_description() when disable=True
contrib.concurrent: avoid unnecessary len(iterable)
update documentation
clarify etymology
fix minor typo
update contributors and years
update tests
fix CI tests for PRs
2020-02-21 09:10:51 +00:00
adam
66432c321b py-tqdm: updated to 4.42.1
tqdm v4.42.1 stable
support pandas==1.0.0
minor metadata updates
minor CI test update
2020-02-13 19:29:32 +00:00
adam
cddf878566 py-tqdm: updated to 4.42.0
tqdm v4.42.0 stable

notebook: update disable=None behaviour
tqdm.keras: support tensorflow.keras as well as keras
add contrib
* tenumerate
* tzip <= zip
* tmap <= map
* add concurrent module
  - thread_map <= concurrent.futures.ThreadPoolExecutor.map
  - process_map <= concurrent.futures.ProcessPoolExecutor.map
* add itertools module stub
  - product
add & update tests
add & update documentation
update CI framework
2020-01-29 14:01:43 +00:00
adam
fa19ad51b8 py-tqdm: updated to 4.41.1
tqdm v4.41.1 stable

keras module tidy and fixes
- fix batch_size=None
- add missing pop('size')

tqdm v4.41.0 stable

trim on ncols overflow with ANSI handling
add notebook.reset()
add keras.TqdmCallback
documentation updates
test updates
2020-01-07 08:51:30 +00:00
adam
d94412e406 py-tqdm: updated to 4.40.0
tqdm v4.40.0 stable
officially support float for n and total
notebook: use FloatProgress <= IntProgress
allow imprecision (n <= total + epsilon)
fix unicode bar format arguments
add contrib submodule
add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile
update tests
update documentation
tidy automatic snap deployments
minor doc update

tqdm v4.39.0 stable
add pandas builtin operations check
avoid unnecessary dedent
remove unneeded bar logic
misc code tidy
update documentation
document default argument overriding
add missing isatty()
update badges
add code of conduct
update framework
clean CI stages
update CI default py3.6 => py3.7
automate snap releases
2019-12-03 17:17:37 +00:00
adam
c8402c88a2 py-tqdm: updated to 4.38.0
tqdm v4.38.0 stable
support lock_args for e.g. non-blocking intermediate writes
use self.refresh() in more places
add and update performance tests
support args for TqdmDefaultWriteLock.acquire()
fix colorama on win
framework updates
CI cleanup
move to stages (check/test/deploy)
auto deploy notes
deploy only on parent repo
separate docker deploy
update documentation sync/generation
update examples
update documentation
add and update tests
misc tidy and linting

tqdm v4.37.0 stable
potential future pandas fix
better unicode widechar support
fix example/tqdm_wget unknown total
add stacklevel=2 to warnings
misc framework updates
snapcraft version fix
update issue/pr templates
update unit tests
misc documentation updates
update parallel (multiprocessing, ThreadPoolExecutor) example
add slides, video images
add CII Best Practices badge
add repology badge
update badge icons
2019-11-14 10:53:31 +00:00
adam
826227d7ad py-tqdm: updated to 4.36.1
tqdm v4.36.1 stable

fix CLI entrypoint


tqdm v4.36.0 stable

expose more custom format params
potential thread safety fix
update submodule architecture
- backward-compatibility
- expose utils
- rename main -> cli
- add/fix tests
- fix minor cached var optimisation
- gui partial upgrade
- notebook upgrade
  . support {bar} in bar_format
  . inherit methods including set_*(refresh)
- ready for contrib releases
support custom bar_format with unknown total
fix tqdm_notebook red block on explicit file=None
update notebook to fully support custom bar_format
misc tidy
- warnings
- linting
- update submodule contribution guide
- parallel (py)make test
- fix Zenodo metadata
update documentation
- pandas, notebook, gui
- indentation
- update multiprocessing and multithreading examples
2019-10-07 20:17:10 +00:00
adam
17110148ae py-tqdm: updated to 4.35.0
tqdm v4.35.0:
* add {bar} format specifier
* add tests and documentation
* update performance tests
2019-09-02 08:33:28 +00:00
adam
b7674fafc8 py-tqdm: updated to 4.34.0
tqdm v4.34.0 stable
add leave=None convenience option for leave = position == 0
ensure nested completed bars respect leave=True
ensure nested bars are cleared before being moved up
support both and = syntax for CLI options
misc documentation updates
fix/update tests
update GitHub docker package deployment
2019-08-21 09:01:00 +00:00
adam
75377c0972 py-tqdm: updated to 4.33.0
tqdm v4.33.0 stable
fix pandas==0.25 API change
add contributor badges
fix py26 travis CI
metadata fixes
.zenodo.json
CODEOWNERS
GitHub package registry docker deployment
minor linting
documentation updates
2019-08-09 07:35:15 +00:00
adam
5bb8dfc9f7 py-tqdm: updated to 4.32.2
tqdm v4.32.2 stable
fix 'Set changed size during iteration'
add tqdm.autonotebook check for $VSCODE_PID
fix missing multiprocessing in Jython
make bool(tqdm(iter)) consistent with bool(iter)
add and update unit tests
add and update documentation & framework
update notable contributors list
update usage docstrings
add funding
add awesome-python badge
trove classifier update
update demo notebook badges
add JOSS DOI
add Zenodo metadata
move unnecessary root clutter
2019-06-21 12:34:06 +00:00
adam
eca4a9f957 py-tqdm: updated to 4.32.1
tqdm v4.32.1 stable
fix notebook with unknown total

tqdm v4.32.0 stable
support unit_scale in notebook
support negative update
add reset() function
add [python setup.py] make run
add and update documentation
example of dynamic usage
note writing issues
update badges
add PyData2019 slides link
add JOSS paper
update manpages
add docker install
add snapcraft install
notebooks: add binder, rename RMOTR => notebooks.ai
prettify and unify contributors/maintainers/authors
CI and release framework updates
add snapcraft snaps
add travis auto-deployment
PyPI releases
docker devel/releases
update deployment dev docs
fix travis deploy pymake
update .gitinore
add & update unit tests
automate more documentation
2019-05-15 12:04:39 +00:00
adam
629e134879 py-tqdm: updated to 4.31.1
v4.31.1:
fix file.encoding==None
add tests
tidy code, update authors and tests
add setup.py test to CI

v4.31.0:
Write bytes to stdout/stderr in py2
Add write_bytes parameter for py2/3 default override
support custom bar characters vias ascii parameter
implement, document and test custom bar spinners
support custom bar_format with unknown total
fix TypeError when unit_scale and unknown total
document format_dict
expose elapsed_s, remaining_s to bar_format
add unit option to bar_format
auto README.rst generation framework
add notes in CONTRIBUTING.md
update tests
update documentation
misc code tidy
2019-02-21 10:23:39 +00:00
adam
cc0e4f06fa py-tqdm: updated to 4.30.0
tqdm v4.30.0 stable
avoid moving when leave=False
generalise nested bar tests
add display() helper function
add and expose format_dict
- allow arbitrary keyword arguments for format_meter
- document format_dict overriding
- add tests for overriding
- add and tidy developer documentation
fix py3 CLI pipe decoding error
framework overhaul (developing, testing, Travis CI updates)
tidy code and style (flake8)
setup.py refactor
- setup.py make
  . add support for multi-line commands
  . tidy and efficiency
- replace setup.py's built-in make -> py-make>=0.1.9
- add requirements-dev.txt and extras_require[dev]
add, update and tidy tests
include interactive Jupyter demonstration
update documentation
- add FAQ about py2 pipes
- add badges
- update examples
- update authors
2019-01-28 14:13:50 +00:00
taca
57ebeb8fda misc/py-tqdm: fix ALTERNATIVES file
Fix ALTERNATIVES file syntax.

Bump PKGREVISION.
2018-12-22 17:24:20 +00:00
minskim
362d4eea30 misc/py-tqdm: Import version 4.23.3
Simple Python Progress Meter

Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip, and updated by wiz@
and me.
2018-05-21 23:45:59 +00:00