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

Include py.typed in the published package #633

Merged
merged 3 commits into from
Feb 27, 2023
Merged

Include py.typed in the published package #633

merged 3 commits into from
Feb 27, 2023

Conversation

severo
Copy link
Contributor

@severo severo commented Feb 24, 2023

No description provided.

severo added a commit to huggingface/dataset-viewer that referenced this pull request Feb 24, 2023
severo added a commit to huggingface/dataset-viewer that referenced this pull request Feb 24, 2023
severo added a commit to huggingface/dataset-viewer that referenced this pull request Feb 24, 2023
severo added a commit to huggingface/dataset-viewer that referenced this pull request Feb 24, 2023
* chore: 🤖 upgrade dependencies to fix vulnerability

also: upgrade huggingface_hub and other dependencies

* fix: 🐛 fix types issue

related to ClearcodeHQ/mirakuru#633

* chore: 🤖 ensure all the imports are covered
@severo
Copy link
Contributor Author

severo commented Feb 24, 2023

@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2023

Codecov Report

Base: 96.34% // Head: 96.34% // No change to project coverage 👍

Coverage data is based on head (9c406af) compared to base (29c3dac).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #633   +/-   ##
=======================================
  Coverage   96.34%   96.34%           
=======================================
  Files          20       20           
  Lines         903      903           
=======================================
  Hits          870      870           
  Misses         33       33           
Flag Coverage Δ
unittests 96.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fizyk
Copy link
Member

fizyk commented Feb 24, 2023

@severo you'll need to run pipenv run towncrier create 633.[misc or bugfix].rst and in the file that got created fill in what should land in the changelog. (CHANGES.rst)

@fizyk
Copy link
Member

fizyk commented Feb 27, 2023

@severo thank you!

@fizyk fizyk merged commit 8d17b21 into ClearcodeHQ:main Feb 27, 2023
@severo severo deleted the patch-1 branch February 27, 2023 09:41
severo added a commit to huggingface/dataset-viewer that referenced this pull request Feb 28, 2023
since ClearcodeHQ/mirakuru#633 has been merged
and released in 2.5.1
severo added a commit to huggingface/dataset-viewer that referenced this pull request Feb 28, 2023
* reorganize executor

* remove unused import

* add pytz dep

* add types-pytz dep

* updating the other poetry lock files

* Apply suggestions from code review

Co-authored-by: Sylvain Lesage <sylvain.lesage@huggingface.co>

* move dep to dev dep

* move dep to dev dep

* docstrings + get_job_with_id

* raise BadWorkerState

* get rid of with_id

* style

* poetry update for worker

* Apply suggestions from code review

Co-authored-by: Sylvain Lesage <sylvain.lesage@huggingface.co>

* feat: 🎸 upgrade packages

* docs: ✏️ add doc for WORKER_STATE_PATH

* chore: 🤖 use only generic worker, and set the state directory

* ci: 🎡 add the four new env vars to the chart

* fix: 🐛 WORKER_STATE_PATH must be a fname, .lock will be app'd

* chore: 🤖 use default temporary directory for storing the state

* chore: 🤖 sync both docker-compose files

* refactor: 💡 rename variables to make it clear we need a file

* refactor: 💡 remove WORKER_STATE_FILE_PATH from the documentatio

Recommand to use TMPDIR if it's important to setup where the temporary
files are stored, but don't recommend to set up WORKER_STATE_FILE_PATH
directly.

* fix: 🐛 the worker executor has to setup the env variable

* fix: 🐛 the executor sets the env var, the loop reads it

* chore: 🤖 run mypy on mirakuru

since ClearcodeHQ/mirakuru#633 has been merged
and released in 2.5.1

---------

Co-authored-by: Quentin Lhoest <lhoest.q@gmail.com>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
mattstern31 added a commit to mattstern31/datasets-server-storage-admin that referenced this pull request Nov 11, 2023
* chore: 🤖 upgrade dependencies to fix vulnerability

also: upgrade huggingface_hub and other dependencies

* fix: 🐛 fix types issue

related to ClearcodeHQ/mirakuru#633

* chore: 🤖 ensure all the imports are covered
mattstern31 added a commit to mattstern31/datasets-server-storage-admin that referenced this pull request Nov 11, 2023
* reorganize executor

* remove unused import

* add pytz dep

* add types-pytz dep

* updating the other poetry lock files

* Apply suggestions from code review

Co-authored-by: Sylvain Lesage <sylvain.lesage@huggingface.co>

* move dep to dev dep

* move dep to dev dep

* docstrings + get_job_with_id

* raise BadWorkerState

* get rid of with_id

* style

* poetry update for worker

* Apply suggestions from code review

Co-authored-by: Sylvain Lesage <sylvain.lesage@huggingface.co>

* feat: 🎸 upgrade packages

* docs: ✏️ add doc for WORKER_STATE_PATH

* chore: 🤖 use only generic worker, and set the state directory

* ci: 🎡 add the four new env vars to the chart

* fix: 🐛 WORKER_STATE_PATH must be a fname, .lock will be app'd

* chore: 🤖 use default temporary directory for storing the state

* chore: 🤖 sync both docker-compose files

* refactor: 💡 rename variables to make it clear we need a file

* refactor: 💡 remove WORKER_STATE_FILE_PATH from the documentatio

Recommand to use TMPDIR if it's important to setup where the temporary
files are stored, but don't recommend to set up WORKER_STATE_FILE_PATH
directly.

* fix: 🐛 the worker executor has to setup the env variable

* fix: 🐛 the executor sets the env var, the loop reads it

* chore: 🤖 run mypy on mirakuru

since ClearcodeHQ/mirakuru#633 has been merged
and released in 2.5.1

---------

Co-authored-by: Quentin Lhoest <lhoest.q@gmail.com>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants