Skip to content

Commit

Permalink
Update changelog notes for typehints
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jun 13, 2023
1 parent b544e68 commit bdca186
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ A full list of changes and detailed notes can be found below:
- Relax the coloredlogs version
- Update Fortran tutorials for SmartRedis
- Add support for multiple network interface binding in Orchestrator and Colocated DBs
- Add typehints and static analysis

Detailed notes

Expand All @@ -52,8 +53,8 @@ former began deprecation in May 2022 and was finally removed in May 2023. (PR285
codes. These have now all been updated. (PR284_)
- Orchestrator and Colocated DB now accept a list of interfaces to bind to. The
argument name is still `interface` for backward compatibility reasons. (PR281_)
- Typehints have been added to public APIs. A makefile target to execute static
analysis with mypy is available `make check-mypy`. (PR295_)
- Typehints have been added. A makefile target `make check-mypy` executes static
analysis with mypy. (PR295_, PR303_)

.. _PR298: https://github.com/CrayLabs/SmartSim/pull/298
.. _PR293: https://github.com/CrayLabs/SmartSim/pull/293
Expand All @@ -66,6 +67,7 @@ analysis with mypy is available `make check-mypy`. (PR295_)
.. _PR284: https://github.com/CrayLabs/SmartSim/pull/284
.. _PR281: https://github.com/CrayLabs/SmartSim/pull/281
.. _PR295: https://github.com/CrayLabs/SmartSim/pull/295
.. _PR303: https://github.com/CrayLabs/SmartSim/pull/303

0.4.2
-----
Expand Down

0 comments on commit bdca186

Please sign in to comment.