Spring Upgrade to JUnit 5.12

Upgrade to JUnit 5.12 once it's released (expected release date: February 21, 2025).

Pandas Raise ValueError for read_json and orient='table' With Numeric Column Names

Code Sample, a copy-pastable example if possibledf = pd.DataFrame([[1,2,3,4]], columns=[5,6,7,8])df.to_json('test.json',...

Pandas BUG: TypeError: Cannot convert numpy.ndarray to numpy.ndarray

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

Pandas BUG: Docs won't build (Unexpected warning in user_guide/timeseries.rst)

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

Pandas BUG: Series constructor incorrectly assumes that any dtype with .kind == 'V...' is a “compound dtype”

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

Pandas BUG: pd.Series.rename(..., inplace=True) returns a pd.Series and not nont

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

Keras What is the python package google used for?

The package was added to requirements.txt in https://github.com/keras-team/keras/commit/699e4c3174976d9b308a60458259a0e8...

Spring AI OllamaEmbeddingModel - Duration validation not aligned with the Ollama Docs

Bug descriptionIn the documentation of Ollama ( https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-keep-a-m...

Spring AI Cannot disable auto configuration of Azure OpenAI chat client.

Bug descriptionI'm trying to do manual configuration of the Chat clients so I have set the following in application.prop...

Spring AI Support for qianfan V2 versions

Search on GitHub IssuesI have conducted a quick search on GitHub issues and did not find any existing requests for suppo...

SpringBoot ~@TestPropertySource executed after EnvironmentPostProcessor#postProcessEnvironment~

My spring application reads a property (let's call my-property) before the application context starts. I've a class that...

Spring Improve BeanFactory/ObjectProvider to treat the only one default candidate as effectively @Primary

We can inject the default candidate when other candidates are non-default, but there is no way to get the default candid...

Pandas BUG: pd.Series.isnumeric() doesn't work on decimal value strings

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

Pandas BUG: ValueError when accessing dataFrame with array attribute

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

Pandas Excel formula injection in pandas .to_excel()

Code Sampleimport pandas as pddf = pd.DataFrame([ "simple string", "=2+5+cmd|' /C calc'!A0",])...

Pandas BUG: datetime64 can't be compared with pyarrow-backed variant

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

Pandas DOC: Missing documentation for pandas styler properties

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: assignment fails with copy_on_write = True

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

Keras 🚀OpenVINO Backend: GFIs for Further Development🚀

🚀A great opportunity to contribute to two popular AI projects with just one PR:: Keras 3 and OpenVINO.🚀 Keras 3 enables ...

Spring Cloud Config the @RefreshScope on bean make annonation @ConditionOnMissingBean inaffective but some annonation like @ConditionOnProperty works well

When I add @RefreshScope on a bean as well as @ConditionOnMissingBean(A.class), though A.class and bean a is in spring ...
上一页 下一页
.