Skip to content

Commit 7875131

Browse files
committed
Update documentation
1 parent c52749c commit 7875131

File tree

14 files changed

+48
-19
lines changed

14 files changed

+48
-19
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.0
1+
16.0.1

product/runtime/docs/sphinx/changelog.rst

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ Change log
55

66
.. towncrier release notes start
77
8+
16.0.0 (2024-10-15)
9+
===================
10+
11+
Features
12+
--------
13+
14+
- Update CA bundle to certifi 2024.8.30. (`#1169
15+
<https://github.com/chaquo/chaquopy/issues/1169>`__)
16+
- Python version 3.13 is now supported. (`#1210
17+
<https://github.com/chaquo/chaquopy/issues/1210>`__, `#1212
18+
<https://github.com/chaquo/chaquopy/issues/1212>`__)
19+
- Update runtime Python versions to 3.8.20, 3.9.20, 3.10.15, 3.11.10, 3.12.7
20+
and 3.13.0. (`#1211 <https://github.com/chaquo/chaquopy/issues/1211>`__)
21+
- Android Gradle plugin versions 8.6 to 8.7 are now supported. (`#1224
22+
<https://github.com/chaquo/chaquopy/issues/1224>`__, `#1245
23+
<https://github.com/chaquo/chaquopy/issues/1245>`__)
24+
25+
26+
Deprecations and Removals
27+
-------------------------
28+
29+
- `minSdk` must now be at least API level 24. This
30+
still covers `97% of active devices
31+
<https://dl.google.com/android/studio/metadata/distributions.json>`__.
32+
(`#718 <https://github.com/chaquo/chaquopy/issues/718>`__)
33+
- :ref:`buildPython` must now be at least Python 3.8. (`#1027
34+
<https://github.com/chaquo/chaquopy/issues/1027>`__)
35+
36+
37+
Bugfixes
38+
--------
39+
40+
- When exceptions are thrown during an import, the traceback now contains only
41+
a single copy of `import_override`, rather than one for every import level.
42+
(`#889 <https://github.com/chaquo/chaquopy/issues/889>`__)
43+
- `sys.stdin` is no longer overridden, so it has all the standard attributes
44+
including `buffer`. (`#1083
45+
<https://github.com/chaquo/chaquopy/issues/1083>`__)
46+
47+
848
15.0.1 (2023-12-24)
949
===================
1050

@@ -125,7 +165,7 @@ Bugfixes
125165
<https://github.com/chaquo/chaquopy/issues/663>`_).
126166
* [**BACKWARD INCOMPATIBLE**] `minSdkVersion` must now be at least API level 21. This
127167
still covers `98% of active devices
128-
<https://dl.google.com/android/studio/metadata/distributions.json>`_.
168+
<https://dl.google.com/android/studio/metadata/distributions.json>`__.
129169
* Python versions 3.9, 3.10 and 3.11 are now supported (`#661
130170
<https://github.com/chaquo/chaquopy/issues/661>`_).
131171
* Detect changes to files or directories listed in requirements files (`#660

product/runtime/docs/sphinx/changes/1027.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

product/runtime/docs/sphinx/changes/1083.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

product/runtime/docs/sphinx/changes/1169.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

product/runtime/docs/sphinx/changes/1210.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

product/runtime/docs/sphinx/changes/1211.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

product/runtime/docs/sphinx/changes/1212.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

product/runtime/docs/sphinx/changes/1224.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

product/runtime/docs/sphinx/changes/1245.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)