Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jun 27, 2023
1 parent 729a2e9 commit 1cd8477
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ Change Log
Version |release|
-----------------

This maintenance release adds :ref:`LOGGING` and resolves compatibility issues
with recent builds of :term:`PETSc` and :term:`NumPy`.

Pulls
-----

- Fix numpy 1.25 issues
(`#930 <https://github.com/usnistgov/fipy/pull/930>`_)
- Get CI working again
(`#925 <https://github.com/usnistgov/fipy/pull/925>`_)
- Discourage StackOverflow
(`#876 <https://github.com/usnistgov/fipy/pull/876>`_)
- Add Logging
(`#875 <https://github.com/usnistgov/fipy/pull/875>`_)
- Add tests for the Nix build
(`#791 <https://github.com/usnistgov/fipy/pull/791>`_)

Fixes
-----

- `#896 <https://github.com/usnistgov/fipy/issues/896>`_:
Poor garbage collection with petsc4py 3.18.3 (was "Memory leak in
`term.justErrorVector()`", but this isn't strictly a leak)

--------------------------
Version 3.4.3 - 2022-06-15
--------------------------

This maintenance release adds a new example contributed by
`@Jon83Carvalho <https://github.com/Jon83Carvalho>`_,
clarifies many points in the documentation,
Expand Down
2 changes: 2 additions & 0 deletions documentation/USAGE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Python can be obtained from the :cite:`PythonReference`.
As you gain experience, you may want to browse through the
:ref:`FlagsAndEnvironmentVariables` that affect :term:`FiPy`.

.. _LOGGING:

-------
Logging
-------
Expand Down

0 comments on commit 1cd8477

Please sign in to comment.