bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Platform for Machine Learning projects on Software Engineering

Results 367 bugbug issues
Sort by recently updated
recently updated
newest added

Bumps [mercurial](https://mercurial-scm.org/) from 6.5.3 to 6.7.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mercurial&package-manager=pip&previous-version=6.5.3&new-version=6.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.0. Release notes Sourced from numpy's releases. v2.0.0 NumPy 2.0.0 Release Notes NumPy 2.0.0 is the first major release since 2006. It is the result...

dependencies
python

Bumps [responses](https://github.com/getsentry/responses) from 0.21.0 to 0.25.3. Release notes Sourced from responses's releases. 0.25.3 Fixed recorder not saving and loading response headers with yaml files. See #715 0.25.2 Mulligan on 0.25.1...

dependencies
python

Bumps python from 3.12.3-slim to 3.12.4-slim. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python&package-manager=docker&previous-version=3.12.3-slim&new-version=3.12.4-slim)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Azure and rag implementation

> Could you file a follow-up for this? _Originally posted by @marco-c in https://github.com/mozilla/bugbug/pull/4209#discussion_r1621458993_

> We should add some tests for this function in a follow-up _Originally posted by @marco-c in https://github.com/mozilla/bugbug/pull/4209#discussion_r1626709008_

Since scikit-learn 1.5, ColumnTransformer is subscriptable: https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html#columntransformer-is-subscriptable.

Fix #3717 MEI: Have a visualization of the time series of maintenance effectiveness values, aggregated by different teams/components @marco-c Done by: Created a new script bugbug/scripts/MEI_time_series_visualization.py to generate MEI time...