Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
DanicaSTFC committed Jan 6, 2025
2 parents 737f1bc + 6905536 commit aa22171
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.11]
python: [3.8, 3.11]
qtbindings: ['PySide2', 'PyQt5']
steps:
- uses: actions/checkout@v4
Expand Down
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# Version 2.0.0

Bugfix:
- Change SessionDirectorySelectionDialog `.open()` call to `.exec()` (#163, #165)

Backend:
- Use `qtpy` as virtual Qt binding package. GHA unit tests are run with PySide2 and PyQt5 (#146)
- Add environment yml files (#146)
- Rename `/scripts` directory to `/recipe` (#161)

Documentation:
- Update `CONTRIBUTING.md` with detailed installation and contribution instructions (#161, #146)
- Update README.md and add documentation file (#146)
- Add `pyqt_env.yml` and `pyside_env.yml` environment files (#146)
- Update `CONTRIBUTING.md`, `README.md` and add documentation file (#146)

Dependencies:
# Version 1.0.2
- Upgrade python to 3.8 in `test.yml` (#171)
- Rename `/scripts` directory to `/recipe` (#161)
- Update `CONTRIBUTING.md` with detailed installation and contribution instructions (#161)
- Limit Python version to <3.12 in conda recipe (#161)

- Change SessionDirectorySelectionDialog `.open()` call to `.exec()` (#163, #165)

# Version 1.0.1
- Add NoBorderScrollArea, example and tests (#155)
Expand Down

0 comments on commit aa22171

Please sign in to comment.