Skip to content

Commit c13d6dd

Browse files
authored
Upgrade to version 1.4.0
Upgrade to version 1.4.0
2 parents fb0d66f + afaff5f commit c13d6dd

File tree

88 files changed

+3511
-553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+3511
-553
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.0] - 2023-03-29
9+
10+
### Changed
11+
12+
- Python library updates
13+
- Upgraded Python runtime to 3.9
14+
- Using `performAutoML` field in creating solutions now logs error, but proceeds to build the solution. This field is deprecated by the service.
15+
16+
### Added
17+
18+
- Github [issue #16](https://github.com/aws-solutions/maintaining-personalized-experiences-with-machine-learning/issues/16) `tags` are supported for all component types, for example, dataset group, import jobs, solutions, etc. Root-level tags are also supported in the config.
19+
- "UPDATE" model training is supported for input solutions trained with the User-Personalization recipe or the HRNN-Coldstart recipe.
20+
821
## [1.3.1] - 2022-12-19
922

10-
### Fixed
23+
### Fixed
1124

1225
- GitHub [issue #19](https://github.com/aws-solutions/maintaining-personalized-experiences-with-machine-learning/issues/19). This fix prevents AWS Service Catalog AppRegistry Application Name and Attribute Group Name from using a string that begins with `AWS`, since strings begining with `AWS` are considered as reserved words by the AWS Service.
1326

1427
### Changed
1528

1629
- Locked `boto3` to version `1.25.5`, and upgraded python library packages.
1730

18-
1931
## [1.3.0] - 2022-11-17
2032

2133
### Added

0 commit comments

Comments
 (0)