Ë
    õU.j�  ã                   óV  — d Z i dd“dd“dd“dd“dd	“d
d“dd“dd“dd“dd“dd“dd“dd“dd“dd“dd“d d!“i d"d#“d$d%“d&d'“d(d)“d*d%“d+d,“d-d,“d.d/“d0d1“d2d“d3d“d4d5“d6d“d7d8“d9d:“d;d<“d=d>“¥i d?d@“dAdB“dCdD“dEdF“dGdH“dIdJ“dKdL“dMdN“dOdP“dQdR“dSdR“dTdU“dVdW“dXdY“dZd[“d\d]“d^d_“¥d`dadbdcdddeœ¥Zyf)gzt
Dict of expired attributes that are discontinued since 2.0 release.
Each item is associated with a migration note.
Ú	geterrobjz,Use the np.errstate context manager instead.Ú	seterrobjÚcastz+Use `np.asarray(arr, dtype=dtype)` instead.Úsourcez Use `inspect.getsource` instead.Úlookforz&Search NumPy's documentation directly.Úwhoz3Use an IDE variable explorer or `locals()` instead.ÚfastCopyAndTransposezUse `arr.T.copy()` instead.Úset_numeric_opszšFor the general case, use `PyUFunc_ReplaceLoopBySignature`. For ndarray subclasses, define the ``__array_ufunc__`` method and override the relevant ufunc.ÚNINFzUse `-np.inf` instead.ÚPINFzUse `np.inf` instead.ÚNZEROzUse `-0.0` instead.ÚPZEROzUse `0.0` instead.Ú
add_newdocz,It's still available as `np.lib.add_newdoc`.Úadd_docstringz/It's still available as `np.lib.add_docstring`.Úadd_newdoc_ufuncz9It's an internal function and doesn't have a replacement.Úcompatz;There's no replacement, as Python 2 is no longer supported.Ú	safe_evalzUse `ast.literal_eval` instead.Úfloat_zUse `np.float64` instead.Úcomplex_zUse `np.complex128` instead.Ú	longfloatzUse `np.longdouble` instead.ÚsinglecomplexzUse `np.complex64` instead.ÚcfloatÚlongcomplexzUse `np.clongdouble` instead.Ú
clongfloatÚstring_zUse `np.bytes_` instead.Úunicode_zUse `np.str_` instead.ÚInfÚInfinityÚNaNzUse `np.nan` instead.ÚinftyÚissctypez*Use `issubclass(rep, np.generic)` instead.Úmaximum_sctypez�Use a specific dtype instead. You should avoid relying on any implicit mechanism and select the largest dtype of a kind explicitly in the code.Ú
obj2sctypez!Use `np.dtype(obj).type` instead.Úsctype2charz!Use `np.dtype(obj).char` instead.Úsctypesz!Access dtypes explicitly instead.ÚissubsctypezUse `np.issubdtype` instead.Úset_string_functionzXUse `np.set_printoptions` instead with a formatter for custom printing of NumPy objects.Úasfarrayz-Use `np.asarray` with a proper dtype instead.Úissubclass_z!Use `issubclass` builtin instead.Útracemalloc_domainz!It's now available from `np.lib`.ÚmatzUse `np.asmatrix` instead.Ú
recfromcsvz1Use `np.genfromtxt` with comma delimiter instead.Ú
recfromtxtzUse `np.genfromtxt` instead.Ú	deprecatezTEmit `DeprecationWarning` with `warnings.warn` directly, or use `typing.deprecated`.Údeprecate_with_docÚdispz'Use your own printing function instead.Úfind_common_typez·Use `numpy.promote_types` or `numpy.result_type` instead. To achieve semantics for the `scalar_types` argument, use `numpy.result_type` and pass the Python values `0`, `0.0`, or `0j`.Úround_zUse `np.round` instead.Úget_array_wrapÚ Ú
DataSourcez2It's still available as `np.lib.npyio.DataSource`.Únbytesz)Use `np.dtype(<dtype>).itemsize` instead.z9Now it's available under `np.lib.array_utils.byte_bounds`z5It's still available as `np.char.compare_chararrays`.z/It's still available as `np.rec.format_parser`.zUse `np.all` instead.zUse `np.any` instead.)Úbyte_boundsÚcompare_chararraysÚformat_parserÚalltrueÚsometrueN)Ú__doc__Ú__expired_attributes__© ó    úZC:\xampp\htdocs\tradingbinance\backend\.venv\Lib\site-packages\numpy/_expired_attrs_2_0.pyÚ<module>r@      s3  ðñð
JØÐ?ðJàÐ?ðJð Ð9ðJð Ð0ð	Jð
 Ð8ðJð 
Ð@ðJð Ð9ðJð ð	+ðJð Ð$ðJð Ð#ðJð Ð"ðJð Ð!ðJð  Ø6ð#Jð$ Ø9ð'Jð( ØCð+Jð, ÐKð-Jð. Ð2ñ/Jð0 Ð)ð1Jð2 Ð.ð3Jð4 Ð/ð5Jð6 Ð2ð7Jð8 Ð,ð9Jð: Ð2ð;Jð< Ð1ð=Jð> Ð)ð?Jð@ Ð(ðAJðB 
Ð"ðCJðD Ð'ðEJðF 
Ð"ðGJðH Ð$ðIJðJ Ð<ðKJðL ð	)ðOJðT Ð5ðUJðV Ð6òWJðX Ð2ðYJðZ Ð1ð[Jð\ ð	,ð_Jðb Ð?ðcJðd Ð6ðeJðf Ð=ðgJðh 
Ð'ðiJðj ÐEðkJðl Ð0ðmJðn ð &ðoJðr ð 0ðsJðv Ð5ðwJðx ð	Nð{Jð@ Ð'ðAJðB �bðCJðD ÐFðEJðF Ð9ñGJðH Oà?ØFØ&Ø'òSJÑ r>   