-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to enable correct iteration over non-lists like numpy arrays; non…
…-iterables now require partial
- Loading branch information
1 parent
ce6d84c
commit eb122f7
Showing
5 changed files
with
71 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
|
||
setup( | ||
name='p_tqdm', | ||
version='1.3.2', | ||
version='1.3.3', | ||
author='Kyle Swanson', | ||
author_email='[email protected]', | ||
description='Parallel processing with progress bars', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/swansonk14/p_tqdm', | ||
download_url='https://github.com/swansonk14/p_tqdm/v_1.3.2.tar.gz', | ||
download_url='https://github.com/swansonk14/p_tqdm/v_1.3.3.tar.gz', | ||
license='MIT', | ||
packages=find_packages(), | ||
install_requires=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters