Skip to content

Commit

Permalink
Update latest.rst for changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jun 21, 2024
1 parent c38b16f commit 8270452
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/releases/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,39 @@ Latest Release (``2024.6.20``)

|pypi| |docs|

``libbezzier`` Changes
----------------------

Packaging
~~~~~~~~~

- Stop building with `-static` on Windows
(`#311 <https://github.com/dhermes/bezier/pull/311>`__).
This is entirely enabled by the amazing
`delvewheel <https://github.com/adang1345/delvewheel>`__ project (non-static
dependencies can now easily be packaged into a built wheel for Python).

Python Changes
--------------

Packaging
~~~~~~~~~

- Added support for Python 3.12
(`#315 <https://github.com/dhermes/bezier/pull/315>`__).
- Dropped support for Python 3.8
(`#310 <https://github.com/dhermes/bezier/pull/310>`__).
(`#310 <https://github.com/dhermes/bezier/pull/310>`__)
and Python 3.9
(`#315 <https://github.com/dhermes/bezier/pull/315>`__).

Documentation
-------------

- Add `DEVELOPMENT.rst` section about configuring a shell and compilers for
Windows development
(`#311 <https://github.com/dhermes/bezier/pull/311>`__). This had been a
hodge podge of local and remote (CI) development for the last 5+ years, so
this a big milestone!

.. |pypi| image:: https://img.shields.io/pypi/v/bezier/2024.6.20.svg
:target: https://pypi.org/project/bezier/2024.6.20/
Expand Down

0 comments on commit 8270452

Please sign in to comment.