Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Jul 2, 2024
1 parent c09d43d commit a2e5087
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

### Added

- Entity group -column in *Add entities* -dialog. If filled, the created entity will be added to the specified group.
- Entity group column in *Add entities* dialog. If filled, the created entity will be added to the specified group.
If the group doesn't yet exist, it will be created.
- Native kernel (i.e. python3 for Python) can now be used in the Detached Console or in Tool execution.
- [Bundled App] **Embedded Python** now includes pip.
- Graph view in database editor now also supports filtering by alternative- and scenario tree selections.
- Mapping Name -source type in importer.
- Graph view in database editor now also supports filtering by alternative and scenario tree selections.
- Mapping Name source type in importer.
- Importer has now an option to import entity alternatives.

### Changed

- Database editor's hamburger menu has been converted into a menubar beneath the tab bar. The URL toolbar has also
been replaced with a toolbar that houses different buttons.
- One dimensional entities can now also be added through *Parameter value* and *Entity alternative* -tables.
- One dimensional entities can now also be added through *Parameter value* and *Entity alternative* tables.

### Deprecated

Expand All @@ -37,8 +38,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

### Added

- A button next to each entity class in **Entity Tree** that opens the *Add entities* -dialog.
- Alternative -column in *Add entities* -dialog. If filled, the created entity will be set active in that alternative.
- A button next to each entity class in **Entity Tree** that opens the *Add entities* dialog.
- Alternative -column in *Add entities* dialog. If filled, the created entity will be set active in that alternative.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion spinetoolbox/project_upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def upgrade_v2_to_v3(self, old, project_dir, factories):
new["items"][item_name] = old_item_dict
if item_type == "Importer":
mappings = old_item_dict.get("mappings")
# Sanitize old mappings, as we use to do in Importer.from_dict
# Sanitize old mappings, as we used to do in Importer.from_dict
if mappings is None:
mappings = list()
# Convert table_types and table_row_types keys to int since json always has strings as keys.
Expand Down

0 comments on commit a2e5087

Please sign in to comment.