Golang x/tools/gopls: import errors with multi-root workspace and gopls@v0.15.0+

What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...

Pandas DEPR: Index == Series should return NotImplemented

ATM index == series returns an ndarray because Index.__eq__ does not return NotImplemented. It isn't clear to me what t...

Pandas API: Have invalid_comparison return pandas object following __pandas_priority__?

Currently an invalid comparison (eq and ne only) returns an np.ndarray[bool].In [5]: i = pd.Index([1, 2, 3], dtype='date...

Pandas ENH: .ewm add min() max() and count()

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas ENH: pd.Timedelta could issue warning when 'units' falls through to **kwargs

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUG: provide better error message for pd.Timedelta - pd.Series[Timestamp]

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas Timestamp incorrectly handles datetime64 with exotic units

Code Sample, a copy-pastable example if possible>>> pd.Timestamp(np.datetime64('2019-01-01', '6h'))Timestamp('1...

Pandas API: boolean ops with float dtype

# from #60234 OPser1 = pd.Series([False, False])ser2 = pd.Series([0.0, 0.1])ser1 | ser2 # <- works by casting floats...

Pandas ERR: Remove __invert__ operations on dtype=object?

Code Sample, a copy-pastable example if possible1) This is okay:~pd.Series([False, False, True, False], dtype=bool)Out[7...

Pandas BUG: Rolling variance is negative

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: Multindex difference not working on columns with type Timestamp[ns][pyarrow]

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas DEPR: restrict downstream usage of core.internals

There are some optimizations I'd like to make in core.internals (mostly making the signatures stricter so we can do less...

Pandas ENH: New method "ends" as a combination of “head” and "tail"

Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas DOC/ERR: better error message on unsuccessful datetime parsing

exceptions that are raised on unsuccessful datetime/timedelta parsing should add this:you can coerce to NaT by passing e...

Pandas API: Breaking Changes in 3.0 (without deprecations)

Discussed on today's call, this issue to discuss potential changes we may want to make in 3.0 that are too big or cumber...

Pandas API: Index.__array_wrap__ stop special-casing bool dtype

For the "just do in 3.0" pile. Index.__array_wrap__ reads def __array_wrap__(self, result, context=None): &qu...

Pandas Thousands separator for to_csv

Pandas exposes a thousands optional parameter to read_csv used to specify a custom thousands separator, so that 1,000 or...

Pandas Deprecate accepting None in pd.concat

pd.concat accepts iterables that may contain Series, DataFrame and None, where None are simply ignored.pd.concat([None, ...

Keras Doesn't Support Symbolic Tensors in Functional or Model Subclassing API

When using keras.ops.searchsorted within a Keras model built using the Functional API or subclassed tf.keras.Model, the ...

Keras Keras is unable to load a quantized model

Whenever we try to save a keras-hub model after quantization, we are unable to load the quantized model. I've tried from...
上一页 下一页
.