
    m[h                     T   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/d0dd1dd2d3d4dd5d6d7d8d9d:d;d<d=d>i d?d@dAdBdCdDdEdFdGdHdIdJdKdLdMdNdOdPdQdPdRdSdTdUdVdWdXdYdZd[d\d]d^d_d`dadbdcddZye)fzt
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_opszFor 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.	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_sctypezUse 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_typezUse `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.byte_boundsz9Now 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.)compare_chararraysformat_parseralltruesometrueN)__doc____expired_attributes__     d/var/www/html/p-interativo-gestao-midia/env/lib/python3.12/site-packages/numpy/_expired_attrs_2_0.py<module>r?      s0  
I?I?I 9I 0	I
 8I 
@I 9I 	+I $I #I "I !I  6#I$ 9'I( C+I, 2-I. )/I0 .1I2 /3I4 25I6 ,7I8 29I: 1;I< )=I> (?I@ 
"AIB 'CID 
"EIF $GIH <IIJ 	)MIR 5SIT 6UIV 2WIX 1YIZ 	,]I` ?aIb 6cId =eIf 
'gIh EiIj 0kIl  &mIp  0qIt 5uIv 	NyI~ 'I@ bAIB FCID 9EIF NGIJ 	@F&'QI r=   