Brandon Chinn

Results 44 comments of Brandon Chinn

We're also coming up against this. As a minimal example, this is very confusing behavior for me: ```py >>> pd.to_datetime('2022/02/01', format="%Y-%m-%d") Timestamp('2022-02-01 00:00:00') >>> pd.to_datetime('2022/02/01', format="%Y-%m") Timestamp('2022-02-01 00:00:00') ``` We're...

:sparkles: _**This is an old work account. Please reference @brandonchinn178 for all future communication**_ :sparkles: --- > We have to configure it in the actual `poetry` configuration, too This isn't...

:sparkles: _**This is an old work account. Please reference @brandonchinn178 for all future communication**_ :sparkles: --- For people looking for a workaround while this issue is still open, this is...

No, we just have a skipped test with a link to this issue :(

Some more context: the actual deprecation warning comes from here: https://github.com/mattip/numpy/blob/d3881b360367d2e5b1e44efcb6653c82c36ca68c/numpy/core/src/multiarray/ctors.c#L2003-L2008 It seems to have been removed as of numpy 1.23: https://github.com/numpy/numpy/pull/20589 Not sure what effect this has on shap

Related: I also see this warning: ``` UPDATEIFCOPY detected in array_dealloc. Required call to PyArray_ResolveWritebackIfCopy or PyArray_DiscardWritebackIfCopy is missing ``` https://github.com/numpy/numpy/blob/ef0ec786fd4c7622ad2fa0e54d3881f3b9bbd792/numpy/core/src/multiarray/arrayobject.c#L467-L469

:sparkles: _**This is an old work account. Please reference @brandonchinn178 for all future communication**_ :sparkles: --- Yes, that seems correct. I'm not sure that commit is the correct solution. Our...

:sparkles: _**This is an old work account. Please reference @brandonchinn178 for all future communication**_ :sparkles: --- Sorry, I'm not quite sure why I shared that use-case 😛 But the relevant...

:sparkles: _**This is an old work account. Please reference @brandonchinn178 for all future communication**_ :sparkles: --- Ah for sure. Thanks! On Wed, Apr 6, 2022, 6:36 PM Vladimir Moskva ***@***.***>...

:sparkles: _**This is an old work account. Please reference @brandonchinn178 for all future communication**_ :sparkles: --- Because after the PR is merged, the author is free to delete the forked...