Spring Support API Versioning in Request Mappings

Support declaring API versions through a @RequestMapping attribute, and configuring all aspects of API versioning in Spr...

Spring Proposal to improve performance optimization of AbstractHandlerMethodMapping mapping matching

HelloFirst of all, thank you for your great work on Spring-WebMVC. The request mapping mechanism has served developers ...

Pandas ENH: Add a ratio() Method for Series and dataframes. Alternatively, consider removing similar methods at this functionality level (e.g. diff() and pct_change())

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

Pandas BUG: Collision between equivalent frequencies 'QS-FEB' and 'QS-NOV'

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

Keras Custom child layers are already built at instantiation when the parent has not state, even if the subclass expects build.

Since Keras 3.6.0 (commit 19ba3d1 and PR #20175), some layers with no state are built at instantiation (self.built = Tru...

Spring Security Method Security does not switch to Interface Proxies for final Classes

If Spring Security's method security is used on a final class that implements an interface it fails. Instead it should c...

Spring AI Match OPENAI_BASE_URL with OpenAI

Expected BehaviorI would like Spring's OPENAI_BASE_URL related parameters to end with /v1, possibly for migration ease, ...

Spring AI Documentation: "spring.data.redis.uri" must be "spring.data.redis.url"

The correct property name is url, not uri. Document to review: https://github.com/spring-projects/spring-ai/blame/bed1db...

Spring AI native image regression between M5 and M6

Hello,Bug descriptionFrom 1.0.0-M6, compiling a native image, using OpenAI, fails at runtime withServlet.service() for s...

Spring ConstraintViolationException occurs instead of HandlerMethodValidationException for header validation

SummaryWhen validating HTTP headers in a controller method parameter, a ConstraintViolationException is thrown instead o...

Pandas ENH: provide nunique method on Rolling object

GroupBy objects expose a nunique method of Series/DataFrame (and also for resample it works), but Rolling does not:In [8...

Pandas BUG: pd.api.types.infer_dtype on scalar input

ContextI was trying to identify data types in columns with mixed data types:df.map(pd.api.types.infer_dtype)Pandas versi...

Pandas BUILD: installation using wheels fails when using nix + uv2nix

Installation check[x] I have read the installation guide.PlatformLinuxInstallation MethodOtherpandas Version2.2.3Python ...

Pandas PERF: why nlargest is so slower?

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

Pandas PERF: Surprisingly slow nlargest with duplicates in the index

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

Pandas BUG: str.fullmatch behavior is not the same for object dtype and string[pyarrow] 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: sometimes when using ~ and & operators for indexing it evaluated incorrectly

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

Pandas BUG: Printing float16 with NumPy>=2.0 gives overflow warning

print(pd.Series([1.0], dtype="float16"))# RuntimeWarning: overflow encountered in cast np.array([1.0], dtype="float16") ...

Pandas BUG: OverflowError: value too large to convert to int when manipulating very large dataframes

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