File tree Expand file tree Collapse file tree
Python/MAPL_PythonBridge/python2fortran Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140140- Removed unnecessary _ ASSERT in MAPL_TerminateImportAllBut
141141- Fixed bug so that an informative error message will be emitted when extrapolation is attempted to be used without a valid range in ExtData2G
142142- Fixed SIGFPE (integer divide by zero) in ` MAPL_LoadBalanceMod ` when load balancing algorithm evaluates maximum differences to zero.
143+ - Python bridge: remove odd 3rd party dependency due to importing no_type_check outside of the standard library
143144
144145### Added
145146
Original file line number Diff line number Diff line change 1- from gt4py .eve .extended_typing import no_type_check
21import cffi
32import os
43from MAPL_PythonBridge .types import CVoidPointer , FFI
5- from typing import Any
4+ from typing import Any , no_type_check
65import numpy as np
76import numpy .typing as npt
87import platform
You can’t perform that action at this time.
0 commit comments