-
As part of a larger effort to clean up and open source the `math` module, we have removed a number of functions that would mirror arithmetic operators. In most cases, the value of these functions is l…
-
```
Several calls to the Javascritp API
(such as doc.getElementsByName, jsobject.style and many others) return
"raw" javascript objects which, as far as I can perceive can't
have their attributes man…
-
## Feature request
Hello!
As already mentioned in other discussions python implementation has issues in serialization and deserialization performance(e.g. [here](https://discourse.ros.org/t/high-c…
-
Numerical simulations of plasma phenomena are frequently normalized to characteristic values so that the corresponding equations and fields become dimensionless. A strategy for keeping track of norma…
-
For a class decorated with `@dataclass`, mypy assumes that the class's `__eq__` method will have the exact same signature as `object.__eq__`. However, this is subtly incorrect. Whereas the signature o…
-
This feature request is the third milestone on the great journey to a first-class best-of-breed plugin architecture for @beartype. This milestone is orthogonal to the [second milestone (i.e., `beartyp…
-
### Where is the problem?
https://docs.modular.com/mojo/manual/values/ownership#transfer-arguments-owned-and-
### What can we do better?
Throughout the Mojo docs, the postfix `^` sigil is des…
-
In the Python implementation of `pickle` setting some handlers to None causes a fallback to other methods.
* Setting `Pickler.reducer_override` to None has the same effect as not setting this attribu…
-
calling title_or_id on a brain after a catalog query wakes up the real object, which is a performance issue.
The reason is: plone.app.contentlisting.catalog.CatalogContentListingObject
as title_or_i…
-
**Describe the bug**
When checking for equality for two identical `sktime.forecasting.base.ForecastingHorizon` where the values are `pandas.PeriodIndex` the output is an `numpy.ndarray` where all t…