Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 15, 2024
1 parent c52749c commit 6182abc
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0.0
16.0.1
42 changes: 41 additions & 1 deletion product/runtime/docs/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,46 @@ Change log

.. towncrier release notes start
16.0.0 (2024-10-15)
===================

Features
--------

- Update CA bundle to certifi 2024.8.30. (`#1169
<https://github.com/chaquo/chaquopy/issues/1169>`__)
- Python version 3.13 is now supported. (`#1210
<https://github.com/chaquo/chaquopy/issues/1210>`__, `#1212
<https://github.com/chaquo/chaquopy/issues/1212>`__)
- Update runtime Python versions to 3.8.20, 3.9.20, 3.10.15, 3.11.10, 3.12.7
and 3.13.0. (`#1211 <https://github.com/chaquo/chaquopy/issues/1211>`__)
- Android Gradle plugin versions 8.6 to 8.7 are now supported. (`#1224
<https://github.com/chaquo/chaquopy/issues/1224>`__, `#1245
<https://github.com/chaquo/chaquopy/issues/1245>`__)


Deprecations and Removals
-------------------------

- `minSdk` must now be at least API level 24. This
still covers `97% of active devices
<https://dl.google.com/android/studio/metadata/distributions.json>`__.
(`#718 <https://github.com/chaquo/chaquopy/issues/718>`__)
- :ref:`buildPython` must now be at least Python 3.8. (`#1027
<https://github.com/chaquo/chaquopy/issues/1027>`__)


Bugfixes
--------

- When exceptions are thrown during an import, the traceback now contains only
a single copy of `import_override`, rather than one for every import level.
(`#889 <https://github.com/chaquo/chaquopy/issues/889>`__)
- `sys.stdin` is no longer overridden, so it has all the standard attributes
including `buffer`. (`#1083
<https://github.com/chaquo/chaquopy/issues/1083>`__)


15.0.1 (2023-12-24)
===================

Expand Down Expand Up @@ -125,7 +165,7 @@ Bugfixes
<https://github.com/chaquo/chaquopy/issues/663>`_).
* [**BACKWARD INCOMPATIBLE**] `minSdkVersion` must now be at least API level 21. This
still covers `98% of active devices
<https://dl.google.com/android/studio/metadata/distributions.json>`_.
<https://dl.google.com/android/studio/metadata/distributions.json>`__.
* Python versions 3.9, 3.10 and 3.11 are now supported (`#661
<https://github.com/chaquo/chaquopy/issues/661>`_).
* Detect changes to files or directories listed in requirements files (`#660
Expand Down
1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/1027.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/1083.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/1169.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/1210.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/1211.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/1212.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/1224.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/1245.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions product/runtime/docs/sphinx/changes/718.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion product/runtime/docs/sphinx/changes/889.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion product/runtime/docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#
# Chaquopy: this is no longer auto-generated from VERSION.txt, because that made it
# awkward to release documentation updates between versions.
release = "15.0.1"
release = "16.0.0"
# The short X.Y version.
version = release.rpartition(".")[0]

Expand Down
5 changes: 3 additions & 2 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ and update all the public repositories as necessary.
* Kotlin plugin
* If .gitignore has changed, git rm any newly-ignored files.

Open each public app in Android Studio and test it on any device, with a clean install.
Open each public app in Android Studio and test it on minSdk and targetSdk, with a clean
install.

Close the projects to make sure .idea files are written.

Expand All @@ -140,7 +141,7 @@ Update:
Run `gradlew runtime:doc`, and upload to server.

If major.minor version number has changed:
* Update "current" symlink.
* Update "current" symlink (`ln -sfT`).
* Add link on WordPress documentation page.


Expand Down

0 comments on commit 6182abc

Please sign in to comment.