Aurora Blog
Home
Pandas ENH: pd.Timedelta could issue warning when 'units' falls through to **kwargs
2025-07-17 14:04:02
1292
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]
2025-07-17 14:04:00
4454
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
2025-07-17 14:03:58
6103
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
2025-07-17 14:03:56
537
# 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?
2025-07-17 14:03:55
3359
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
2025-07-17 14:03:53
3769
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]
2025-07-17 14:03:51
3394
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
2025-07-17 14:03:44
2998
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"
2025-07-17 14:03:39
1159
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
2025-07-17 14:03:37
6265
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)
2025-07-17 14:03:34
1673
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
2025-07-17 14:03:32
596
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
2025-07-17 14:03:30
3523
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
2025-07-17 14:03:28
1951
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
2025-07-17 14:03:25
1187
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
2025-07-17 14:03:13
2645
Whenever we try to save a keras-hub model after quantization, we are unable to load the quantized model. I've tried from...
Keras Encountering NaN metrics during training with tf.distribute.MirroredStrategy
2025-07-17 14:03:11
1204
Hi!I have stumbled upon a pretty annoying issue when training a model using tf.distribute.MirroredStrategy.Fundamentally...
Keras Trainer.evaluate and Trainer.metrics_names do not interact as specified in the docs
2025-07-17 14:03:05
2261
From the docstring of evaluate's return in the base trainer class: Returns: Scalar test loss (if the model has...
Gin How can I bind from form-data with array objects ?
2025-07-17 14:03:02
1862
I have form-data like send by using postman. But I don't know how to create struct to bind that dataAnyone can have me p...
Gin Binding array of objects from post form
2025-07-17 14:02:58
4235
DescriptionAre there a possibility to bind post form values from array of objects using gin?How to reproduceI have post ...
上一页
下一页
1
…
105
106
107
108
109
…
271
.