Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #339

Merged
merged 20 commits into from
Oct 28, 2024
Merged

Develop #339

merged 20 commits into from
Oct 28, 2024

Conversation

guillermo-navas-palencia
Copy link
Owner

Jorge Suit and others added 20 commits March 10, 2024 16:53
…lt.savefig

```
plt.savefig(savefig, **save_kwargs)
```
…a bad practice. Changing to save_kwargs=None
Has been deprecated for 5+ years and has been removed in recent
setuptools versions.

See pypa/setuptools#4519
Remove `tests_require`, it is essentially deprecated and wasn't used.

See pypa/setuptools#931, it's likely to be
removed soon.
FutureWarning: The provided callable is currently using SeriesGroupBy.min.
In a future version of pandas, the provided callable will be used directly.
To keep current behavior pass the string "min" instead.
Fix auto-casting scalars to arrays for the folloing deprecation warning.

DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future.
Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
Address future warning by casting to pd.Series first.

FutureWarning: pandas.value_counts is deprecated and will be removed in a future version. Use pd.Series(obj).value_counts() instead.
Resolve the deprecation warnings

MatplotlibDeprecationWarning: Passing label as a length n sequence when plotting a single dataset is deprecated in Matplotlib 3.9 and will error in 3.11.
To keep the current behavior, cast the sequence to string before passing.

See https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.9.0.html#legend-labels-for-plot
cvxpy no longer includes ecos by default. Users needing this
functionality will have to install the extra.

See https://www.cvxpy.org/updates/index.html#ecos-deprecation
Do not mark 3.7 and 3.8 as explicitly supported in the classifiers.

The package is still installable on python 3.7 plus but may experience dependency issues
as current versions of some dependencies are not functional on these versions
Allow numpy 2.0+ and fix deprecation warnings
@guillermo-navas-palencia guillermo-navas-palencia added the enhancement New feature or request label Oct 28, 2024
@guillermo-navas-palencia guillermo-navas-palencia added this to the v0.20.0 milestone Oct 28, 2024
@guillermo-navas-palencia guillermo-navas-palencia merged commit 67e766f into master Oct 28, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants