Skip to main content

HuggingFace/Datasets is an open library of 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. Prerequisites:

  2. Change the version in:

    • src/datasets/init.py
    • setup.py
    • docs/source/conf.py
  3. Commit these changes: "git commit -m 'Release: VERSION'"

  4. Add a tag in git to mark the release: "git tag VERSION -m 'Add tag VERSION for pypi'" Push the tag to remote: git push --tags origin master

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

    First, delete any "build" directory that may exist from previous builds.

    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.

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

    twine upload dist/* -r pypitest --repository-url=https://test.pypi.org/legacy/

    Check that you can install it in a virtualenv/notebook by running: pip install huggingface_hub fsspec aiohttp pip install -U tqdm pip install -i https://testpypi.python.org/pypi datasets

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

  8. Fill release notes in the tag in github once everything is looking hunky-dory.

  9. 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: "python utils/release.py --version VERSION" Set version to X.X.X+1.dev0 (e.g. 1.8.0 -> 1.8.1.dev0) in:

    • setup.py
    • init.py
  10. Commit these changes: "git commit -m 'Release docs'" Push the commit to remote: "git push origin master"

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

Uploaded Source

Built Distribution

datasets-1.13.1-py3-none-any.whl (287.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: datasets-1.13.1.tar.gz
  • Upload date:
  • Size: 251.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.8

File hashes

Hashes for datasets-1.13.1.tar.gz
Algorithm Hash digest
SHA256 4805ac30aa1ca3b5fbaa9424859015f8cbf228f7b66fb5eef75e30fe673cc12c
MD5 8e98c29d48f4bba5cd1c58d45fb11add
BLAKE2b-256 2cbdfa16947512cb6a19ef2eb1d5c8f4f5f0da276fad8d84dff9110cf98041b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: datasets-1.13.1-py3-none-any.whl
  • Upload date:
  • Size: 287.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.8

File hashes

Hashes for datasets-1.13.1-py3-none-any.whl
Algorithm Hash digest
SHA256 24c1af48e1a02901805313b3ddc14f135a26bcf4dbf3afcddca841ef68e517f1
MD5 6a5d5ebe28a827b8f521b4a78caa44e1
BLAKE2b-256 fb67bcdf60ff795f22f3bc8353aac0c6f3abc01d8b880e8b003a606c5ae1c537

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