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: add compatibility for NumPy bool_ type in variable explorer
This update introduces a new function, _get_type_name, to ensure that the type name for NumPy's bool_ is consistently returned as 'bool_' across different Python versions, particularly for Python 3.13. The variable type retrieval in _get_variable_dict_entry has been updated to use this new function.
0 commit comments