File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11.. default-role :: code
22
3- Unreleased
3+ 0.26.0 (released 2023-02-08)
44=============================
55
66Removals
@@ -42,10 +42,11 @@ New Features
4242------------------------------
4343* Pyodide is now officially supported.
4444* `. `, `.. `, etc. are now usable as ordinary symbols (with the
45- remaining special rule that `... ` compiles to `Ellipsis `)
45+ remaining special rule that `... ` compiles to `Ellipsis `).
4646* On Pythons ≥ 3.7, Hy modules can now be imported from ZIP
4747 archives in the same way as Python modules, via `zipimport `_.
48- * `hy2py ` now supports directory input, and will recursively convert hy source code into python source code.
48+ * `hy2py ` has a new command-line option `--output `.
49+ * `hy2py ` can now operate recursively on a directory.
4950
5051.. _zipimport : https://docs.python.org/3.11/library/zipimport.html
5152
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Project
2929* Code: https://github.com/hylang/hy
3030* Documentation:
3131 * master, for use with the latest revision on GitHub: http://docs.hylang.org/en/master
32- * stable, for use with the latest release on PyPI: http://hylang.org/en/stable
32+ * stable, for use with the latest release on PyPI: http://docs. hylang.org/en/stable
3333* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues )
3434* License: MIT (Expat)
3535* [ Hacking on Hy] ( http://docs.hylang.org/en/master/hacking.html )
Original file line number Diff line number Diff line change 11pytest >= 6
22
3- # autoformatting
4- black == 22.3.0
5- isort == 5.10.1
6- pre_commit == 2.17.0
7-
83# documentation
94Pygments >= 2
105Sphinx == 5.0.2
You can’t perform that action at this time.
0 commit comments