Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v4.32.0 #738

Merged
merged 33 commits into from
May 13, 2019
Merged

release v4.32.0 #738

merged 33 commits into from
May 13, 2019

Conversation

casperdcl
Copy link
Sponsor Member

@casperdcl casperdcl commented May 10, 2019

Changelog

casperdcl and others added 29 commits February 17, 2019 16:59
also add `[python setup.py] make run`
- example of dynamic usage (#735, #545, #547, #432, #374)
- note writing issues #737
- update badges
@casperdcl casperdcl added the to-merge ↰ Imminent label May 10, 2019
@casperdcl casperdcl added this to the v5.0.0 milestone May 10, 2019
@casperdcl casperdcl self-assigned this May 10, 2019
@ghost ghost added the review label May 10, 2019
@codecov-io
Copy link

codecov-io commented May 10, 2019

Codecov Report

Merging #738 into master will decrease coverage by 0.63%.
The diff coverage is 82.14%.

@@            Coverage Diff             @@
##           master     #738      +/-   ##
==========================================
- Coverage   98.57%   97.94%   -0.64%     
==========================================
  Files          10       10              
  Lines         773      779       +6     
  Branches      140      141       +1     
==========================================
+ Hits          762      763       +1     
- Misses          6       11       +5     
  Partials        5        5

@@ -825,15 +890,15 @@ There are also many |GitHub-Contributions| which we are grateful for.
.. |GitHub-Commits| image:: https://img.shields.io/github/commit-activity/y/tqdm/tqdm.svg?logo=git&logoColor=white
:target: https://github.com/tqdm/tqdm/graphs/commit-activity
.. |GitHub-Issues| image:: https://img.shields.io/github/issues-closed/tqdm/tqdm.svg?logo=github&logoColor=white
:target: https://github.com/tqdm/tqdm/issues
:target: https://github.com/tqdm/tqdm/issues?q=
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

includes closed issues

@@ -42,7 +42,7 @@ parts:
plugin: python
python-version: python3
source: {source}
source-commit: {commit}
source-commit: '{commit}'
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in case of purely numeric characters in commit id

COPY requirements-dev.txt tqdm/
COPY README.rst tqdm/
COPY tqdm tqdm/tqdm
RUN pip install -U ./tqdm
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codacy error ignorable

@casperdcl casperdcl merged commit 993277f into master May 13, 2019
@ghost ghost removed the review label May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment