You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.rst
+15
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
Change History
2
2
**************
3
3
4
+
v0.8.6 (2024-xx-xx)
5
+
===================
6
+
7
+
Changes:
8
+
9
+
* Restructure the package so that the wheel does not install the testing and docs as non-importable packages.
10
+
* Ensure that data required to run tests and build docs is present in the source distribution (via `Manifest.in` changes).
11
+
* Documentation now includes a `sphinx-apidoc`-based listing of all installed modules and functions
12
+
* Add `sphinx-copybutton` and `sphinx-codeautolink` in order to increase the usefulness of code-blocks in the example documentation (copying of code blocks and ability to click on `birdy` objects and go straight to the documentation entry for the object).
13
+
* All documentation build warnings have been addressed.
14
+
* Add the `birdy[extra]` pip install recipe to be able to install all extras needed more directly.
15
+
* Raise the minimum Python required to 3.9 in the setup block.
16
+
* Remove the Python package for `pandoc` (unmaintained).
17
+
* Add a documentation entry on using `build` to build the documentation.
0 commit comments