Stanley F

Results 29 issues of Stanley F

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Docs
Apply

This one may be a meta-issue collecting several dependent issues that have to be solved to provide the new feature. I discovered those when trying to find a quick fix...

This fixes #1001 I omitted explicitly calling `math.floor()`, since the result gets cast to int anyway.

## General information - Terminal program: tmux 3.4 (tmux-256color) - Operating system: Linux (6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 GNU/Linux) - ZSH framework: oh-my-zsh master...

On case-sensitive file systems, loading a scenario file with upper case `.SCN` extension (like provided by bluesky itself) fails with a file not found exception since the method for reading...

When pressing ESC in settings window the application crashed due to missing attribute.

Consider the following scenario running with the current master 849d76fd: ``` 0:00:00.00>PAN EHAM 0:00:00.00>CRE ACIFL A320 EH625 182 5000 250 0:00:00.00>ACIFL ADDWPT EH630 0:00:00.00>ACIFL ADDWPT EHAM/RW18C 0:00:00.00>ACIFL DEST EHAM 0:00:00.00>ACIFL...

## What is the current behavior? For a request with keyterms, I get the following error: ``` DeepgramApiError: DeepgramApiError: Keyterm limit exceeded. The maximum number of tokens across all keyterms...

Since scipy version 1.14.0, the `scipy.linalg.eigh` method does [no longer accept](https://docs.scipy.org/doc/scipy-1.14.0/reference/generated/scipy.linalg.eigh.html) the `eigvals` parameter (it's been marked as [_deprecated_ since 1.5.0](https://docs.scipy.org/doc/scipy-1.5.0/reference/generated/scipy.linalg.eigh.html?highlight=deprecated#scipy.linalg.eigh)), which is used here: https://github.com/SeldonIO/alibi-detect/blob/ecb3bcc59d429bc978bac32380bcc47aa21aa239/alibi_detect/od/mahalanobis.py#L272 The solution is also...

The following implementation for the `fit`-method's parameter validation raises an exception when there is no `cat_vars` parameter given in the object's constructor: https://github.com/SeldonIO/alibi-detect/blob/ecb3bcc59d429bc978bac32380bcc47aa21aa239/alibi_detect/od/mahalanobis.py#L125-L126 However, the [documentation](https://docs.seldon.io/projects/alibi-detect/en/latest/od/methods/mahalanobis.html#Initialize) says (emphasize mine): >...