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
It just needs an update in this dictionary. I was attempting to do this change in a forked repo but I'm finding the unit tests aren't really functional on windows so can't be that confident this doesn't have unintended consequences.
NUMPY_TO_AVRO_TYPES = {
..
np.dtype('O'): 'complex', # FIXME: Don't automatically store objects as strings
np.str_: 'string',
Numpy 2.0 just dropped and came with changes that broke pandavro. When importing pandavro I now get the following error:
There might be other breaking changes affecting this package, I did not investigate it. The full numpy 2.0 release notes can be found here.
The text was updated successfully, but these errors were encountered: