-
Notifications
You must be signed in to change notification settings - Fork 1
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
Enhancements / ideas for v3 #5
Comments
For the packaging with |
Notes from today's meeting (and added to the todo list above):
Will probably need some N/A as well - or a default? For a default, we could guess what was used based on the wavelengths... Save this selection the |
PR #27 first introduces an automatic release workflow with upload to PyPi (commented out for testing) and release on GitHub. Packaging is done with box. These releases (without installers) should only be RCs. Connected to trappitsch/box#33 |
Closed with #28 |
This program has run well for quite some time now, however, dependencies are out of date. Also, packaging and releasing with
fbs
is clunky and better ways exist these days.The following are a collection of ideas to extend the functionality for the next major version.
rimsschemedrawer
can be installed without the need for any graphical environment.matplotlib
to draw the plot and fix issues that have let to the pinned versionPyApp
for distribution. This is much smoother. However, it will require that the computer the software is installed on is connected to the Internet, which is okay in my opinion.pipx
.PyApp
bundles (released on GitHub releases)tkinter
version, ...)The GUI itself is still okay and saving/loading should not be changed.
The text was updated successfully, but these errors were encountered: