Miguel de Benito Delgado

Results 72 issues of Miguel de Benito Delgado

Fixes #163 without changing the API by injecting the height parameter as a wrapperAttr.

#94 introduces release migration but does not migrate assets. GitHub's API [allows asset uploading](https://docs.github.com/en/rest/reference/releases#upload-a-release-asset), so this could be implemented.

GitLab refs to MRs in the form of `!number` should be converted to GitHub refs with a # * MRs in GitLab follow their own sequence. * PRs in GitHub...

This code uses all cores in my machine, despite setting `n_jobs=1`. Since we are ditching the whole parallel backend abstraction this will probably disappear, but I thought it best to...

bug

We cannot keep pushing notebooks with outputs for documentation. The obvious solution is to use git LFS but then we need to clean up the history and force push. *...

documentation
cleanup

We are currently using ~45GB of caches when the max is 10GB. This makes GH delete caches based on date, which could mean deleting caches for `develop`, making CI longer...

enhancement
good first issue
CI

### Description This PR closes #XXX closes #539 closes #187 ### Changes - ### Checklist - [ ] Wrote Unit tests (if necessary) - [ ] Updated Documentation (if necessary)...

Something like: ```python flag: ParallelFlag = parallel_backend.make_flag() flag.set() assert flag.is_set() == True ``` I don't think it's necessary to generalize to arbitrary values with get/set. This would be used to...

enhancement

The argument name n_iterations in least core and group testing doesn't really make much sense. It's the number of constraints used in the problem. Before, it made sense to use...

cleanup
breaking-change

#319 duplicates some of the methods in `value.shapley`. We will want to merge as much as possible of the latter into the semi-values, possibly just by calling `semivalues()` from within...

cleanup