-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathnotes-1.18.x.html
754 lines (732 loc) · 42.1 KB
/
notes-1.18.x.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!DOCTYPE html>
<html lang="en">
<!--
Copyright 2014 Pants project contributors (see CONTRIBUTORS.md).
Licensed under the Apache License, Version 2.0 (see LICENSE).
-->
<head>
<meta charset="utf-8"/>
<title>1.18.x Stable Releases</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="pants-logo.ico">
<!-- In case this is a "test publish", tell search engines where real version lives: -->
<link rel="canonical" href="http://pantsbuild.org/notes-1.18.x.html">
<link rel="stylesheet" href="bootstrap-custom.min.css">
<link rel="stylesheet" href="bootstrap-custom-theme.min.css">
<link rel="stylesheet" href="docsite.css">
</head>
<body>
<div class="header">
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-brand-img" href="index.html">
<img src="pants-logo.ico" alt="[pantsbuild logo]">
</a>
<a class="navbar-brand" href="index.html">
Pants v1
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Docs</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="https://www.github.com/pantsbuild/pants">GitHub</a></li>
<li>
<form class="navbar-form navbar-left search" role="search" action="https://www.google.com/search">
<div class="form-group">
<input type="text" name="as_q" class="form-control query" placeholder="Search">
<input name="as_sitesearch" value="pantsbuild.org" type="hidden">
</div>
</form>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
<div class="deprecated">Pants v1 is no longer maintained. See <a href="https://www.pantsbuild.org/">here</a> for the Pants v2 documentation.</div>
</nav>
</div>
<div class="page">
<div class="container-fluid">
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-2">
<div class="site-toc">
<ul>
<li class="toc-h1 toc-heading">
Getting Started
</li>
<li class="toc-h1 toc-link ">
<a href="install.html">Installing Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="setup_repo.html">Setting Up Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="first_tutorial.html">Tutorial</a>
</li>
<li class="toc-h1 toc-link ">
<a href="common_tasks.html">Common Tasks</a>
</li>
<li class="toc-h1 toc-link ">
<a href="orgs.html">Pants for Organizations</a>
</li>
<li class="toc-h1 toc-heading">
Pants Basics
</li>
<li class="toc-h1 toc-link ">
<a href="why_use_pants.html">Why Use Pants?</a>
</li>
<li class="toc-h1 toc-link ">
<a href="first_concepts.html">Pants Concepts</a>
</li>
<li class="toc-h1 toc-link ">
<a href="build_files.html">BUILD files</a>
</li>
<li class="toc-h1 toc-link ">
<a href="target_addresses.html">Target Addresses</a>
</li>
<li class="toc-h1 toc-link ">
<a href="3rdparty.html">Third-Party Dependencies</a>
</li>
<li class="toc-h1 toc-link ">
<a href="options.html">Pants Options</a>
</li>
<li class="toc-h1 toc-link ">
<a href="invoking.html">Invoking Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="reporting_server.html">Reporting Server</a>
</li>
<li class="toc-h1 toc-link ">
<a href="ide_support.html">IDE Support</a>
</li>
<li class="toc-h1">
<a class="sidebar-nav-heading" class="toc-drop" data-toggle="collapse" href="#JVM-Support" aria-expanded="false" aria-controls="JVM-Support">JVM Support<span class="caret"></span></a>
<ul class="collapse sidebar-nav sidebar-submenu" id="JVM-Support">
<li class="toc-h1 toc-link ">
<a href="jvm_projects.html">JVM Projects with Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="3rdparty_jvm.html">JVM Dependency Management</a>
</li>
<li class="toc-h1 toc-link ">
<a href="scala.html">Scala Support</a>
</li>
<li class="toc-h1 toc-link ">
<a href="publish.html">Publishing Artifacts</a>
</li>
<li class="toc-h1 toc-link ">
<a href="from_maven.html">Pants for Maven Experts</a>
</li>
</ul>
</li>
<li class="toc-h1">
<a class="sidebar-nav-heading" class="toc-drop" data-toggle="collapse" href="#Python-Support" aria-expanded="false" aria-controls="Python-Support">Python Support<span class="caret"></span></a>
<ul class="collapse sidebar-nav sidebar-submenu" id="Python-Support">
<li class="toc-h1 toc-link ">
<a href="python_readme.html">Python Projects with Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="3rdparty_py.html">Python 3rdparty Pattern</a>
</li>
</ul>
</li>
<li class="toc-h1 toc-link ">
<a href="go_readme.html">Go support for Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="node_readme.html">Node.js Support</a>
</li>
<li class="toc-h1 toc-heading">
Code & Doc Generation
</li>
<li class="toc-h1 toc-link ">
<a href="thrift_deps.html">Thrift</a>
</li>
<li class="toc-h1 toc-link ">
<a href="grpcio_gen.html">Python gRPC + protobufs</a>
</li>
<li class="toc-h1 toc-link ">
<a href="page.html">Markdown</a>
</li>
<li class="toc-h1 toc-heading">
Getting Help
</li>
<li class="toc-h1 toc-link ">
<a href="tshoot.html">Troubleshooting</a>
</li>
<li class="toc-h1 toc-link ">
<a href="community.html">Community</a>
</li>
<li class="toc-h1 toc-heading">
Reference
</li>
<li class="toc-h1 toc-link ">
<a href="build_dictionary.html">Pants BUILD Dictionary</a>
</li>
<li class="toc-h1 toc-link ">
<a href="options_reference.html">Pants Reference</a>
</li>
<li class="toc-h1">
<a class="sidebar-nav-heading" class="toc-drop" data-toggle="collapse" href="#Release-Notes" aria-expanded="false" aria-controls="Release-Notes">Release Notes<span class="caret"></span></a>
<ul class="" id="Release-Notes">
<li class="toc-h1 toc-link ">
<a href="notes-1.30.x.html">1.30.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.29.x.html">1.29.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.28.x.html">1.28.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.27.x.html">1.27.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.26.x.html">1.26.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.25.x.html">1.25.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.24.x.html">1.24.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.23.x.html">1.23.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.22.x.html">1.22.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.21.x.html">1.21.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.20.x.html">1.20.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.19.x.html">1.19.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link toc-here">
1.18.x Stable Releases
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.17.x.html">1.17.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.16.x.html">1.16.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.15.x.html">1.15.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.14.x.html">1.14.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.13.x.html">1.13.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.12.x.html">1.12.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.11.x.html">1.11.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.10.x.html">1.10.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.9.x.html">1.9.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.8.x.html">1.8.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.7.x.html">1.7.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.6.x.html">1.6.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.5.x.html">1.5.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.4.x.html">1.4.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.3.x.html">1.3.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.2.x.html">1.2.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.1.x.html">1.1.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.0.x.html">1.0.x Stable Releases</a>
</li>
</ul>
</li>
<li class="toc-h1 toc-heading">
Developer
</li>
<li class="toc-h1 toc-link ">
<a href="dev.html">Pants Developer Center</a>
</li>
<li class="toc-h1 toc-link ">
<a href="export.html">Export Format</a>
</li>
<li class="toc-h1 toc-link ">
<a href="architecture.html">Architecture</a>
</li>
<li class="toc-h1 toc-heading">
Blogs
</li>
<li class="toc-h1 toc-link ">
<a href="coursier_migration.html">Twitter's Coursier Migration</a>
</li>
</ul>
</div> <!-- site-toc -->
</div>
<div class="col-md-8">
<div class="content">
<div class="mainflow">
<nav class="pagetoc">
<ul>
<li class="toc-h1"><a href="#heading__101">1.18.0 (8/01/2019)</a></li>
<li class="toc-h1"><a href="#heading_rc_102">1.18.0rc1 (7/10/2019)</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_103">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_104">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_105">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h2"><a href="#heading_versionupdates_106">Version updates</a></li>
<li class="toc-h1"><a href="#heading_rc_107">1.18.0rc0 (7/5/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_108">API Changes</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_109">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_110">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_111">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h2"><a href="#heading_documentation_112">Documentation</a></li>
<li class="toc-h2"><a href="#heading_versionupdates_113">Version updates</a></li>
<li class="toc-h1"><a href="#heading_dev_114">1.18.0.dev2 (6/28/2019)</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_115">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_116">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_dev_117">1.18.0.dev1 (6/21/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_118">API Changes</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_119">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_120">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_dev_121">1.18.0.dev0 (6/10/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_122">API Changes</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_123">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_124">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_125">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h2"><a href="#heading_documentation_126">Documentation</a></li>
</ul>
</nav>
<!-- main content start -->
<!-- generated by pants! -->
<title>1.18.x Stable Releases</title>
<p style="font: 200% bold">1.18.x Stable Releases</p>
<p>This document describes releases leading up to the <tt class="docutils literal">1.18.x</tt> <tt class="docutils literal">stable</tt> series.</p>
<div class="section" id="id1">
<h1 id="heading__101">1.18.0 (8/01/2019)</h1>
<p>The first stable release of <cite>1.18.x</cite>, with no changes since the previous rc.</p>
</div>
<div class="section" id="rc1-7-10-2019">
<h1 id="heading_rc_102">1.18.0rc1 (7/10/2019)</h1>
<div class="section" id="new-features">
<h2 id="heading_newfeatures_103">New Features</h2>
<ul class="simple">
<li>Add utf-8 encoding to thrift-generated python files (#8022)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8022">PR #8022</a></li>
</ul>
</div>
<div class="section" id="bugfixes">
<h2 id="heading_bugfixes_104">Bugfixes</h2>
<ul class="simple">
<li>Fix performance regression introduced by #7898 (#8006)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8006">PR #8006</a></li>
<li>Revert "Make precomputing fail more usefully (#7994)" (#8024)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8024">PR #8024</a></li>
<li>Fix plugin resolution to respect interpreter ABI. (#8005)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8005">PR #8005</a></li>
</ul>
</div>
<div class="section" id="refactoring-improvements-and-tooling">
<h2 id="heading_refactoringimproveme_105">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Extract cbindgen'd interface into its own crate (#8013)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8013">PR #8013</a></li>
<li>Fix pdb conflict in run_tracker stats request (#8025)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8025">PR #8025</a></li>
<li>Make union error messages better (#7999)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7999">PR #7999</a></li>
</ul>
</div>
<div class="section" id="version-updates">
<h2 id="heading_versionupdates_106">Version updates</h2>
<ul class="simple">
<li>Update rust dependencies (#8016)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8016">PR #8016</a></li>
</ul>
</div>
</div>
<div class="section" id="rc0-7-5-2019">
<h1 id="heading_rc_107">1.18.0rc0 (7/5/2019)</h1>
<div class="section" id="api-changes">
<h2 id="heading_apichanges_108">API Changes</h2>
<ul class="simple">
<li>Add conftest.py to the python_tests default sources. (#7946)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7946">PR #7946</a></li>
</ul>
</div>
<div class="section" id="id2">
<h2 id="heading_newfeatures_109">New Features</h2>
<ul class="simple">
<li>Add <cite>--[no-]remote-execution</cite> flag (#7991)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7991">PR #7991</a></li>
</ul>
</div>
<div class="section" id="id3">
<h2 id="heading_bugfixes_110">Bugfixes</h2>
<ul class="simple">
<li>Make precomputing fail more usefully (#7994)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7994">PR #7994</a></li>
<li>Add __init__.py to directories created by grpcio (#7984)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7984">PR #7984</a></li>
<li>Don't use remote store when --no-remote-execution specified (#8010)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8010">PR #8010</a></li>
<li>Fix bug background workunits were printed in UI (#7997)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7997">PR #7997</a></li>
<li>relativize path for scalac classpath entry (#8011)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8011">PR #8011</a></li>
<li>Fix bad <cite>with_traceback()</cite> change from #7988 (#8004)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8004">PR #8004</a></li>
<li>Fix gocheckstyle decoding error (#7978)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7978">PR #7978</a></li>
</ul>
</div>
<div class="section" id="id4">
<h2 id="heading_refactoringimproveme_111">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Set up pants.remote.ini for remoting Python unit tests (#7990)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7990">PR #7990</a></li>
<li>Add type checking to several <cite>util</cite> files (#7998)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7998">PR #7998</a></li>
<li>Kill all uses of t.c.collections.OrderedDict. (#8003)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8003">PR #8003</a></li>
<li>Use default utf-8 encoding for string <cite>decode()</cite> and <cite>encode()</cite> (#7983)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7983">PR #7983</a></li>
<li>fix grpc threadpool size (#7974)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7974">PR #7974</a></li>
<li>Fix most Python 2 issues from #6071 (#7989)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7989">PR #7989</a></li>
<li>Remove <cite>future</cite> library (#7988)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7988">PR #7988</a></li>
<li>Remove remaining <cite>if PY{2,3}</cite> snippets (#7986)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7986">PR #7986</a></li>
<li>Remove <cite>six</cite> library (#7985)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7985">PR #7985</a></li>
<li>No longer use <cite>string_types</cite> (#7980)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7980">PR #7980</a></li>
<li>Use dedicated requirements.txt for <cite>contrib.python.checks.checker</cite> (#7982)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7982">PR #7982</a></li>
<li>Replace <cite>six.exec_()</cite> with <cite>exec()</cite> (#7981)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7981">PR #7981</a></li>
<li>Remove Python 2 handling of unicode (#7973)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7973">PR #7973</a></li>
<li>Remove <cite>future.moves</cite> and <cite>six.moves</cite> imports (#7975)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7975">PR #7975</a></li>
</ul>
</div>
<div class="section" id="documentation">
<h2 id="heading_documentation_112">Documentation</h2>
<ul class="simple">
<li>Fix ensure_interpreter_search_path_env docs. (#8000)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8000">PR #8000</a></li>
<li>Update style guide to use f-strings (#7987)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7987">PR #7987</a></li>
</ul>
</div>
<div class="section" id="id5">
<h2 id="heading_versionupdates_113">Version updates</h2>
<ul class="simple">
<li>Update to rust 1.36.0 (#8014)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8014">PR #8014</a></li>
<li>Upgrade to pex 1.6.8. (#7962)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7962">PR #7962</a></li>
</ul>
</div>
</div>
<div class="section" id="dev2-6-28-2019">
<h1 id="heading_dev_114">1.18.0.dev2 (6/28/2019)</h1>
<div class="section" id="id6">
<h2 id="heading_bugfixes_115">Bugfixes</h2>
<ul class="simple">
<li>Fix the wheel count check for pex building. (#7933)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7933">PR #7933</a></li>
</ul>
</div>
<div class="section" id="id7">
<h2 id="heading_refactoringimproveme_116">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Remove <cite>text_type</cite> and <cite>binary_type</cite> wrappers (#7970)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7970">PR #7970</a></li>
<li>Fix <cite>cargo.sh</cite> to use Python 3 (#7972)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7972">PR #7972</a></li>
<li>Remove Python 2 use of <cite>std{out,err}</cite> over <cite>std{out,err}.buffer</cite> (#7968)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7968">PR #7968</a></li>
<li>Remove Python 2 <cite>hashlib.hexdigest()</cite> decoding (#7965)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7965">PR #7965</a></li>
<li>Revert "Workaround Travis timeout for OSX platforms test (#7919)" (#7967)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7967">PR #7967</a></li>
<li>Add Option for remote concurrency. (#7960)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7960">PR #7960</a></li>
<li>Remove Python 2 select.select() code (#7964)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7964">PR #7964</a></li>
<li>Simplify tests to no longer check for <cite>u""</cite> character or <cite>unicode</cite> type (#7966)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7966">PR #7966</a></li>
<li>Remove subprocess, futures, and faulthandler backports (#7950)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7950">PR #7950</a></li>
<li>Remove unittest.mock backport (#7951)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7951">PR #7951</a></li>
<li>Hand over post-compile resources to zinc wrapper to keep classes/ and z.jar consistent (#7932)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7932">PR #7932</a></li>
<li>Add some of the wording from #7913 that wasn't merged in #7924 (#7958)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7958">PR #7958</a></li>
<li>Crash pailgun client on SIGINT if we haven't received the pid yet (#7924)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7924">PR #7924</a></li>
<li>Add whitelist of folders that must remain Python 2 compatible (#7941)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7941">PR #7941</a></li>
<li>Add concurrent flag, which overrides --enable-pantsd (#7944)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7944">PR #7944</a></li>
<li>Report zipkin spans regardless of goal version. (#7915)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7915">PR #7915</a></li>
<li>Don't memoize description in process execute memoization (#7916)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7916">PR #7916</a></li>
<li>Modernize classes to use Python 3 syntax (#7937)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7937">PR #7937</a></li>
<li>Remove configparser backport (#7939)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7939">PR #7939</a></li>
<li>Remove <cite>collections.abc</cite> backport (#7940)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7940">PR #7940</a></li>
<li>Remove <cite>self.assertRegex</cite> backport (#7938)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7938">PR #7938</a></li>
<li>Add --post-compile-merge-dir option in zinc (#7917)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7917">PR #7917</a></li>
<li>Remove <cite>builtins</cite> imports (#7934)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7934">PR #7934</a></li>
<li>Modernize <cite>abc</cite> stdlib usage. (#7928)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7928">PR #7928</a></li>
<li>Workaround Travis timeout for OSX platforms test (#7919)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7919">PR #7919</a></li>
<li>Modernize all headers to Python 3 style (#7926)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7926">PR #7926</a></li>
<li>Kill <cite>AbstractClass</cite> in favor of <cite>abc.ABC{,Meta}</cite>. (#7929)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7929">PR #7929</a></li>
</ul>
</div>
</div>
<div class="section" id="dev1-6-21-2019">
<h1 id="heading_dev_117">1.18.0.dev1 (6/21/2019)</h1>
<div class="section" id="id8">
<h2 id="heading_apichanges_118">API Changes</h2>
<ul class="simple">
<li>No longer release a Python 2 wheel or PEX (#7888)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7888">PR #7888</a></li>
<li>Bump default Mypy version from 0.670 to 0.710 (#7912)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7912">PR #7912</a></li>
</ul>
</div>
<div class="section" id="id9">
<h2 id="heading_bugfixes_119">Bugfixes</h2>
<ul class="simple">
<li>Don't nest output directories in an empty path (#7908)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7908">PR #7908</a></li>
<li>Migrate python_repl to use ignoring-sigint (#7890)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7890">PR #7890</a></li>
<li>Use Selectors module for more robust and efficient syscalls (#7882)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7880">Issue #7880</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7882">PR #7882</a></li>
</ul>
</div>
<div class="section" id="id10">
<h2 id="heading_refactoringimproveme_120">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Set internal compatibility to >= CPython 3.6 and remove ./pants2 (#7925)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7925">PR #7925</a></li>
<li>Move reading and writing bytes from Store to ShardedLmdb (#7909)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7909">PR #7909</a></li>
<li>Remove Python 2 testing from CI (#7922)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7922">PR #7922</a></li>
<li>Move PATH testutils to testutil crate (#7910)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7910">PR #7910</a></li>
<li>Fix #7895 breaking CI for pull requests (#7921)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7921">PR #7921</a></li>
<li>Use S3 Sync for CI deploys to avoid recopying files (#7895)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7258">Issue #7258</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7895">PR #7895</a></li>
<li>Remove fork-related code from Rust (#7894)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7894">PR #7894</a></li>
<li>Prefactor: Extract store and sharded_lmdb into their own crates (#7904)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7904">PR #7904</a></li>
<li>Use Docker to build Python 3.7 PEX in CI (#7899)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7899">PR #7899</a></li>
<li>Switch back to using one threadpool (#7898)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7898">PR #7898</a></li>
<li>Skip failing TensorFlow tests (#7905)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7903">Issue #7903</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7905">PR #7905</a></li>
<li>Add Centos7 docker image to allow building Python 3.7 wheels (#7892)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7892">PR #7892</a></li>
<li>Fix macOS Rust tests shard failing to Brew install (#7893)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7893">PR #7893</a></li>
<li>Set up <cite>type_checked</cite> tag for internal type hint migration (#7886)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7886">PR #7886</a></li>
</ul>
</div>
</div>
<div class="section" id="dev0-6-10-2019">
<h1 id="heading_dev_121">1.18.0.dev0 (6/10/2019)</h1>
<div class="section" id="id11">
<h2 id="heading_apichanges_122">API Changes</h2>
<ul class="simple">
<li>add extra rsc args (#7863)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7863">PR #7863</a></li>
</ul>
</div>
<div class="section" id="id12">
<h2 id="heading_newfeatures_123">New Features</h2>
<ul class="simple">
<li>fs_util directory materialize prints timing information to stderr (#7871)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7871">PR #7871</a></li>
<li>Migrate zinc compiler to scopt and add argfile support (#6803)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/6803">PR #6803</a></li>
<li>Use zinc to create the context jar for zinc and rsc (#7833)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7833">PR #7833</a></li>
<li>Add generic --passthrough-args support. (#7803)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7803">PR #7803</a></li>
<li>Fix zipkin multithreading issue #7415 (#7826)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7826">PR #7826</a></li>
<li>Always capture and cache Digests in coursier and ivy (#7835)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7835">PR #7835</a></li>
<li>Write output from JUnit ConsoleRunner when process is terminated (#7799)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7799">PR #7799</a></li>
</ul>
</div>
<div class="section" id="id13">
<h2 id="heading_bugfixes_124">Bugfixes</h2>
<ul class="simple">
<li>Fix Nailgun failure when the port is not specified (#7878)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7878">PR #7878</a></li>
<li>Fix Junit runner failing when <cite>--extra-jvm-options</cite> provided (#7877)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7877">PR #7877</a></li>
<li>Fix <cite>py-thrift-namespace-clash-check</cite> type issue when logging with <cite>--no-strict</cite> mode (#7864)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7864">PR #7864</a></li>
<li>Reinstate PosixFS Threadpool (#7848)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7848">PR #7848</a></li>
<li>Fix remoting of V2 Python test runner not being able to discover the Python interpreter (#7844)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7844">PR #7844</a></li>
<li>Fix .pyc files being included to partially get reproducible PEX builds (#7841)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7808">Issue #7808</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7841">PR #7841</a></li>
<li>Use <cite>--no-enabled-shared</cite> for Linux wheel-builder interpreter so that the released PEX works with statically built interpreters (#7794)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7794">PR #7794</a></li>
</ul>
</div>
<div class="section" id="id14">
<h2 id="heading_refactoringimproveme_125">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Remove an old redundant .isort.cfg. (#7859)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7859">PR #7859</a></li>
<li>Fix <cite>DistributionLocator</cite> dependency declarations. (#7875)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7875">PR #7875</a></li>
<li>Stabilize all tests of NailgunTask subclasses. (#7866)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7866">PR #7866</a></li>
<li>NailgunTasks execute java with consistent cwd. (#7872)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7872">PR #7872</a></li>
<li>add debug log for jvm target compile time ; fix execution graph display (#7873)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7873">PR #7873</a></li>
<li>Use argfile support in zinc and rsc (#7868)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7868">PR #7868</a></li>
<li>Create a separate crate for workunit_store (#7855)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7855">PR #7855</a></li>
<li>rsc re-uses DirectoryDigest from process execution rather than re-snapshotting (#7861)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7861">PR #7861</a></li>
<li>Extract out <cite>resolve_requirements</cite> V2 rule for creating PEXes with requirements (#7846)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7795">Issue #7795</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7846">PR #7846</a></li>
<li>Split up CI unit tests into two distinct shards (#7867)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7867">PR #7867</a></li>
<li>Bump to latest zinc in order to consume zinc analysis fix (#7854)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7854">PR #7854</a></li>
<li>Port <cite>ci.sh</cite> to Python 3 for more descriptive CLI flags and less duplication (#7849)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7849">PR #7849</a></li>
<li>rsc doesn't re-snapshot jars produced by zinc (#7858)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7858">PR #7858</a></li>
<li>add java_sources to scala_library() snapshot (#7840)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7840">PR #7840</a></li>
<li>Apply isort fixes (#7857)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7857">PR #7857</a></li>
<li>Locate the classes directory in order to relativize classnames (#7853)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7853">PR #7853</a></li>
<li>Move V2 test runner integration test into proper location of <cite>backend/python</cite> folder (#7847)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7847">PR #7847</a></li>
<li>Run contrib tests with unit tests and integration tests for fewer CI delays (#7709)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7709">PR #7709</a></li>
<li>No longer default to saving non-deterministic run information to PEX in <cite>./pants binary</cite> (#7843)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7843">PR #7843</a></li>
<li>Cleanup unnecessary code from #7776 for <cite>./pants binary</cite> interpreter constraints (#7842)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7842">PR #7842</a></li>
<li>Apply final set of Shellcheck fixes and turn on in CI (#7832)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7832">PR #7832</a></li>
<li>Bump CI unit test timeout for less flaky runs (#7831)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/6898">Issue #6898</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7831">PR #7831</a></li>
<li>Bump to latest junit-runner (#7830)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7830">PR #7830</a></li>
<li>Sort entries in output zinc jars (#7834)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7834">PR #7834</a></li>
<li>Fix rsc compile transitive dep bug introduced in #7742 (#7825)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7825">PR #7825</a></li>
<li>Avoid redundant work while hackily_snapshot()ing. (#7829)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7829">PR #7829</a></li>
</ul>
</div>
<div class="section" id="id15">
<h2 id="heading_documentation_126">Documentation</h2>
<ul class="simple">
<li>Add notes for 1.16.0rc6 (#7852)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7852">PR #7852</a></li>
</ul>
</div>
</div>
<!-- main content end -->
<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/python/pants/notes/1.18.x.html 2022-12-03T01:08:59.782256
</div>
</div> <!-- mainflow -->
</div> <!-- content -->
</div>
<div class="col-md-1">
</div>
</div> <!-- row -->
</div> <!-- container-fluid -->
</div> <!-- page -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha384-I6F5OKECLVtK/BL+8iSLDEHowSAfUo76ZL9+kGAgTRdiByINKJaqTPH/QVNS1VDb" crossorigin="anonymous"></script>
<script src="bootstrap-custom.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78111411-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>