Skip to content

proposal: test against lightgbm nightly packages? #287

@jameslamb

Description

@jameslamb

Motivation

As of lightgbm-org/LightGBM#7227, LightGBM now publishes nightly Python packages.

I hope you'll consider testing against the nightlies here, so we can mutually fix compatibility issues before releases go out.

We (LightGBM) have been doing that with scikit-learn nightlies for a few years now and have found it very useful.

If you do take this up, please report any issues you find at https://github.com/lightgbm-org/LightGBM/issues.

Thanks very much for your time and consideration.

Description

To test against the latest development version of lightgbm, you can install them like this:

pip install \
    --no-deps \
    --index-url https://pypi.anaconda.org/lightgbm-packages/simple \
    'lightgbm>=4.6.0a0'

We're publishing an sdist and wheels for all of the same platforms that are published to pypi.org (https://pypi.org/project/lightgbm/#files).

Alternatives (optional)

No response

Additional context (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureChange that does not break compatibility, but affects the public interfaces.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions