Pandas ENH: Pass col_len to on_bad_lines callable

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

Pandas BUG: groupby with dropna=False and pa.dictionary drops NA values

df = pd.DataFrame({'A': ['a1', pd.NA]}, dtype=pd.ArrowDtype(pa.dictionary(pa.int32(), pa.utf8())))print(df.groupby(&quot...

Pandas ENH: Add to_numeric_br() function to convert Brazilian-formatted numbers

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

Pandas Rolling groupby should not maintain the by column in the resulting DataFrame

I found another oddity while digging through #13966.Begin with the initial DataFrame in that issue:df = pd.DataFrame({'A...

Pandas "ValueError: Must have equal len keys and value when setting with an iterable" when updating an object type cell using .loc with a nd.array

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

Keras Optimizer don't have apply() method

Environment:Python 3.12.7Tensorflow 2.16.1Keras 3.8.0 Problem:All optimizers from tf.keras.optimizers do not have a meth...

Keras Error with variable.regularizer in keras.layers.TFSMLayer

I created a universal sentence encoder layer as an instance of keras.layers.TFSMLayer and used it in a binary classifier...

Keras Test Failures in the Latest Release (v3.8.0) Test Suite

SummaryWhile attempting to install Keras in editable mode and execute its test suite, several tests failed. Below is a d...

Keras ValueErrors when calling Model.export() for TF SavedModel format on Keras Models with dict inputs

ProblemThe Model.export() API in Keras 3 supports exporting to a TensorFlow SavedModel artifact for inference. When tryi...

Keras Tensorboard not working with Trainer Pattern

I'm using the Keras Trainer pattern as illustrated here. The issue when using this pattern is that when you use Tensorbo...

Gin Duplicate CORS response headers

I use gin-contrib/cors pkg to handle cross-origin requestsI used ReverseProxy to proxy downstream services in the projec...

MyBatis-Plus [功能改进]: 多租户插件的查询使用索引的优化

确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进在多租户的数据中,...

MyBatis-Plus [错误报告]: WITH RECURSIVE 和多租户插件冲突

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

Redis Why does RedisModule_GetClientInfoById return int instead of RedisModuleClientInfo?

@gkorland - could you please take a look?REDISMODULE_API int (*RedisModule_GetClientInfoById)(void *ci, uint64_t id) RED...

Spring Security mapToUser/mapToGrantedAuthority in JdbcUserDetailsManager to become protected

Expected BehaviorI'd like to be able to override mapToUser and mapToGrantedAuthority in order to be able to customize ho...

Spring Security Replace Hardcoded 403 in Http403ForbiddenEntryPoint with HttpStatus.FORBIDDEN.value()

SummaryIn BasicAuthenticationEntryPoint and DelegatingAuthenticationEntryPoint, HTTP status codes are returned using Htt...

Spring Security Bug Report: Duplicate Primary Key Exception in Webauthn4J Authentication

Describe the BugWhen attempting to authenticate using the following method:public PublicKeyCredentialUserEntity authenti...

Spring AI Milvus Vector -Missing Properties in MilvusVectorStoreAutoConfiguration

DescriptionIn MilvusVectorStoreAutoConfiguration, the @Bean method for MilvusVectorStore only passes .initializeSchema(p...

Spring AI OpenAI uri error while put the baseurl with ".../v1"

Bug description404 - {"timestamp":1739777658784,"status":404,"error":"Not Found"...

SpringBoot Externalization of authExceptionRetryInterval for listeners and other improvements

Expected BehaviorI would like to suggest externalizing the authExceptionRetryInterval property used in the org.springfra...
上一页 下一页
.