
    rbi                     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`dadbdcZddS )ezt
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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`compare_chararraysz5It'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.)format_parseralltruesometrueN)__doc____expired_attributes__     h/var/www/html/mdtn/previsions/meteo_cartes/venv/lib/python3.11/site-packages/numpy/_expired_attrs_2_0.py<module>r>      s\   
H?H?H 9H 0	H
 8H 
@H 9H 	+H $H #H "H !H  6#H$ 9'H( C+H, 2-H. )/H H0 .1H2 /3H4 25H6 ,7H8 29H: 1;H< )=H> (?H@ 
"AHB 'CHD 
"EHF $GHH <IHJ 	)MHR 5SHT 6UHV 2WH H HX 1YHZ 	,]H` ?aHb 6cHd =eHf 
'gHh EiHj 0kHl  &mHp  0qHt 	NwH| '}H~ bH@ FAHB 9CHD NEHF ?IH HJ G&'OH H H   r<   