Skip to content

Commit

Permalink
prepare for release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanindig committed Jun 25, 2021
1 parent 45981c8 commit cfccde4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Unreleased

# 0.4.2 (June 25, 2021)
* PySpark dependencies now configurable. #1175

There are two new configuration parameters in the spark config, under the `pyspark` key:
- `distribute_dependencies` (boolean), which toggles PySpark dependency distribution.
- `distribution_excludes` (list), a list of packages to exclude from PySpark dependency distribution.

Additionally, `boto` and `h5py` are now excluded from distribution by default.

* Fix bug where starting cell with "package" could erroneously trigger package-cell detection. #1174

# 0.4.1 (April 20, 2021)
Features:
* Can now cancel (and unqueue) tasks #1129
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val commonSettings = Seq(
"scm:git@github.com:polynote/polynote.git"
)
),
version := "0.4.1",
version := "0.4.2",
publishTo := sonatypePublishToBundle.value,
developers := List(
Developer(id = "jeremyrsmith", name = "Jeremy Smith", email = "", url = url("https://github.com/jeremyrsmith")),
Expand Down

0 comments on commit cfccde4

Please sign in to comment.