From 53891c08349565bba4c043ece5119d084ccc57b0 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Fri, 22 Feb 2019 08:03:10 -0800 Subject: [PATCH 1/2] Prepare the 1.15.0.dev1 release. --- src/python/pants/VERSION | 2 +- src/python/pants/notes/master.rst | 67 +++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/src/python/pants/VERSION b/src/python/pants/VERSION index b03a0affe72..96cdf36dad0 100644 --- a/src/python/pants/VERSION +++ b/src/python/pants/VERSION @@ -1 +1 @@ -1.15.0.dev0 +1.15.0.dev1 diff --git a/src/python/pants/notes/master.rst b/src/python/pants/notes/master.rst index 6acd507eae9..c091dea47c1 100644 --- a/src/python/pants/notes/master.rst +++ b/src/python/pants/notes/master.rst @@ -4,6 +4,73 @@ Master Pre-Releases This document describes development releases which occur weekly from master, and which have not undergone the vetting associated with ``stable`` releases. +1.15.0.dev1 (2/22/2019) +----------------------- + +New Features +~~~~~~~~~~~~ + +* Allow passing floating point numbers from rust to python (#7259) + `PR #7259 `_ + +Bugfixes +~~~~~~~~ + +* Fix nightly cron ctypes enum failure (#7249) + `PR #7249 `_ + +* Revert remote execution from tower to grpcio (#7256) + `PR #7256 `_ + +* Pin pytest version to avoid induced breakage from more-itertools transitive dep (#7238) + `Issue #4770#issuecomment-462869367, `_ + `PR #7238 `_ + +* Validate and maybe prune interpreter cache run over run (#7225) + `PR #7225 `_ + +Documentation +~~~~~~~~~~~~~ + +* [jvm-compile] fix typo: s/direcotry/directory/ (#7265) + `PR #7265 `_ + +Refactoring, Improvements, and Tooling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Prepare 1.14.0rc3 (#7274) + `PR #7274 `_ + +* Node is Display (#7264) + `PR #7264 `_ + +* Scheduler returns metrics as a dictionary instead of a tuple of tuples (#7255) + `PR #7255 `_ + +* Prepare 1.14.0.rc2 instead. (#7251) + `PR #7251 `_ + +* Prepare 1.14.0 (#7246) + `PR #7246 `_ + +* Avoid capturing Snapshots for previously digested codegen outputs (#7241) + `PR #7241 `_ + +* Add checks if values of flags zipkin-trace-id and zipkin-parent-id are valid (#7242) + `PR #7242 `_ + +* Remove deprecated test classes (#7243) + `PR #7243 `_ + +* fix expected pytest output for pytest integration after pinning to 3.0.7 (#7240) + `PR #7240 `_ + +* Canonicalize enum pattern matching for execution strategy, platform, and elsewhere (#7226) + `PR #7226 `_ + +* add a TypedCollection type constraint to reduce boilerplate for datatype tuple fields (#7115) + `PR #7115 `_ + 1.15.0.dev0 (2/8/2019) ---------------------- From c6c9c8905ab0373742e089c789024c6cdaf1be39 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Fri, 22 Feb 2019 16:39:09 -0800 Subject: [PATCH 2/2] Pickup one more change. --- src/python/pants/notes/master.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/python/pants/notes/master.rst b/src/python/pants/notes/master.rst index c091dea47c1..7c4448c07fb 100644 --- a/src/python/pants/notes/master.rst +++ b/src/python/pants/notes/master.rst @@ -38,6 +38,9 @@ Documentation Refactoring, Improvements, and Tooling ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* cache python tools in ~/.cache/pants (#7236) + `PR #7236 `_ + * Prepare 1.14.0rc3 (#7274) `PR #7274 `_