Skip to content

Commit 265a030

Browse files
committed
prep for release
1 parent cedd209 commit 265a030

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Unreleased
22
----------
33
-
4+
v1.7.2 (2022-06-16)
5+
-------------------
6+
**Improvements**
7+
- Added a new example notebook for git integration
8+
- Added a model migration tool for migrating Python models from Viya 3.5 to Viya 4
9+
- Improved handling of CAS authentication with tokens
10+
11+
**Bugfixes**
12+
- Fixed git integration failure caused by detached head
13+
- Fixed minor bugs in score code generation feature
14+
- Fixed 500 error when importing models to Viya 4 with prewritten score code
15+
- Fixed incorrect handling of optional packages in pzmm
16+
417
v1.7.1 (2022-04-19)
518
-------------------
619
**Bugfixes**

src/sasctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
55
# SPDX-License-Identifier: Apache-2.0
66

7-
__version__ = "1.7.1"
7+
__version__ = "1.7.2"
88
__author__ = "SAS"
99
__credits__ = [
1010
"Yi Jian Ching",

0 commit comments

Comments
 (0)