-
Notifications
You must be signed in to change notification settings - Fork 10
/
notes-1.15.x.html
853 lines (831 loc) · 46.8 KB
/
notes-1.15.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
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
<!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.15.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.15.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 ">
<a href="notes-1.18.x.html">1.18.x Stable Releases</a>
</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 toc-here">
1.15.x Stable Releases
</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.15.0 (4/15/2019)</a></li>
<li class="toc-h1"><a href="#heading_rc_102">1.15.0rc3 (4/08/2019)</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_103">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_104">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_rc_105">1.15.0rc2 (4/02/2019)</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_106">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_107">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_108">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_rc_109">1.15.0rc1 (3/25/2019)</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_110">New Features</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_111">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_112">Bugfixes</a></li>
<li class="toc-h1"><a href="#heading_rc_113">1.15.0rc0 (3/18/2019)</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_114">New Features</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_115">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_dev_116">1.15.0.dev4 (3/15/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_117">API Changes</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_118">New Features</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.15.0.dev3 (3/9/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_deprecations_126">Deprecations</a></li>
<li class="toc-h2"><a href="#heading_documentation_127">Documentation</a></li>
<li class="toc-h2"><a href="#heading_versionupdates_128">Version updates</a></li>
<li class="toc-h1"><a href="#heading_dev_129">1.15.0.dev2 (3/02/2019)</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_130">New Features</a></li>
<li class="toc-h2"><a href="#heading_versionupdates_131">Version updates</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_132">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_133">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_dev_134">1.15.0.dev1 (2/22/2019)</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_135">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_136">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_documentation_137">Documentation</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_138">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_dev_139">1.15.0.dev0 (2/8/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_140">API Changes</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_141">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_142">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_documentation_143">Documentation</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_144">Refactoring, Improvements, and Tooling</a></li>
</ul>
</nav>
<!-- main content start -->
<!-- generated by pants! -->
<title>1.15.x Stable Releases</title>
<p style="font: 200% bold">1.15.x Stable Releases</p>
<p>This document describes releases leading up to the <tt class="docutils literal">1.15.x</tt> <tt class="docutils literal">stable</tt> series.</p>
<div class="section" id="id1">
<h1 id="heading__101">1.15.0 (4/15/2019)</h1>
<p>The first stable release of the <cite>1.15.x</cite> series, with no changes since <cite>rc3</cite>!</p>
<p>This is the first Pants version to support being run under either Python 3.6 or 2.7. If you've been
using our provided <cite>./pants</cite> script prior to this release, update the script by
running <cite>curl -L -O https://pantsbuild.github.io/setup/pants</cite>. Pants 1.17.0 will no longer support
running Pants with Python 2.7 and will require Python 3.6+.</p>
</div>
<div class="section" id="rc3-4-08-2019">
<h1 id="heading_rc_102">1.15.0rc3 (4/08/2019)</h1>
<div class="section" id="bugfixes">
<h2 id="heading_bugfixes_103">Bugfixes</h2>
<ul class="simple">
<li>Pass interpreter constraints to the Pex we release (#7511)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7511">PR #7511</a></li>
</ul>
</div>
<div class="section" id="refactoring-improvements-and-tooling">
<h2 id="heading_refactoringimproveme_104">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Install Python 2.7 and 3.6 on Centos6 base image through Pyenv (#7064)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7064">PR #7064</a></li>
<li>Prepare Linux UCS2 shard for upgrade to Centos6 base image in #7064 (#7418)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7418">PR #7418</a></li>
</ul>
</div>
</div>
<div class="section" id="rc2-4-02-2019">
<h1 id="heading_rc_105">1.15.0rc2 (4/02/2019)</h1>
<p>As of this release, Pants has reached implementation and performance parity when running under
Python 3 and Python 2! Although Python 3.7 will not be supported in the 1.15.x series, Python 3.6 can
now be considered a stable platform for running Pants.</p>
<div class="section" id="new-features">
<h2 id="heading_newfeatures_106">New Features</h2>
<ul class="simple">
<li>Add <cite>./pants generate-pants-ini</cite> for first time users to generate pants.ini with sensible defaults (#7448)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7448">PR #7448</a>
<a class="reference external" href="https://github.com/pantsbuild/setup/pull/45">PR #45</a></li>
</ul>
</div>
<div class="section" id="id2">
<h2 id="heading_bugfixes_107">Bugfixes</h2>
<ul class="simple">
<li>Fix flaky <cite>./pants idea-plugin</cite> when using Python 3 by properly using ConsoleTask interface (#7460)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7150">Issue #7150</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7460">PR #7460</a></li>
<li>Fix issues with deploy shards not properly setting Python version (#7471)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7471">PR #7471</a></li>
<li>Switch to twitter.common 0.3.11 to fix DeprecationWarning when using Pants as a PEX (#7461)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7461">PR #7461</a></li>
<li>Fix <cite>./pants server</cite> not working with Python 3 (#7458)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7443">Issue #7443</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7458">PR #7458</a></li>
<li>Fix crash if pants.ini is missing in the buildroot (#7452)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7452">PR #7452</a></li>
<li>remove inspect.stack() from @rule parsing to fix import time regression in py3 (#7447)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7447">PR #7447</a></li>
</ul>
</div>
<div class="section" id="id3">
<h2 id="heading_refactoringimproveme_108">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>No longer pin <cite>pants_runtime_python_version</cite> with <cite>./pants generate-pants-ini</cite> (#7469)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7469">PR #7469</a></li>
<li>Revert unnecessary runtime check for valid Python interpreter (#7451)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7451">PR #7451</a></li>
</ul>
</div>
</div>
<div class="section" id="rc1-3-25-2019">
<h1 id="heading_rc_109">1.15.0rc1 (3/25/2019)</h1>
<p>Note: This release does not support using Python 3.7 due to a bug that was introduced while releasing a Python 3 PEX. We are prioritizing fixing this before 1.15.0 is cut. In the meantime, you may use Python 2.7 or Python 3.6.</p>
<div class="section" id="id4">
<h2 id="heading_newfeatures_110">New Features</h2>
<ul class="simple">
<li>Release pants as both a Python 2.7 PEX and a Python 3.6 PEX (#7401)
<a class="reference external" href="https://github.com/pantsbuild/pex/issues/654">Issue #654</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7401">PR #7401</a></li>
</ul>
</div>
<div class="section" id="id5">
<h2 id="heading_refactoringimproveme_111">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Refactor travis.yml to deduplicate Pyenv and AWS pex code (#7397)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7397">PR #7397</a></li>
</ul>
</div>
<div class="section" id="id6">
<h2 id="heading_bugfixes_112">Bugfixes</h2>
<ul class="simple">
<li>fix for pantsrc-files option (#7427)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7427">PR #7427</a></li>
<li>Allow usage of pants2 script from other directories (#7409)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7409">PR #7409</a></li>
<li>Specify the python version to use in the unstable pex deploy shard. (#7411)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7411">PR #7411</a></li>
<li>Simplify glob matching and directly match in-memory globs as Patterns. (#7402)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7402">PR #7402</a></li>
<li>add a non-numeric prefix before the unstable version to avoid getting parsed and truncated as a number (#7400)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7400">PR #7400</a></li>
</ul>
</div>
</div>
<div class="section" id="rc0-3-18-2019">
<h1 id="heading_rc_113">1.15.0rc0 (3/18/2019)</h1>
<div class="section" id="id7">
<h2 id="heading_newfeatures_114">New Features</h2>
<ul class="simple">
<li>[rsc-compile] support explicit tagging of targets in rsc compile (#7362)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7362">PR #7362</a></li>
</ul>
</div>
<div class="section" id="id8">
<h2 id="heading_refactoringimproveme_115">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>run clean-all before switching pants python version runner scripts (#7151)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7151">PR #7151</a></li>
<li>Run lint shard with Python 2 during daily CI instead of nightly cron job (#7391)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7391">PR #7391</a></li>
</ul>
</div>
</div>
<div class="section" id="dev4-3-15-2019">
<h1 id="heading_dev_116">1.15.0.dev4 (3/15/2019)</h1>
<div class="section" id="api-changes">
<h2 id="heading_apichanges_117">API Changes</h2>
<ul class="simple">
<li>Drop old deprecated options / conditionals (#7332)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7332">PR #7332</a></li>
</ul>
</div>
<div class="section" id="id9">
<h2 id="heading_newfeatures_118">New Features</h2>
<ul class="simple">
<li>Add runtime check for valid Python interpreter (#7365)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7365">PR #7365</a></li>
<li>Add support for releasing Python 3 wheels (#7197)
<a class="reference external" href="https://github.com/pantsbuild/pex/issues/654">Issue #654</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7197">PR #7197</a></li>
<li>[pantsd] Implement auto-shutdown after runs (#7341)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7341">PR #7341</a></li>
<li>Add pants_runtime_python_version global option (#7363)
<a class="reference external" href="https://github.com/pantsbuild/setup/issues/30,">Issue #30,</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7363">PR #7363</a></li>
</ul>
</div>
<div class="section" id="id11">
<h2 id="heading_bugfixes_119">Bugfixes</h2>
<ul class="simple">
<li>When building a pex in release.sh, build it for all supported ABIs. (#7393)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7393">PR #7393</a></li>
<li>[rsc-compile] define workflow in context instead of on fly (#7324)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7324">PR #7324</a></li>
<li>Fix rule graph nondeterminism due to undetected ambiguity (#7379)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7379">PR #7379</a></li>
<li>Hotfix Python 2 regression from #7366 using FileNotFoundError (#7381)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7381">PR #7381</a></li>
<li>Replace <cite>future</cite> with <cite>six</cite> in the python style checker. (#7374)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7374">PR #7374</a></li>
<li>Hardcode the junit xml hostname to avoid doing DNS lookups in tests (#7329)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7329">PR #7329</a></li>
<li>Fix use of legacy venv folder names from #7187 (#7359)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7359">PR #7359</a></li>
<li>Fixes to release script post-#7235. (#7349)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7349">PR #7349</a></li>
</ul>
</div>
<div class="section" id="id12">
<h2 id="heading_refactoringimproveme_120">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Use UUID from run_id as trace_id if trace_id isn't set by a flag (#7319)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7319">PR #7319</a></li>
<li>Refactor test code's interpreter_selection_utils.py for better naming of util functions (#7366)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7366">PR #7366</a></li>
<li>Update docs re: target tag usage (#7360)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7360">PR #7360</a></li>
<li>Create dedicated Dockerfile with Python 3.6 to reduce CI time (#7352)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7352">PR #7352</a></li>
<li>Add dedicated cron bootstrap stage to CI to avoid unnecessarily building Python 3 (#7353)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7353">PR #7353</a></li>
<li>Fix names of listtargets and sorttargets files (#7358)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7358">PR #7358</a></li>
<li>Refactor .travis.yml to deduplicate uses of Docker and use Mustache comments (#7351)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7351">PR #7351</a></li>
</ul>
</div>
</div>
<div class="section" id="dev3-3-9-2019">
<h1 id="heading_dev_121">1.15.0.dev3 (3/9/2019)</h1>
<div class="section" id="id13">
<h2 id="heading_apichanges_122">API Changes</h2>
<ul class="simple">
<li>Propagate global interpreter constraints when building PEXes with interpreter constraints requested (#7285)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7285">PR #7285</a></li>
</ul>
</div>
<div class="section" id="id14">
<h2 id="heading_newfeatures_123">New Features</h2>
<ul class="simple">
<li>Publish the awslambda contrib to PyPI. (#7343)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7343">PR #7343</a></li>
<li>Add subsystem for appending tags to targets from a single source (#7315)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7315">PR #7315</a></li>
</ul>
</div>
<div class="section" id="id15">
<h2 id="heading_bugfixes_124">Bugfixes</h2>
<ul class="simple">
<li>Revert "add a lint to warn on implicit string concatenation (#7286)" (#7340)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7286">PR #7286</a></li>
<li>Fix ./pants2 overriding desired $PY interpreter (#7338)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7338">PR #7338</a></li>
<li>Fix regression to python interpreter selection test from #7257 (#7333)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7333">PR #7333</a></li>
<li>Fix ./pants2 overriding preset interpreter constraints (#7334)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7334">PR #7334</a></li>
<li>Bugfix for stale interpreter.info purging when binary exe is no longer on the filesystem (#7292)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7292">PR #7292</a></li>
</ul>
</div>
<div class="section" id="id16">
<h2 id="heading_refactoringimproveme_125">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Specify ABI for pantsbuild.pants wheel and build with both UCS2 and UCS4 (#7235)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7235">PR #7235</a></li>
<li>Have extern::generator_send directly produce TypeIds for product types (#7318)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7318">PR #7318</a></li>
<li>use <cite>type=</cite> to register enum options (#7304)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7304">PR #7304</a></li>
<li>Skip GraphIntegrationTest.test_error_message as it's flaky in CI. (#7309)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7309">PR #7309</a></li>
<li>Re-enable https for grpc connections (#7317)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7317">PR #7317</a></li>
<li>convert usages of TypeConstraint to TypeId for rule products in the engine (#7114)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7114">PR #7114</a></li>
<li>Print trace id to console and possible URL with the zipkin trace (#7313)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7313">PR #7313</a></li>
<li>@union / UnionRule for letting the engine figure out paths to products not known in advance (#7116)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7116">PR #7116</a></li>
<li>Filter out irrelevant env vars in OptionsBootstrapper. (#7312)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7312">PR #7312</a></li>
<li>Revert 7238 and add requirement for more-itertools that works on python 2 (#7296)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7296">PR #7296</a></li>
<li>convert many manual NotImplementedError() calls to use @abstractmethod (#7310)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7310">PR #7310</a></li>
<li>[rsc-compile] extract helper methods for tests (#7294)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7294">PR #7294</a></li>
<li>add a lint to warn on implicit string concatenation (#7286)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7286">PR #7286</a></li>
<li>add self.assertRaisesWithMessageContaining() to TestBase and use it to clean up test_objects.py (#7303)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7303">PR #7303</a></li>
<li>move the declarative task stuff out of the python backend testing (#7279)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7279">PR #7279</a></li>
</ul>
</div>
<div class="section" id="deprecations">
<h2 id="heading_deprecations_126">Deprecations</h2>
<ul class="simple">
<li>Remove deprecated RunTracker url option (#7325)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7325">PR #7325</a></li>
<li>Deprecate Context.build_file_parser. (#7295)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7295">PR #7295</a></li>
</ul>
</div>
<div class="section" id="documentation">
<h2 id="heading_documentation_127">Documentation</h2>
<ul class="simple">
<li>Prepare 1.14.0 (#7328)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7328">PR #7328</a></li>
<li>Update README.md (#7321)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7321">PR #7321</a></li>
</ul>
</div>
<div class="section" id="version-updates">
<h2 id="heading_versionupdates_128">Version updates</h2>
<ul class="simple">
<li>Update rust deps (#7308)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7308">PR #7308</a></li>
<li>Update to rust 1.33.0 (#7305)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7305">PR #7305</a></li>
</ul>
</div>
</div>
<div class="section" id="dev2-3-02-2019">
<h1 id="heading_dev_129">1.15.0.dev2 (3/02/2019)</h1>
<div class="section" id="id18">
<h2 id="heading_newfeatures_130">New Features</h2>
<ul class="simple">
<li>Add filtering subsystem to permit skipping targets by tags (#7275)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7275">PR #7275</a></li>
<li>Add junit html-report-error-on-conflict option (#7297)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7297">PR #7297</a></li>
<li>add checker for accidental constants in boolean operators (#7273)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7273">PR #7273</a></li>
</ul>
</div>
<div class="section" id="id19">
<h2 id="heading_versionupdates_131">Version updates</h2>
<ul class="simple">
<li>[rsc-compile] bump version; rm metacp jobs; update tests (#7272)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7272">PR #7272</a></li>
</ul>
</div>
<div class="section" id="id20">
<h2 id="heading_bugfixes_132">Bugfixes</h2>
<ul class="simple">
<li>[zinc-compile] fully adopt enum based switches for hermetic/not; test coverage (#7268)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7268">PR #7268</a></li>
<li>don't do a pants run on osx (#7278)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7278">PR #7278</a></li>
</ul>
</div>
<div class="section" id="id21">
<h2 id="heading_refactoringimproveme_133">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>enum cleanup (#7269)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7269">PR #7269</a></li>
<li>filespec matching utility functions use native glob matching. (#7299)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7299">PR #7299</a></li>
<li>move wheel extraction for UnpackWheels into PexBuilderWrapper and resolve for a single platform only (#7289)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7289">PR #7289</a></li>
<li>Default to pants devs using Python 3 by renaming <cite>./pants3</cite>->`./pants` and <cite>./pants</cite>->`./pants2` (#7257)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7257">PR #7257</a></li>
<li>Delete BuildFileAddressMapper. (#7291)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7291">PR #7291</a></li>
<li>Split out rsc distribution selection into JvmCompile (#7290)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7290">PR #7290</a></li>
<li>Allow tasks to opt-in to target filtering (#7283)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7283">PR #7283</a></li>
<li>try defining algebraic Executables in the native backend to compose more readable toolchains (#6855)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/6855">PR #6855</a></li>
<li>Update TargetFiltering args for applying criteria (#7280)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7280">PR #7280</a></li>
</ul>
</div>
</div>
<div class="section" id="dev1-2-22-2019">
<h1 id="heading_dev_134">1.15.0.dev1 (2/22/2019)</h1>
<div class="section" id="id22">
<h2 id="heading_newfeatures_135">New Features</h2>
<ul class="simple">
<li>Allow passing floating point numbers from rust to python (#7259)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7259">PR #7259</a></li>
</ul>
</div>
<div class="section" id="id23">
<h2 id="heading_bugfixes_136">Bugfixes</h2>
<ul class="simple">
<li>Fix nightly cron ctypes enum failure (#7249)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7249">PR #7249</a></li>
<li>Revert remote execution from tower to grpcio (#7256)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7256">PR #7256</a></li>
<li>Pin pytest version to avoid induced breakage from more-itertools transitive dep (#7238)
<a class="reference external" href="https://github.com/pytest-dev/pytest/issues/4770#issuecomment-462869367,">Issue #4770#issuecomment-462869367,</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7238">PR #7238</a></li>
<li>Validate and maybe prune interpreter cache run over run (#7225)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7225">PR #7225</a></li>
</ul>
</div>
<div class="section" id="id24">
<h2 id="heading_documentation_137">Documentation</h2>
<ul class="simple">
<li>[jvm-compile] fix typo: s/direcotry/directory/ (#7265)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7265">PR #7265</a></li>
</ul>
</div>
<div class="section" id="id25">
<h2 id="heading_refactoringimproveme_138">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>cache python tools in ~/.cache/pants (#7236)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7236">PR #7236</a></li>
<li>Prepare 1.14.0rc3 (#7274)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7274">PR #7274</a></li>
<li>Node is Display (#7264)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7264">PR #7264</a></li>
<li>Scheduler returns metrics as a dictionary instead of a tuple of tuples (#7255)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7255">PR #7255</a></li>
<li>Prepare 1.14.0.rc2 instead. (#7251)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7251">PR #7251</a></li>
<li>Prepare 1.14.0 (#7246)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7246">PR #7246</a></li>
<li>Avoid capturing Snapshots for previously digested codegen outputs (#7241)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7241">PR #7241</a></li>
<li>Add checks if values of flags zipkin-trace-id and zipkin-parent-id are valid (#7242)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7242">PR #7242</a></li>
<li>Remove deprecated test classes (#7243)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7243">PR #7243</a></li>
<li>fix expected pytest output for pytest integration after pinning to 3.0.7 (#7240)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7240">PR #7240</a></li>
<li>Canonicalize enum pattern matching for execution strategy, platform, and elsewhere (#7226)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7226">PR #7226</a></li>
<li>add a TypedCollection type constraint to reduce boilerplate for datatype tuple fields (#7115)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7115">PR #7115</a></li>
</ul>
</div>
</div>
<div class="section" id="dev0-2-8-2019">
<h1 id="heading_dev_139">1.15.0.dev0 (2/8/2019)</h1>
<div class="section" id="id26">
<h2 id="heading_apichanges_140">API Changes</h2>
<ul class="simple">
<li>deprecate implicit usage of binary_mode=True and mode='wb' in dirutil methods (#7120)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7120">PR #7120</a></li>
<li>Resolve all platforms from all python targets (#7156)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7156">PR #7156</a></li>
<li>Only lint the direct sources of a linted target. (#7219)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7219">PR #7219</a></li>
</ul>
</div>
<div class="section" id="id27">
<h2 id="heading_newfeatures_141">New Features</h2>
<ul class="simple">
<li>Add flag reporting-zipkin-sample-rate (#7211)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7211">PR #7211</a></li>
<li>Add flags to prosecc_executor that say where to materialize output and what is output (#7201)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7201">PR #7201</a></li>
</ul>
</div>
<div class="section" id="id28">
<h2 id="heading_bugfixes_142">Bugfixes</h2>
<ul class="simple">
<li>Do not render the coursier workunit unless it will run. (#7218)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7218">PR #7218</a></li>
<li>Output non-empty digest for empty directory as output_directories when running ExecuteProcessRequest (#7208)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7208">PR #7208</a></li>
</ul>
</div>
<div class="section" id="id29">
<h2 id="heading_documentation_143">Documentation</h2>
<ul class="simple">
<li>documentation for grpcio (#7155)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7155">PR #7155</a></li>
</ul>
</div>
<div class="section" id="id30">
<h2 id="heading_refactoringimproveme_144">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Make Resettable lazy again (#7222)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7222">PR #7222</a></li>
<li>fix _raise_deferred_exc() (#7008)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7008">PR #7008</a></li>
<li>Skip flaky test (#7209)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7209">PR #7209</a></li>
<li>Only run master-dependent commithooks on master (#7214)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7214">PR #7214</a></li>
<li>Revert "make GoTest subclass PartitionedTestRunnerTaskMixin to test transitively" (#7212)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7212">PR #7212</a></li>
<li>Absolute-ify GIT_DIR (#7210)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7210">PR #7210</a></li>
<li>Fix release script ownership check command name. (#7204)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7204">PR #7204</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.15.x.html 2022-12-03T01:08:59.757303
</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>