Commit Graph

1036 Commits

Author SHA1 Message Date
Casper da Costa-Luis b2c6e9e045
flake8, .gitignore ipy 2019-01-19 23:18:09 +00:00
Casper da Costa-Luis 2d75274db4
include DEMO in MANIFEST 2019-01-19 00:35:50 +00:00
Casper da Costa-Luis 9410761aa4
fix demo display links 2019-01-19 00:12:19 +00:00
Casper da Costa-Luis ff1476453f
add FAQ about py2 pipes
- closes #359
2019-01-18 23:58:25 +00:00
Casper da Costa-Luis 85af52446b
Merge branch 'martinzugnoni/master' 2019-01-18 23:57:07 +00:00
Casper da Costa-Luis 47d09b1d6c
tidy demo outputs 2019-01-18 23:55:43 +00:00
Casper da Costa-Luis 57e2a0cc8d
update README demos and links 2019-01-18 23:55:43 +00:00
Casper da Costa-Luis 3a64961373
update demo notebook and unpin dependency
- include more of README.rst in DEMO.ipynb
- tidy, add badges, update examples

closes #659, fixes #652
2019-01-18 23:55:43 +00:00
Martin Zugnoni ee17e78884
Add missing import 2019-01-18 21:17:33 +00:00
Martin Zugnoni 902c15884f
Add demo files 2019-01-18 21:17:33 +00:00
Casper da Costa-Luis d3f090f1c7
fix minor typos 2019-01-12 12:07:47 +00:00
Casper da Costa-Luis d628a15a12
update authors 2019-01-12 10:00:32 +00:00
Casper da Costa-Luis ca9a4ae461
lots of badge updates, minor documentation update 2019-01-12 01:15:10 +00:00
Casper da Costa-Luis e3fcc40918
bump version, merge branch 'devel'
- fixes #457, closes #658 caused by #617
2019-01-11 22:07:00 +00:00
Casper da Costa-Luis 8e047e8336
unit test 2019-01-11 22:03:57 +00:00
Matthew Stevens 11dc38fc6b Make sure _lock exists during write() 2019-01-11 11:16:45 -08:00
Kyle Altendorf 5d63223241
Merge branch 'master' into t589-write_bytes_to_stdout_stderr_in_py2 2019-01-06 17:03:11 -05:00
Casper da Costa-Luis 78227f92db
bump version, merge 'mjstevens777:fix/multiprocessing-lock' 2019-01-06 21:18:56 +00:00
Casper da Costa-Luis 943feebb25
minor tidy 2019-01-06 20:59:14 +00:00
Matthew Stevens 51b5e6f312
Adding multiprocessing test 2019-01-06 20:47:01 +00:00
Matthew Stevens b566af8bfc
Avoid global multiprocessing locks
- Moving locks to class properties
- Adding lazy initialization for multiprocessing locks
2019-01-06 20:40:45 +00:00
Casper da Costa-Luis dedbc659c3
minor tidy 2019-01-06 20:36:08 +00:00
Veith Röthlingshöfer 866282e16b
Implement correct handling of iterable of infinite total length
closes #651
2019-01-06 20:28:22 +00:00
darindf 2730ea8614
Fixed missing attr pos when used in multi-threaded enviornment
closes #573
2019-01-06 20:11:42 +00:00
Casper da Costa-Luis 6b3b6b7dc8
fix travis py26 CI 2019-01-06 20:05:36 +00:00
chengs 6081329a60
Do not join `TMonitor` if it is the current thread
- fixed #613
- closes #641
2019-01-06 19:56:52 +00:00
Rafael Lukas Maers 12bdfc431c
Recognize OpenBSD as a NIX
closes #638
2019-01-06 19:49:33 +00:00
Kyle Altendorf 4bcdbf631b
Use release 3.7 for Travis (not -dev)
closes #622
2019-01-06 19:47:12 +00:00
Robert Krzyzanowski 3494970c1c
Fix minor documentation typo.
closes #642
2019-01-06 19:43:12 +00:00
Casper da Costa-Luis efd65d8c10
documentation fixes and tidy 2019-01-04 18:42:21 +00:00
Kyle Altendorf 8f07a3d9c5
Merge branch 'master' into t589-write_bytes_to_stdout_stderr_in_py2 2018-10-25 23:41:19 -04:00
Casper da Costa-Luis 350640d317
bump version, merge branch 'devel' 2018-10-21 19:47:35 +01:00
Casper da Costa-Luis 9c6141776b
CLI unit tests 2018-10-21 19:32:56 +01:00
Casper da Costa-Luis 3c38d41729
tqdm.main(): expose argv 2018-10-21 19:32:27 +01:00
Casper da Costa-Luis e4b21a908d
fix CLI:--manpath not found issue 2018-10-21 18:50:18 +01:00
Casper da Costa-Luis b885649ce6
update .gitattributes 2018-10-20 23:09:42 +01:00
Casper da Costa-Luis 8cb5c1698b
remove deprecated dist options 2018-10-20 22:38:47 +01:00
Casper da Costa-Luis f6448c14cc
bump version, CLI:add `--manpath`
Merge branch 'man'

- fixes #460
- fixes #628
- closes #629
2018-10-20 22:17:47 +01:00
Casper da Costa-Luis 64bbcf3cfa
cli: add working `--manpath` 2018-10-20 22:08:06 +01:00
Casper da Costa-Luis dbc9afed15
add missing auto submodule 2018-10-16 11:36:12 +01:00
Casper da Costa-Luis eeb24eb87f
cli:add `--man_path` option 2018-10-16 11:24:11 +01:00
Casper da Costa-Luis e53fae537c
remove man page from distribution 2018-10-16 10:43:38 +01:00
Casper da Costa-Luis 10c26d86fc
PyPI fix 2018-10-15 17:43:09 +01:00
Casper da Costa-Luis 71f13f4099
bump version, merge branch 'devel'
- fix `str.isnumeric` #605
- fix `WeakSet` `KeyError` #548, #553, #596 -> #607
- stop `tqdm_notebook` description truncation #582 -> #599
- include `unit_scale` for `rate` #608
- add `auto` -> nowarning `autonotebook`
- add better postfix numeric formatting #621
- minor refactoring #609 -> #616
- update documentation
- add unit tests
- fix py26 CI
2018-10-15 17:23:57 +01:00
Casper da Costa-Luis 5aa5924e26
neater fix 2018-10-15 17:07:17 +01:00
Guangshuo CHEN d19d6476a3
fix the WeakSet keyError bug 2018-10-15 17:03:45 +01:00
Casper da Costa-Luis 6d33b1178d
update documentation 2018-10-15 16:46:04 +01:00
Casper da Costa-Luis 877355a3e7
tidy and use OOP 2018-10-15 00:02:56 +01:00
Charles Newey b317c207ca
Change default smoothing 2018-10-14 23:40:27 +01:00
Charles Newey de4ae9f876
Add EMA function into _tdqm modules 2018-10-14 23:40:27 +01:00