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
Based on recent discussion, current astype behaves as if casting is set "unsafe". It may be worthwhile to add this argument as default "unsafe" while also allowing it to be configured. In particular "safe" may be of interest to allow users to catch any unexpected or unintended castings in library code. This casting flag may be useful in other places where castings occur.
Based on recent discussion, current
astypebehaves as ifcastingis set"unsafe". It may be worthwhile to add this argument as default"unsafe"while also allowing it to be configured. In particular"safe"may be of interest to allow users to catch any unexpected or unintended castings in library code. Thiscastingflag may be useful in other places where castings occur.