fix(clang): fixed a few compiler warnings in clang

This commit is contained in:
2025-11-28 09:53:54 -05:00
parent 21cabfdb66
commit 7a4ccff021
5 changed files with 5 additions and 40 deletions

View File

@@ -16,5 +16,5 @@ sys.modules['gridfire.io'] = io
__all__ = ['type', 'utils', 'engine', 'solver', 'exceptions', 'partition', 'reaction', 'screening', 'io', 'policy']
__version__ = "v0.7.1_rc2"
__version__ = "v0.7.2_rc2"