connortann
connortann
Closes #53 Adds ability to install plugins with: ```yaml - uses: snok/install-poetry@v1 with: version: 1.2.0a2 plugins: poetry-plugin-a, poetry-plugin-b ``` Might be worth adding a check that the Poetry version is...
Hi, It seems that when Poetry is installed with this action, other plugins such as [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning) do not function as expected. From [this previous issue](https://github.com/mtkennerly/poetry-dynamic-versioning/issues/61), it looks like the extensions...
At present, copying a network with `pypsa.Network().copy()` takes a surprisingly long time. For some workflows this actually seems to be a performance bottleneck. I noticed that using the builtin `copy.deepcopy`...
## Overview If CI passes, this will close #3524 Nb. This branch is probably going to be subject to frequent rebases.
Some minor fixups to RST formatting for `datasets`. Still probably not perfect but should improve the rendering a bit.
TODO: - [ ] Pin CI to use keras to < v3 to fix CI on master - [ ] Await transformers compatibility with keras 3: https://github.com/huggingface/transformers/pull/26224 - [ ]...
- [x] Complete PRs in milestone: - #3517 - #3549 - #3554 - [x] Relevant deprecations - Tracked on #3507 - [x] Dry-run cibuildwheel & test - Example run https://github.com/shap/shap/actions/runs/8202163162...
EDIT: relevant issue on pytorch: https://github.com/pytorch/pytorch/issues/121101 The test suite recently began failing on MacOS. Example failing run: https://github.com/shap/shap/actions/runs/8021717954/job/21914432162 ``` Fatal Python error: Segmentation fault Thread 0x000070000ca96000 (most recent call first):...
This is a meta-issue to track any deprecation cycles within the shap package. Maintainers, feel free to edit this tracker as necessary, ## Recommendations for which warning to use: For...