Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Description
- 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
- Drop unsued development dependencies
- Fix typos in documentation

Detailed Notes
Expand Down Expand Up @@ -85,6 +86,8 @@ Detailed Notes
Future versions of Tensorflow may fix this problem, but for now this seems to be
the best workaround.
([SmartSim-PR738](https://github.com/CrayLabs/SmartSim/pull/738))
- Removes an undocumented and unused dependency from the testing suite.
([SmartSim-PR792](https://github.com/CrayLabs/SmartSim/pull/792))


### 0.8.0
Expand Down
1 change: 0 additions & 1 deletion tests/utils/test_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import stat

import pytest
from sympy import public

from smartsim._core.config.config import get_config
from smartsim._core.utils.security import KeyManager, _KeyLocator, _KeyPermissions
Expand Down