-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up icons and prepare for full release (#28)
* move icons to src and associate with GUI main window * update release workflow * bump version to v3.0.0 * update requirements * update box-packager to v0.3.0 * update release text
- Loading branch information
1 parent
61d3b7d
commit 9052a25
Showing
10 changed files
with
37 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "rimsschemedrawer" | ||
version = "3.0.0rc1" | ||
version = "3.0.0" | ||
description = "Drawing of RIMS schemes in python and/or with a Python GUI." | ||
authors = [ | ||
{ name = "Reto Trappitsch", email = "[email protected]" } | ||
|
@@ -45,7 +45,7 @@ dev-dependencies = [ | |
"pytest-cov>=4.1.0", | ||
"requests>=2.31.0", | ||
"rttools @ git+https://github.com/trappitsch/rttools", | ||
"box-packager>=0.2.0", | ||
"box-packager>=0.3.0", | ||
] | ||
|
||
[tool.rye.scripts] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
Release of RIMSSchemeDrawer `v3.0.0rc1` | ||
Release of RIMSSchemeDrawer `v3.0.0` | ||
|
||
This is the first release candidate for the new version of the RIMSSchemeDrawer. | ||
It should be fully compatible with the previous version's config files, however, discrepancies might occur since the ionization potential is now coded into the drawer itself and cannot be user selected anymore. Be aware of changes. | ||
This is the new RIMSSchemeDrawer `v3.0.0` release. The main user features that are new are the following: | ||
|
||
Currently, executables for Linux, Windows, and MacOS are published, however, these are not installers yet. The full release will include installers that place the program nicely for you. | ||
- Figures can be plotted in light and dark mode with transparent or solid backgrounds (useful for presentations). | ||
- The ionization potential is automatically filled and not anymore user supplied. For details on ionization potential, see the [RIS database website](https://rims-code.github.io). | ||
- Proper documentation of the program is available [here](https://rimsschemedrawer.readthedocs.io/en/latest/). | ||
- Config files loading and saving are compatible with submitting schemes for the [RIS database website](https://rims-code.github.io). | ||
- Lasers that were used can now be selected (mainly important for database submission). | ||
- The program is not only available as a pre-packaged installer, but can also be installed directly from `pypi` (see [docs](https://rimsschemedrawer.readthedocs.io/en/latest/install.html)). | ||
|
||
As always, if you find any issues, please report them and have fun with the new version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Binary file not shown.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters