-
There should be a `concat` operation on distributions.
This will require:
* a "concatenated distribution" compositor `skpro.concat`, similar to `pd.concat`
* a dunder-like method in distributio…
-
The [definition of](https://docs.python.org/3/library/math.html?highlight=trunc#math.trunc) `trunc` is:
> math.trunc(x)
Return x with the fractional part removed, leaving the integer part. This ro…
-
The `AreaDefinition` methods support several special methods, for which documentation is missing on readthedocs. The most relevant ones for the user are `__contains__`, `__eq__`, and `__getitem__`. …
-
### Description
In the Arrow project, we recently created a [new protocol for sharing Arrow data in Python](https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html). One of the …
-
### Bug description
As title. It's odd since most other types work.
### Steps to reproduce
```mojo
fn main():
alias le = Int.__le__ # error: cannot form a reference to overloaded declaration of…
-
**PLEASE DO CHIME IN WITH YOUR THOUGHTS**
My personal idea for this module is:
To have a raku module that does this set of things around HTMX (see [htmx.org](htmx.org)):
- write web pages in …
-
# Introduction
A technique to allow incoming payments when the wallet has no inbound channels is to have an intermediary node (LSP)
1. Intercept the incoming HTLC
2. Settle it itself instead of c…
-
Similar to #1840
With #3181 I made `KeysView` consistent with `Set` but I really think the operators are confusingly permissive.
Let's look at them
# difference
{'1'} - {2}
rev…
kaste updated
5 years ago
-
Related to [false positive on PLC2801 "unnecessary dunder... for __setattr__" #9584](https://github.com/astral-sh/ruff/issues/9584)
`object.__setattr__` is the recommended way to set attributes on …
my1e5 updated
5 months ago
-
Let's implement some dunder methods for forecaster and transformer composites (and, possibly, discuss design):
- [ ] `**` for applying a transformer to `X` into a forecaster, via `ForecastingPipeli…