Pandas DOC: Enforce Numpy Docstring Validation | pandas.Timestamp

DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063Pandas has a script for validating docstrings in code_check...

Pandas BUG: Convertion fails for columns with datetime64[ms]

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

Pandas WEB: Multiple "Getting Started" on pandas.io leads to different links

Another piece of feedback from the CZI EOSS kickoff meeting that @WillAyd and I attended:The current https://pandas.io/ ...

Pandas BUG: tz-aware series with NaT raises exception on .to_numpy("datetime64")

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

Keras Improved Backend Checking

Before :requires_trainable_backend = pytest.mark.skipif( backend() == "numpy" or backend() == "openvino", reason="...

Keras Ensured torch import is properly handled

Before :try: import torch # noqa: F401except ImportError: passAfter :try: import torch # noqa: F401except Imp...

Keras EarlyStopping with list of metrics to monitor

In addition to this example:callback = keras.callbacks.EarlyStopping(monitor='val_loss')Allow monitoring of multiple met...

Keras training with multiple losses

Hello,I frequently run into the same issue: I have a model with a single output and would like to use multiple weighted ...

Keras BlackDuck reports arbitrary file write vulnerability in "get_file" function

Duplicate of #20795 but the original issue has already been closed without resolution.The issue is still present in our ...

Keras Inconsistencies with the behavior of bias initializers, leading to poor performance in some cases

Hello,I've noticed some (potentially harmful) inconsistencies in bias initializers when running a simple test of the ker...

MyBatis-Plus [功能改进]: 可否在Service中使用非泛型Bean类型查询返回?

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

Spring Cloud Config Unable to use git and aws secret manager together for config

i have set profiles active as compositecomposite type 0 gitcomposite type 0 uri gituricomposite type 0 cloneOnStart true...

Spring Security Add a Null-Returning MethodAuthorizationDeniedHandler

By default @HandleAuthorizationDenied uses an exception-throwing implementation. Another useful implementation would be ...

Spring Security AuthorizationProxyFactory.proxy should return the same type that is passed into the method

This would make it type safe for consumers of the API. Instead ofService service = (Service) factory.proxy(new Service()...

Spring Security filter is applied to paths that should be allowed in http security configuration with new SS 6.4.3

Describe the bugthis is how I configure http security using the SS 6.4.3 @Bean open fun securityFilterChain(http: Http...

Spring AI AdvisedRequest.userText is not populated under some ChatClient Configurations.

Bug descriptionUnder some configurations of ChatClient, AdvisedRequest.userText is not populated, resulting in a message...

SpringBoot Clarification on Kotlin support

Hello Spring Boot team- While I am aware of the System Requirements and Kotlin Support documentation, I am wondering whe...

SpringBoot Support Monitoring of HttpClient with HttpComponentsClientHttpRequestFactoryBuilder

In Spring Boot 3.4 the HttpComponentsClientHttpRequestFactoryBuilder used by RestClient does not provide the capability ...

SpringBoot Empty maps in YAML configuration are mapped as null

Description of issueAs of spring boot version 3.4.0, empty maps are mapped to configuration properties classes as null w...

SpringBoot Review SSL info contribution and its use of management.health.ssl.certificate-validity-warning-threshold

Having a management.health.ssl property affect SSL info doesn't feel quite right, particularly as it's management.info.s...
上一页 下一页
.