New major version 2.x #44
cmars
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I open-sourced this project over 15 years ago and it shows. Python itself, the community, conventions and tooling around it have grown and evolved considerably since then. I've seen several requests which seem to be caused by this -- trying to use PySTDF in Jupyter for example.
So I'd like to modernize things a bit. That will require a new major version bump. In the process, I'd like to focus the scope of the project and improve it's quality.
Here's my plan:
Packaging
Focus
Drop GUI support from v2. GUI library compatibility is harder to support, it brings in dependencies that many users probably do not need or want, and it's no longer something I'm interested in spending any time on.
Instead of a GUI, I think a Pandas DataFrame integration would be useful. I might not get around to writing one, but I'd accept a contribution here.
Beta Was this translation helpful? Give feedback.
All reactions