Open CloeDavid opened 12 months ago
In line 48 np.int( )
is now deprecated and needs to be simply replaced by int( )
boto
module is not in the required dependencies (user have to download it after an error message).
Also boto
is no more supported as boto3
has replaced it.
@CloeDavid Thanks for the heads up! Yeah development has slowed here as TINT is currently being integrated into tobac https://github.com/tobac-project/tobac/tree/v2.0-dev version 2.0. I'll make the changes now to fix those two depreciations for now. We do recommend moving towards tobac as development is mostly focused there now. Thanks again for the heads up!
I noticed some warnings and errors when started using TINT. I'm working with
Python 3.9
and I updated recently most of the common packages (numpy
,pandas
,xarray
, etc)I'd like to suggest some updates.