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

Modernize #35

Merged
merged 27 commits into from
Apr 24, 2023
Merged

Modernize #35

merged 27 commits into from
Apr 24, 2023

Conversation

jerry-git
Copy link
Owner

  • Support only Python 3.10+
  • Prefer f-strings, get rid of format()
  • Use ZoneInfo from the Standard Library, get rid of pytz
  • GHA based CI, get rid of Travis
  • Pre-commit with black and pyupgrade (3.10+) hooks
  • Fix debugging related notebooks (traditional breakpoints don't work anymore)
  • Fix testing related notebooks (ipytest has new API)
  • Bunch of other minor updates

@jerry-git jerry-git merged commit 6a99ee9 into master Apr 24, 2023
This was referenced Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant