Skip to content
New issue

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

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

Already on GitHub? # to your account

update to use newer versions of dependencies #87

Merged
merged 7 commits into from
Feb 6, 2024
Merged

Conversation

jbloom
Copy link
Member

@jbloom jbloom commented Feb 6, 2024

1.5.0

  • Remove use of deprecated scipy functions like flip to use numpy alternatives instead (fixes this issue).
  • Re-format code with latest version of black.
  • Lint with ruff rather than flake8
  • Add pyarrow as dependency as required by pandas.
  • Tweaks to work with new versions of pandas and plotnine
  • Test with GitHub Actions rather than Travis CI

@jbloom jbloom linked an issue Feb 6, 2024 that may be closed by this pull request
@jbloom jbloom merged commit f5e0a8f into master Feb 6, 2024
1 check passed
@jbloom jbloom deleted the update-versions branch February 6, 2024 23:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deprecation warning scipy.flip() is deprecated
1 participant