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).

    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.

  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. Fill release notes in 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 Update the version mapping in docs/source/_static/js/custom.js with utils/release.py, and set version to X.X.X+1.dev0 (e.g. 1.8.0 -> 1.8.1.dev0) in setup.py and __init__.py

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.11.0.tar.gz (230.8 kB view details)

Uploaded Source

Built Distribution

datasets-1.11.0-py3-none-any.whl (264.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: datasets-1.11.0.tar.gz
  • Upload date:
  • Size: 230.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for datasets-1.11.0.tar.gz
Algorithm Hash digest
SHA256 3b01bf12951903e83b528d41129876426eb3a5fbcaf2645552283330528c92bf
MD5 4f858366960c2a8625a1d5ca3a175b64
BLAKE2b-256 6b51c4407e1b9a7379b095df6c36d19824d289c274ce775ab0b9e61ba7a797b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: datasets-1.11.0-py3-none-any.whl
  • Upload date:
  • Size: 264.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for datasets-1.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 603612b018794e33d8f0655235731bc139b141cb8f864c2f29140940da16955f
MD5 883c8c41c6711ad431815a7ca40c31fa
BLAKE2b-256 9f405d3df41be03e6947d7faaafe27bd9e4b94d3730b94e3189b679f11f9f390

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