You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix text for comparison with country-template parameter
Bump
Update CHANGELOG.md
Co-authored-by: sandcha <[email protected]>
Test neutralized_variables new attribute for YAML tests
Update CHANGELOG.md
Co-authored-by: sandcha <[email protected]>
Add tbs with neutralized variables to yaml tbs cache
fixup! Add tbs with neutralized variables to yaml tbs cache
Add test on yaml runner on tbs cache with neutralized variable
fixup! Add test on yaml runner on tbs cache with neutralized variable
- When libraries do not implement their own types, MyPy provides stubs, or type sheds
39
46
- Thanks to `__future__.annotations`, those stubs or type sheds are casted to `typing.Any`
40
47
- Since 1.20.x, NumPy now provides their own type definitions
41
-
- The introduction of NumPy 1.20.x in #990 caused one major problem:
48
+
- The introduction of NumPy 1.20.x in #990 caused one major problem:
42
49
- It is general practice to do not import at runtime modules only used for typing purposes, thanks to the `typing.TYPE_CHEKING` variable
43
50
- The new `numpy.typing` module was being imported at runtime, rendering OpenFisca unusable to all users depending on previous versions of NumPy (1.20.x-)
44
51
- These changes revert #990 and solve #1009 and #1012
0 commit comments