Jonathan Giannuzzi
Jonathan Giannuzzi
This PR builds on @tpboudreau's excellent work in #3144 to add support for building integrated OpenCL wheels on Linux too. It also changes the CI to build this wheel instead...
As it was suggested in https://github.com/microsoft/LightGBM/pull/5282#issue-1268671683 (previous attempt: #5285). Using findings from https://github.com/microsoft/LightGBM/pull/5282#issuecomment-1155440483: > My understanding is that the `dask` tests only fail with this error on Ubuntu 14.04 with...
### What would you like to be added The `crypto otp` command advertises support for both TOTP and HOTP, but it turns out only TOTP is implemented. The underlying library...
We should migrate our Docker images to `gresearch` (instead of `gresearchdev` currently).
See https://devblogs.microsoft.com/nuget/improved-package-debugging-experience-with-the-nuget-org-symbol-server/
This PR adds a `sensitive_triggers` argument, behaving in the same way as the `triggers` argument, but with all values marked as sensitive. Fixes #38.
This PR exposes the `CURLOPT_LOW_SPEED_TIME` through `JULIA_PKG_LOW_SPEED_TIME` so that large packages that take a long time to download on a proxy can still be installed.
This PR adds support for [SQLCipher](https://github.com/sqlcipher/sqlcipher) whilst keeping the existing embedded sqlite3 implementation. The support is enabled via the `sqlcipher` and `libsqlcipher` build tags, which respectively use the embedded SQLCipher...
🛠 DevTools 🛠 [](https://codespaces.new/jgiannuzzi/mlflow/pull/11406?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/11406/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 11406 ``` ###...
**_This issue description is still a work in progress_** In the Metrics, Params, and Scatters explorers, we currently support grouping by static expressions (for charts, strokes, and colours):  The...