Skip to content

Commit 513fad6

Browse files
sfc-gh-anavalossfc-gh-aalamsfc-gh-stan
authored
SNOW-897635 - Release 1.7.0 (#1012)
* Bump up version to 1.7.0 * SNOW-703769 applyInPandas equivalent (#1007) * SNOW-703769: applyInPandas init * select all cols after apply in pandas * only select new cols * infer input types from DF * add examples * fix doctest * fix lint * update documentation; add tests * update changelog * add test + fix test * update doc to inform about importing pandas * Apply suggestions from code review Co-authored-by: Sophie Tan <sophie.tan@snowflake.com> * simplify inferred types logic * use snowflake.connector.options for pandas --------- Co-authored-by: Sophie Tan <sophie.tan@snowflake.com> * update changelog release date * update changelog release date * update changelog release date --------- Co-authored-by: Afroz Alam <afroz.alam@snowflake.com> Co-authored-by: Sophie Tan <sophie.tan@snowflake.com>
1 parent 73bd57e commit 513fad6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.7.0 (TBD)
3+
## 1.7.0 (2023-08-28)
44

55
### New Features
66

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "snowflake-snowpark-python" %}
2-
{% set version = "1.6.1" %}
2+
{% set version = "1.7.0" %}
33

44
package:
55
name: {{ name|lower }}

src/snowflake/snowpark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55

66
# Update this for the versions
7-
VERSION = (1, 6, 1)
7+
VERSION = (1, 7, 0)

0 commit comments

Comments
 (0)