-
# Expected behaviour
At least according to the documentation, generic [toil utilties](https://toil.readthedocs.io/en/latest/running/utils.html) don't require cluster utilities. The command `toil cl…
-
Do something akin to the following for `forecasttools`:
*
-
### Description
Utilities to quickly configure how content overflows an element.
### Design
https://getbootstrap.com/docs/5.3/utilities/overflow/
### Tokens
- [ ] Tokens for this compon…
-
### Description
Utilities to quickly configure the position of an element.
### Design
https://getbootstrap.com/docs/5.3/utilities/position/
### Tokens
- [ ] Tokens for this component ar…
-
### Description
### Description
This RFC proposes the introduction of Bit Manipulation Utilities to the stdlib.js library.
Bit manipulation is a common requirement in low-level programming, performan…
-
In pytorch, the following is easily possible:
```python
logits = ...
probs = Categorical(logits=logits)
log_prob = probs.log_prob(value)
entropy = probs.entropy()
```
but when I want to achieve…
-
### Description
Utilities to add or remove shadows to elements.
### Design
https://getbootstrap.com/docs/5.3/utilities/shadows/
### Tokens
- [ ] Tokens for this component are ready
#…
-
Some components, patterns, and tooling has the potential to be (re)categorized as a "utility", which is something we really haven't thought about in the past.
`Cascade` is a great example of somethin…
-
SciPy has two sets of testing support utilities:
- `{skip_xfail}_xp_backends` skips, https://github.com/scipy/scipy/blob/main/scipy/conftest.py#L215 . These are convenient for testing across the ra…
-
# TL; DR
I'm looking to simplify code for managing nested `DimArray`s and `DimStack`s.
E.g. feeding nested data to `AlgebraOfGraphics`.
Maybe a `add_dims` function? I've prototyped one below that…