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

Use upload-artifact v4 #3016

Closed
wants to merge 11 commits into from
Closed

Use upload-artifact v4 #3016

wants to merge 11 commits into from

Conversation

ptsavol
Copy link
Member

@ptsavol ptsavol commented Nov 28, 2024

Bundle maker action now uses upload-artifact v4.

  • Updated embedded Python version to 3.12.7
  • Embedded Python now includes pandas and spinedb-api

Fixes #3000

Checklist before merging

  • Documentation is up-to-date
  • Release notes have been updated
  • Unit tests have been added/updated accordingly
  • Code has been formatted by black & isort
  • Unit tests pass

- This is the first version with still a lot of broken and missing features. There's a new ToolboxUIBase
class, which contains a QStackedWidget with two QMainWindow pages. The Main window is now
either in 'expert mode', which is the old ToolboxUI main window, or  in 'user mode', which is a brand
new ToolboxUILite main window.

- Fixed the resizing problem in Properties dock widget

Re #2794
# Conflicts resolved in:
#	spinetoolbox/main.py
#	spinetoolbox/ui_main.py
#	tests/mock_helpers.py
- Call SetPos after a Group moves when an item in the Group is moved
- Fix Renaming Groups
- Fix Ungrouping
# Fixed conflicts in:
#	spinetoolbox/resources_icons_rc.py
#	spinetoolbox/ui/mainwindow.py
#	spinetoolbox/ui/mainwindow.ui
#	spinetoolbox/ui_main.py
#	spinetoolbox/widgets/custom_qtextbrowser.py
#	tests/mock_helpers.py
#	tests/test_SpineToolboxProject.py
#	tests/test_ToolboxUI.py
# Fixed conflicts in:
#	spinetoolbox/resources_icons_rc.py
#	spinetoolbox/ui/mainwindow.py
#	spinetoolbox/ui/mainwindow.ui
@ptsavol ptsavol self-assigned this Nov 28, 2024
@ptsavol ptsavol marked this pull request as draft November 28, 2024 15:19
@ptsavol ptsavol closed this Nov 28, 2024
@ptsavol ptsavol deleted the issue_3000 branch November 28, 2024 18:03
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.

upload-artifact/download-artifact v3 will be dropped by 5 Dec 2024
1 participant