Pandas DEPR: make Timestamp arguments (especially unit) keyword-only

Looking at #31929, we can fix the specific case there, but there is a long tail of mixed-and-match positional/keyword ar...

Pandas BUG: pivot_table with margins=True on empty DataFrame results in ValueError

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

Pandas BUG: USFederalHolidayCalendar.holidays inconsistently returns Index and not DateTimeIndex

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

Pandas BUG: concat doesn't preserve attrs (as alternative for append deprecated in 1.4)

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

Pandas API: pd.Series([py_date, py_datetime]) vs pd.Index([py_date, py_datetime])

ts = pd.Timestamp.now()vals= [ts.date(), ts.to_pydatetime()]ser = pd.Series(vals) # <- dt64 dtypeidx = pd.Index(vals...

Pandas Index(SparseArray([int])) has object type

In [2]: pd.Index(pd.SparseArray([1, 2]))Out[2]: Index([1, 2], dtype='object')Should this be an Int64Index?Comment From: ...

Pandas BUG: can't pass Colormap instance when plotting if using matplotlib >= 3.6

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

Pandas TST: rewrite test_expressions.py to use pytest idioms

The test_expressions.py test file could be updated to use some more pytest features (eg using fixtures for the test data...

Pandas check_names=False parameter for pandas.util.testing.assert_frame_equal applies to index.names but not columns.names

edit by @TomAugspurgerThe check_names docstring for pandas.util.testing.assert_frame_equal is unclear:check_names : bool...

Pandas BUILD:

Installation check[X] I have read the installation guide.Platformaws lightsailInstallation Methodpip installpandas Versi...

Pandas BUG:

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

MyBatis-Plus [错误报告]: 使用 Proguard 混淆代码后,PaginationInnerInterceptor 分页插件分页功能失效

确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题当前程序版本Proguard + mybat...

Spring Cloud Openfeign spring cloud 2023.0.5 dependency issue. This version bring feign-hc which has an dependency to hc-5.4.

spring cloud 2023.0.5 breaks the contract of bringing only patching versions.by bringing hc-5.4 it also bring the non fi...

Spring Security Spring Security and Error Handling

Spring Security requires authorization for every request and every dispatch type by default. This is by design, but it c...

Spring Security AuthenticationWebFilter executes filter chain twice per request

I've noticed this for some time in my application logs and thought I was just misconfiguring Spring Security WebFlux som...

Spring AI Enhance Tool Calling with Parameter Binding and Authentication Support

The current Spring AI tool calling mechanism (as documented here) is a powerful way to extend the capabilities of AI mod...

SpringBoot Section link to Parameter Name Discovery within the Spring Boot 3.2 Release Notes is wrong

Within the Spring Boot 3.2 Release Notes, the link within the Parameter Name Discovery section is incorrect.https://gith...

Spring GenericTypeResolver Since 6.2.0, generics cannot be obtained correctly in multi-layer interface inheritance (possible regression of #24963)

Minimal sample application: https://github.com/fangzhengjin/spring-framework-issues-34386Start the program and execute t...

Spring Improve AnnotatedMethod#equals and HandlerMethod CORS lookups

After #34277, lookups by HandlerMethod for CORS configuration began to fail for HandlerMethod extensions like Boot's Web...

Spring Retry: back to async queue

I want to propose a feature where you can tell the @Async annotation to put a Job at the end of the executor queue.Why?I...
上一页 下一页
.