Skip to content

Commit

Permalink
Changelog and style
Browse files Browse the repository at this point in the history
  • Loading branch information
al-rigazzi committed Dec 18, 2024
1 parent a1ca332 commit c13da53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ To be released at some point in the future

Description

- Drop Python 3.9 support
- Terminate LSF and LSB support
- Implement workaround for Tensorflow that allows RedisAI to build with GCC-14
- Add instructions for installing SmartSim on PML's Scylla
- Fix typos in documentation

Detailed Notes

- Python 3.9 will not be supported anymore, the last stable version of SmartSim
with support for Python 3.9 will be 0.8.
([SmartSim-PR781](https://github.com/CrayLabs/SmartSim/pull/781))
- After the supercomputer Summit was decommissioned, a decision was made to
terminate SmartSim's support of the LSF launcher and LSB scheduler. If
this impacts your work, please contact us.
Expand Down
1 change: 0 additions & 1 deletion tests/test_dragon_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def test_retrieve_cached(
@pytest.mark.parametrize(
"dragon_pin,pyv,is_found,is_crayex",
[
pytest.param("0.8", "py3.10", True, False, id="0.8,python 3.10"),
pytest.param("0.8", "py3.11", True, False, id="0.8,python 3.11"),
pytest.param("0.8", "py3.12", False, False, id="0.8,python 3.12"),
Expand Down

0 comments on commit c13da53

Please sign in to comment.