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

Prepare for pandas 2.0 update #11

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

digicosmos86
Copy link
Contributor

zentables has become incompatible with a recent update of pandas. Since pandas 2.0 is releasing soon, zentables is updated to be compatible with pandas==2.0.0rc1. More tests need to be done to ensure compatibility with the official 2.0 release, but this PR includes some important updates to the package:

  • Switched from poetry to hatch to manage environments, builds, and publishing
  • Switched to ruff instead of flake8 for linting (it is awesome!!)
  • Updated GitHub actions
  • Compatibility updates with pandas 2.0
  • Modularized source code

@digicosmos86 digicosmos86 linked an issue Apr 1, 2023 that may be closed by this pull request
5 tasks
@digicosmos86 digicosmos86 requested a review from khwilson April 1, 2023 20:52
@digicosmos86 digicosmos86 self-assigned this Apr 1, 2023
@digicosmos86 digicosmos86 added the enhancement New feature or request label Apr 1, 2023
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
None yet
Development

Successfully merging this pull request may close these issues.

zentables 0.3.0 beta updates TypeError: _translate() takes from 3 to 6 positional arguments but 7 were given
1 participant