Skip to main content

HuggingFace/Datasets is an open library of NLP datasets.

Project description

Note:

VERSION needs to be formatted following the MAJOR.MINOR.PATCH convention (we need to follow this convention to be able to retrieve versioned scripts)

Simple check list for release from AllenNLP repo: https://github.com/allenai/allennlp/blob/master/setup.py

To create the package for pypi.

  1. Change the version in __init__.py, setup.py as well as docs/source/conf.py.

  2. Commit these changes with the message: “Release: VERSION”

  3. Add a tag in git to mark the release: “git tag VERSION -m’Adds tag VERSION for pypi’ ” Push the tag to git: git push –tags origin master

  4. Build both the sources and the wheel. Do not change anything in setup.py between creating the wheel and the source distribution (obviously).

    First pin the SCRIPTS_VERSION to VERSION in __init__.py (but don’t commit this change)

    For the wheel, run: “python setup.py bdist_wheel” in the top level directory. (this will build a wheel for the python version you use to build it).

    For the sources, run: “python setup.py sdist” You should now have a /dist directory with both .whl and .tar.gz source versions.

    Then change the SCRIPTS_VERSION back to to “master” in __init__.py (but don’t commit this change)

  5. Check that everything looks correct by uploading the package to the pypi test server:

    twine upload dist/* -r pypitest (pypi suggest using twine as other methods upload files via plaintext.) You may have to specify the repository url, use the following command then: twine upload dist/* -r pypitest –repository-url=https://test.pypi.org/legacy/

    Check that you can install it in a virtualenv by running: pip install -i https://testpypi.python.org/pypi datasets

  6. Upload the final version to actual pypi: twine upload dist/* -r pypi

  7. Copy the release notes from RELEASE.md to the tag in github once everything is looking hunky-dory.

  8. Update the documentation commit in .circleci/deploy.sh for the accurate documentation to be displayed

  9. Update README.md to redirect to correct documentation.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datasets-1.0.1.tar.gz (122.7 kB view details)

Uploaded Source

Built Distribution

datasets-1.0.1-py3-none-any.whl (1.8 MB view details)

Uploaded Python 3

File details

Details for the file datasets-1.0.1.tar.gz.

File metadata

  • Download URL: datasets-1.0.1.tar.gz
  • Upload date:
  • Size: 122.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.2

File hashes

Hashes for datasets-1.0.1.tar.gz
Algorithm Hash digest
SHA256 a2a2ea3a0e1074f97ec752a9103bd183412319a6fe768afb3853a1123ed5f82a
MD5 c8b21e7b6afc6f1d98f7e663bd63b1cd
BLAKE2b-256 d1758747277ca8022e8f0bd9555b49315da6541b75ff16a89b627b2fb145e10b

See more details on using hashes here.

File details

Details for the file datasets-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: datasets-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.2

File hashes

Hashes for datasets-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2ffd27262ab015f744aab682e1dcdecbed5273c20e58fd153968aff5d81e5672
MD5 bfff33e8ef59fd34f3844fd95ce5adcb
BLAKE2b-256 8ef2d213673d76ee56d907e462e6c144f1418368d35e6a9221799403116516de

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page