Skip to content

Align Dask nightly versioning scheme with versioneer #369

@charlesbluca

Description

@charlesbluca

Currently, the Dask conda nightlies' versions do not match up with the version returned by versioneer:

→ conda list dask-core
# packages in environment at /raid/charlesb/miniforge3/envs/test-dask:
#
# Name                    Version                   Build  Channel
dask-core                 2024.3.1a240315 py_gf9310c440_3    dask/label/dev

→ python -c "import dask; print(dask.__version__)"
2024.3.0+3.gf9310c440

Conda has support for these version strings, so in theory it shouldn't be too difficult to modify the recipes across the Dask repos publishing nightlies to use them instead.

Tracking this here since it may potentially require a few PRs across multiple repos to complete; ideally would like to look into this after dask/distributed#8574 is addressed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions