Aurora Blog
Home
Golang sync/WaitGroup: new feature WaitWithTimeout
2025-09-07 14:02:53
3340
Hi!I would like to have a WaitWithTimeout function in the standard sync/WaitGroup structure.Example:package mainimport (...
Golang unique: fatal error: found pointer to free object [1.23 backport]
2025-09-07 14:02:51
564
@mknyszek requested issue #69210 to be considered for backport to the next 1.23 minor release.@gopherbot Please open a b...
Golang maps: segmentation violation in maps.Clone [1.23 backport]
2025-09-07 14:02:49
467
@randall77 requested issue #69110 to be considered for backport to the next 1.23 minor release.@gopherbot Please open ba...
Golang maps: segmentation violation in maps.Clone [1.22 backport]
2025-09-07 14:02:47
467
@randall77 requested issue #69110 to be considered for backport to the next 1.22 minor release.@gopherbot Please open ba...
Pandas BUG: DatetimeIndex.get_indexer(timestamp[pyarrow])
2025-09-07 14:02:39
637
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: inconsistent behaviour of the method .idxmin between timedelta datatype & int datatypes
2025-09-07 14:02:36
5770
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas PERF: Potential room for optimizaing the performance of .loc with big non-unique masked index dataframe
2025-09-07 14:02:32
4615
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
Pandas DOC: Fix formatting errors in docstrings
2025-09-07 14:02:26
6936
Historically, there was no validation on how docstrings were written. Some conventions were usually followed, but as the...
Pandas Fix PR02 issues in docstrings
2025-09-07 14:02:24
27385
Fix the docstrings where an unknown parameter is documented (likely that they are typos, errors in the parameter format....
Pandas ENH/API: allow different values for labels/index in DF.reindex __OR__ raise error
2025-09-07 14:02:01
5543
Currently, DataFrame.reindex has three overlapping keywords:* labels* index* columnsI (naively) expected it to work to p...
Pandas "invalid dtype determination in get_concat_dtype" when concating dfs with certain columns
2025-09-07 14:01:49
8742
Code Sample, a copy-pastable example if possibleThere might be a simpler minimal example, but I was already really strug...
Pandas inplace kwarg must be of bool type, but other boolean kwargs don't have this restriction
2025-09-07 14:01:44
4420
Code Sample, a copy-pastable example if possibleUsing DataFrame.set_index as an example, but this applies to other metho...
Pandas no warning with invalid pd.set_option('display.max_colwidth')
2025-09-07 14:01:39
5855
Code Sample, a copy-pastable example if possibleimport pandas as pddf = pd.DataFrame(np.array([['foo', 'bar', 'bim', 'un...
Pandas DOC: inconsistent docs-string signatures for shared functions
2025-09-07 14:01:36
3525
xref #15580related to this is our inconsistent treatment of the actual args in shared doc strings, e.g.so the following ...
Pandas Multiarray searchsorted fails
2025-09-07 14:01:34
6532
Code Sample, a copy-pastable example if possiblepandas.MultiIndex([[0],["a"]], [[0],[0]]).searchsorted((1,&quo...
Pandas BUG: AssertionError: Did not expect new dtype float64 to equal self.dtype float64. Please report a bug
2025-09-07 14:01:31
8917
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Timestamp nanosecond attribute changes during a max operation
2025-09-07 14:01:28
5556
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas sum in pandas can concatenate strings
2025-09-07 14:01:20
1798
Possibly related: #13912This looks wrong to me -- probably a bug?In [36]: pd.Series(['a', 'b', 'c']).sum()Out[36]: 'abc'...
Pandas align with broadcast_axis specified always uses inner join when aligning dataframe and series on other axis.
2025-09-07 14:01:18
1609
Pandas version 0.18.1:In[1]: import pandas as pdIn[2]: df = pd.DataFrame(np.array([[1., 2.], [3., 4.]]), columns=list('A...
Pandas BUG: Incorrect factorization for ordinal vs nominal variable
2025-09-07 14:01:15
3987
[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...
上一页
下一页
1
…
78
79
80
81
82
…
386
.