Skip to content

Commit

Permalink
Release 0.9.2 (#3030)
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen authored Jan 7, 2025
2 parents ffa76d0 + 36c0ff2 commit deda538
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,30 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)

### Added

- [Bundled App] **Embedded Python** now includes spinedb-api and pandas in addition to ipykernel and jill.
- Support PySide 6.8.1
- Tools now support executing programs where the main program file is not in the work directory root, but
in a subfolder. You can use this feature by setting a 'root directory path' for a Tool in **Tool Properties**.

### Changed

### Deprecated

### Removed

- The Filter button has been removed from Spine Database Editor's toolbar.
The functionality was broken anyhow and has been superseded by filtering from the Scenario tree.

### Fixed

### Security

## [0.9.2]

### Added

- [Bundled App] **Embedded Python** now includes spinedb-api and pandas in addition to ipykernel and jill.
- Support PySide 6.8.1
- Tools now support executing programs where the main program file is not in the work directory root, but
in a subfolder. You can use this feature by setting a 'root directory path' for a Tool in **Tool Properties**.

### Removed

- The Filter button has been removed from Spine Database Editor's toolbar.
The functionality was broken anyhow and has been superseded by filtering from the Scenario tree.

## [0.9.1]

### Changed
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies = [
"PySide6 >= 6.5.0, != 6.5.3, != 6.6.3, != 6.7.0, != 6.8.0",
"jupyter_client >=6.0",
"qtconsole >=5.1",
"spinedb_api>=0.32.1",
"spine_engine>=0.25.0",
"spinedb_api>=0.32.2",
"spine_engine>=0.25.1",
"numpy >=1.20.2",
"matplotlib >= 3.5",
"scipy >=1.7.1",
Expand All @@ -26,7 +26,7 @@ dependencies = [
"Pygments >=2.8",
"jill >=0.9.2",
"pyzmq >=21.0",
"spine_items>=0.23.1",
"spine_items>=0.23.2",
]

[project.urls]
Expand Down

0 comments on commit deda538

Please sign in to comment.