-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
561 lines (554 loc) · 24.3 KB
/
news.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>News — Cheetah3 - The Python-Powered Template Engine</title>
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Contributing to Cheetah" href="developers.html" />
<link rel="prev" title="Authors and contributors" href="authors.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="developers.html" title="Contributing to Cheetah"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="authors.html" title="Authors and contributors"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Cheetah3 - The Python-Powered Template Engine</a> »</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">News</a><ul>
<li><a class="reference internal" href="#development-master">Development (master)</a></li>
<li><a class="reference internal" href="#post1-2024-02-28">3.3.3.post1 (2024-02-28)</a></li>
<li><a class="reference internal" href="#id1">3.3.3 (2023-10-22)</a></li>
<li><a class="reference internal" href="#id2">3.3.2 (2023-08-08)</a></li>
<li><a class="reference internal" href="#id3">3.3.1 (2022-12-25)</a></li>
<li><a class="reference internal" href="#post1-2022-11-26">3.3.0.post1 (2022-11-26)</a></li>
<li><a class="reference internal" href="#id4">3.3.0 (2022-10-10)</a></li>
<li><a class="reference internal" href="#b1-2021-07-25">3.2.7b1 (2021-07-25)</a></li>
<li><a class="reference internal" href="#post1-2021-02-22">3.2.6.post1 (2021-02-22)</a></li>
<li><a class="reference internal" href="#id5">3.2.6 (2020-10-01)</a></li>
<li><a class="reference internal" href="#id6">3.2.5 (2020-05-16)</a></li>
<li><a class="reference internal" href="#id7">3.2.4 (2019-10-22)</a></li>
<li><a class="reference internal" href="#id8">3.2.3 (2019-05-10)</a></li>
<li><a class="reference internal" href="#id9">3.2.2 (2019-04-29)</a></li>
<li><a class="reference internal" href="#id10">3.2.1 (2019-03-19)</a></li>
<li><a class="reference internal" href="#id11">3.2.0 (2019-02-06)</a></li>
<li><a class="reference internal" href="#id12">3.1.0 (2018-03-03)</a></li>
<li><a class="reference internal" href="#id13">3.0.1 (2018-02-27)</a></li>
<li><a class="reference internal" href="#id14">3.0.0 (2017-05-07)</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="authors.html"
title="previous chapter">Authors and contributors</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="developers.html"
title="next chapter">Contributing to Cheetah</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/news.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="news">
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
<div class="section" id="development-master">
<h2>Development (master)<a class="headerlink" href="#development-master" title="Permalink to this headline">¶</a></h2>
</div>
<div class="section" id="post1-2024-02-28">
<h2>3.3.3.post1 (2024-02-28)<a class="headerlink" href="#post1-2024-02-28" title="Permalink to this headline">¶</a></h2>
<p>CI:</p>
<blockquote>
<div><ul class="simple">
<li>GHActions: Build and publish wheels on Linux/aarch64.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id1">
<h2>3.3.3 (2023-10-22)<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Protect <code class="docutils literal notranslate"><span class="pre">import</span> <span class="pre">cgi</span></code> in preparation to Python 3.13.</li>
</ul>
</div></blockquote>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Run tests with Python 3.12.</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul>
<li><p class="first">GHActions: Ensure <code class="docutils literal notranslate"><span class="pre">pip</span></code> only if needed</p>
<p>This is to work around a problem in conda with Python 3.7 -
it brings in wrong version of <code class="docutils literal notranslate"><span class="pre">setuptools</span></code> incompatible with Python 3.7.</p>
</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id2">
<h2>3.3.2 (2023-08-08)<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fixed printing to stdout in <code class="docutils literal notranslate"><span class="pre">CheetahWrapper</span></code>.</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul class="simple">
<li>CI(GHActions): Install all Python and PyPy versions from <code class="docutils literal notranslate"><span class="pre">conda-forge</span></code>.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id3">
<h2>3.3.1 (2022-12-25)<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fixed <code class="docutils literal notranslate"><span class="pre">ImportHooks</span></code> under PyPy3.</li>
</ul>
</div></blockquote>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Run tests with PyPy3.</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul>
<li><p class="first">Use <code class="docutils literal notranslate"><span class="pre">conda</span></code> to install older Pythons</p>
<p>Ubuntu >= 22 and <code class="docutils literal notranslate"><span class="pre">setup-python</span></code> dropped Pythons < 3.7.
Use <code class="docutils literal notranslate"><span class="pre">s-weigand/setup-conda</span></code> instead of <code class="docutils literal notranslate"><span class="pre">setup-python</span></code>.</p>
</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="post1-2022-11-26">
<h2>3.3.0.post1 (2022-11-26)<a class="headerlink" href="#post1-2022-11-26" title="Permalink to this headline">¶</a></h2>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Run tests with Python 3.11.</li>
<li>Fix DeprecationWarning: <code class="docutils literal notranslate"><span class="pre">unittest.findTestCases()</span></code> is deprecated. Use
<code class="docutils literal notranslate"><span class="pre">unittest.TestLoader.loadTestsFromModule()</span></code> instead.</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul class="simple">
<li>Publish wheels at Github Releases.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id4">
<h2>3.3.0 (2022-10-10)<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
<p>Great move:</p>
<blockquote>
<div><ul class="simple">
<li>PyPI has wrongfully classified project <code class="docutils literal notranslate"><span class="pre">Cheetah3</span></code> as “critical”.
This puts a burden to use 2FA to manage the project at PyPI. To
avoid the burden the project is renamed to <code class="docutils literal notranslate"><span class="pre">CT3</span></code> at PyPI.
There will be no updates for <code class="docutils literal notranslate"><span class="pre">Cheetah3</span></code>.
Sorry for the inconvenience!</li>
</ul>
</div></blockquote>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Use relative imports everywhere.</li>
</ul>
</div></blockquote>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Run pure-python <code class="docutils literal notranslate"><span class="pre">NameMapper</span></code> tests in a separate process.</li>
<li>Fixed a bug in tests with pure-python <code class="docutils literal notranslate"><span class="pre">NameMapper</span></code>.</li>
<li>Add Python 3.10 to <code class="docutils literal notranslate"><span class="pre">tox.ini</span></code>.</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul>
<li><p class="first">Migrated to GitHub Actions.</p>
<p>Due to the absent of Python 3.4 at GH Actions tests are not run and
wheels are not built. Installation from sources should work.</p>
<p>Due to GH Actions lacking old compilers for w32/w64 releases for old
Python versions (currently 2.7) are packaged without compiled
_namemapper.pyd extension. Cheetah can be used without compiled
_namemapper.pyd extension. A pure-python replacement should work;
<code class="docutils literal notranslate"><span class="pre">Cheetah</span></code> imports it automatically if the compiled extension is
not available.</p>
</li>
<li><p class="first">Stop testing at Travis CI.</p>
</li>
<li><p class="first">Stop testing at AppVeyor.</p>
</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="b1-2021-07-25">
<h2>3.2.7b1 (2021-07-25)<a class="headerlink" href="#b1-2021-07-25" title="Permalink to this headline">¶</a></h2>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Load from JSON file to searchlist (similar to loading from pickle).</li>
</ul>
</div></blockquote>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fix <code class="docutils literal notranslate"><span class="pre">filetype</span></code> for Python 2 in <code class="docutils literal notranslate"><span class="pre">Template</span></code>.</li>
</ul>
</div></blockquote>
<p>Build, CI:</p>
<blockquote>
<div><ul class="simple">
<li>Build wheels for <code class="docutils literal notranslate"><span class="pre">aarch64</span></code> at Travis; publish them at PyPI.</li>
</ul>
</div></blockquote>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li><code class="docutils literal notranslate"><span class="pre">tox.ini</span></code>: Limit <code class="docutils literal notranslate"><span class="pre">VIRTUALENV_PIP</span></code> version for Python 3.4.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="post1-2021-02-22">
<h2>3.2.6.post1 (2021-02-22)<a class="headerlink" href="#post1-2021-02-22" title="Permalink to this headline">¶</a></h2>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Add Python 3.9 to <code class="docutils literal notranslate"><span class="pre">tox.ini</span></code>.</li>
<li>Refactor <code class="docutils literal notranslate"><span class="pre">tox.ini</span></code>.</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul class="simple">
<li>Run tests with Python 3.9 at Travis and AppVeyor.</li>
<li>Run tests for Python 3.4 with <code class="docutils literal notranslate"><span class="pre">tox</span></code> under Python 3.5.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id5">
<h2>3.2.6 (2020-10-01)<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fixed use of uninitialized variable in _namemapper.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id6">
<h2>3.2.5 (2020-05-16)<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
<p>Build:</p>
<blockquote>
<div><ul class="simple">
<li>Install <code class="docutils literal notranslate"><span class="pre">Cheetah3</span></code> + <code class="docutils literal notranslate"><span class="pre">markdown</span></code> (used in <code class="docutils literal notranslate"><span class="pre">Cheetah.Filters</span></code>)
using <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">cheetah3[filters]</span></code> (or <code class="docutils literal notranslate"><span class="pre">cheetah3[markdown]</span></code>).</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul class="simple">
<li>Run tests with Python 3.8 at Travis CI.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id7">
<h2>3.2.4 (2019-10-22)<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Import from <code class="docutils literal notranslate"><span class="pre">collections</span></code> for Python 2,
from <code class="docutils literal notranslate"><span class="pre">collections.abc</span></code> for Python 3.</li>
</ul>
</div></blockquote>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fixed infinite recursion in <code class="docutils literal notranslate"><span class="pre">ImportManager</span></code> on importing
module <code class="docutils literal notranslate"><span class="pre">_bootlocale</span></code> inside <code class="docutils literal notranslate"><span class="pre">open()</span></code>.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id8">
<h2>3.2.3 (2019-05-10)<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fixed infinite recursion in <code class="docutils literal notranslate"><span class="pre">ImportManager</span></code> on importing
a builtin module.</li>
</ul>
</div></blockquote>
<p>Documentation:</p>
<blockquote>
<div><ul class="simple">
<li>The site <a class="reference external" href="https://cheetahtemplate.org/">https://cheetahtemplate.org/</a> is now served with HTTPS.</li>
<li>Updated docs regarding fixed tests.</li>
</ul>
</div></blockquote>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Removed <code class="docutils literal notranslate"><span class="pre">unittest.main()</span></code> calls from tests:
<code class="docutils literal notranslate"><span class="pre">python</span> <span class="pre">-m</span> <span class="pre">unittest</span> <span class="pre">discover</span> <span class="pre">-t</span> <span class="pre">Cheetah</span> <span class="pre">-s</span> <span class="pre">Cheetah/Tests</span> <span class="pre">-p</span> <span class="pre">'[A-Z]*.py'</span></code>
does it.</li>
<li>Fixed <code class="docutils literal notranslate"><span class="pre">cheetah</span> <span class="pre">test</span></code> command.</li>
<li>Fixed script <code class="docutils literal notranslate"><span class="pre">buildandrun</span></code>: copy test templates
to the <code class="docutils literal notranslate"><span class="pre">build/lib</span></code> directory.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id9">
<h2>3.2.2 (2019-04-29)<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Replaced outdated and insecure <code class="docutils literal notranslate"><span class="pre">mktemp</span></code> with <code class="docutils literal notranslate"><span class="pre">mkstemp</span></code>.</li>
</ul>
</div></blockquote>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fixed bugs in <code class="docutils literal notranslate"><span class="pre">TemplateCmdLineIface.py</span></code>: read binary pickles
from stdin and files.</li>
</ul>
</div></blockquote>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Use <code class="docutils literal notranslate"><span class="pre">cgi.escape()</span></code> for Python 2, <code class="docutils literal notranslate"><span class="pre">html.escape()</span></code> for Python 3.</li>
<li>Created tests for <code class="docutils literal notranslate"><span class="pre">TemplateCmdLineIface</span></code>.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id10">
<h2>3.2.1 (2019-03-19)<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Changed <code class="docutils literal notranslate"><span class="pre">LoadTemplate.loadTemplate{Module,Class}</span></code>:
the loaded module’s <code class="docutils literal notranslate"><span class="pre">__name__</span></code> set to just the file name.</li>
<li>Use <code class="docutils literal notranslate"><span class="pre">imp</span></code> for Python 2, <code class="docutils literal notranslate"><span class="pre">importlib</span></code> for Python 3.</li>
</ul>
</div></blockquote>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fix a bug in <code class="docutils literal notranslate"><span class="pre">LoadTemplate.loadTemplate{Module,Class}</span></code>:
raise <code class="docutils literal notranslate"><span class="pre">ImportError</span></code> if the template was not found.</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul class="simple">
<li>At Travis deploy wheels for macOS.</li>
<li>At AppVeyor deploy wheels directly to PyPI.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id11">
<h2>3.2.0 (2019-02-06)<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h2>
<p>Features:</p>
<blockquote>
<div><ul class="simple">
<li>Dropped support for Python 3.3.</li>
<li>Implement <code class="docutils literal notranslate"><span class="pre">LoadTemplate.loadTemplate{Module,Class}</span></code>
to load templates from <code class="docutils literal notranslate"><span class="pre">.py[co]</span></code>, <code class="docutils literal notranslate"><span class="pre">.py</span></code> or <code class="docutils literal notranslate"><span class="pre">.tmpl</span></code>.</li>
<li><code class="docutils literal notranslate"><span class="pre">CheetahDirOwner</span></code> caches compiled template in the template directory.</li>
<li><code class="docutils literal notranslate"><span class="pre">CheetahDirOwner</span></code> now silently ignores errors on compiled templates
writing. To get tracebacks set <code class="docutils literal notranslate"><span class="pre">CheetahDirOwner.debuglevel</span> <span class="pre">=</span> <span class="pre">1</span></code>.</li>
<li><code class="docutils literal notranslate"><span class="pre">CheetahDirOwner</span></code> and <code class="docutils literal notranslate"><span class="pre">DirOwner</span></code> byte-compile compiled templates
to <code class="docutils literal notranslate"><span class="pre">.pyc/.pyo</span></code>. Errors on writing are silently ignored.</li>
</ul>
</div></blockquote>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Implement <code class="docutils literal notranslate"><span class="pre">Compiler.__unicode__</span></code> under Python 2
and <code class="docutils literal notranslate"><span class="pre">Compiler.__bytes__</span></code> under Python 3.</li>
</ul>
</div></blockquote>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fix a bug in <code class="docutils literal notranslate"><span class="pre">Compiler.__str__</span></code>: under Python 2 the method
always returns str; it encodes unicode to str using encoding from the
compiled source. Under Python 3 the method decodes bytes to str.</li>
</ul>
</div></blockquote>
<p>Code:</p>
<blockquote>
<div><ul class="simple">
<li>Source code was made flake8-clean using the latest flake8.</li>
</ul>
</div></blockquote>
<p>Documentation:</p>
<blockquote>
<div><ul class="simple">
<li>Remove outdated section markers.</li>
<li>Better documentation for ImportHooks.</li>
<li>Add an example of a universal makefile.</li>
</ul>
</div></blockquote>
<p>CI:</p>
<blockquote>
<div><ul class="simple">
<li>Run tests with Python 3.7.</li>
<li>At Travis deploy sdists and wheels for tags.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id12">
<h2>3.1.0 (2018-03-03)<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
<p>Features:</p>
<blockquote>
<div><ul class="simple">
<li>Fix Cheetah to work with PyPy. Pull request by Mathias Stearn.</li>
</ul>
</div></blockquote>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Code cleanup: fix code style to satisfy flake8 linter.</li>
</ul>
</div></blockquote>
<p>Documentation:</p>
<blockquote>
<div><ul class="simple">
<li>Rename www directory to docs.</li>
</ul>
</div></blockquote>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Run pypy tests at AppVeyor.</li>
<li>Use remove-old-files.py from ppu to cleanup pip cache
at Travis and AppVeyor.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id13">
<h2>3.0.1 (2018-02-27)<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h2>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fix a minor bug in Compiler.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="id14">
<h2>3.0.0 (2017-05-07)<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h2>
<p>Major features:</p>
<blockquote>
<div><ul class="simple">
<li>!!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!</li>
<li>Stop supporting Python older than 2.7.</li>
<li>Update code to work with Python 3.3+. Tested with 3.3, 3.4, 3.5 and 3.6.</li>
</ul>
</div></blockquote>
<p>Minor features:</p>
<blockquote>
<div><ul class="simple">
<li>Use ‘/usr/bin/env python’ for scripts;
this allows eggs/wheels to be installed into virtual environments.</li>
</ul>
</div></blockquote>
<p>Bug fixes:</p>
<blockquote>
<div><ul class="simple">
<li>Fix a bug in multiple inheritance (#extend Parent1, Parent2).
Pull request by Jonathan Ross Rogers.</li>
<li>Fix bugs in pure-python NameMapper.py. Bugs reported by Noah Ingham,
patches by Adam Karpierz, tests by Oleg Broytman.</li>
</ul>
</div></blockquote>
<p>Tests:</p>
<blockquote>
<div><ul class="simple">
<li>Run tests at Travis (Linux) and AppVeyor (w32) with Python 2.7, 3.3, 3.4,
3.5 and 3.6; x86 and x64.</li>
<li>Fix a problem in Unicode tests - cleanup temporary files.</li>
</ul>
</div></blockquote>
<p><a class="reference external" href="news2.html">Older news</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="developers.html" title="Contributing to Cheetah"
>next</a> |</li>
<li class="right" >
<a href="authors.html" title="Authors and contributors"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Cheetah3 - The Python-Powered Template Engine</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017-2024, Oleg Broytman; 2009-2012, R. Tyler Croy; 2001-2008, The Cheetah Development Team..
Last updated on Feb 28, 2024.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.6.
</div>
</body>
</html>