o
    ZZh?                     @   sV  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dfS )gzt
Dict of expired attributes that are discontinued since 2.0 release.
Each item is associated with a migration note.
Z	geterrobjz,Use the np.errstate context manager instead.Z	seterrobjcastz+Use `np.asarray(arr, dtype=dtype)` instead.sourcez Use `inspect.getsource` instead.Zlookforz&Search NumPy's documentation directly.Zwhoz3Use an IDE variable explorer or `locals()` instead.ZfastCopyAndTransposezUse `arr.T.copy()` instead.Zset_numeric_opszFor the general case, use `PyUFunc_ReplaceLoopBySignature`. For ndarray subclasses, define the ``__array_ufunc__`` method and override the relevant ufunc.ZNINFzUse `-np.inf` instead.ZPINFzUse `np.inf` instead.ZNZEROzUse `-0.0` instead.ZPZEROzUse `0.0` instead.Z
add_newdocz,It's still available as `np.lib.add_newdoc`.Zadd_docstringz/It's still available as `np.lib.add_docstring`.Z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.Z	safe_evalzUse `ast.literal_eval` instead.Zfloat_zUse `np.float64` instead.Zcomplex_zUse `np.complex128` instead.Z	longfloatzUse `np.longdouble` instead.ZsinglecomplexzUse `np.complex64` instead.ZcfloatZlongcomplexzUse `np.clongdouble` instead.Z
clongfloatZstring_zUse `np.bytes_` instead.Zunicode_zUse `np.str_` instead.ZInfInfinityNaNzUse `np.nan` instead.ZinftyZissctypez*Use `issubclass(rep, np.generic)` instead.Z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.Z
obj2sctypez!Use `np.dtype(obj).type` instead.Zsctype2charz!Use `np.dtype(obj).char` instead.Zsctypesz!Access dtypes explicitly instead.ZissubsctypezUse `np.issubdtype` instead.Zset_string_functionzXUse `np.set_printoptions` instead with a formatter for custom printing of NumPy objects.Zasfarrayz-Use `np.asarray` with a proper dtype instead.Zissubclass_z!Use `issubclass` builtin instead.Ztracemalloc_domainz!It's now available from `np.lib`.matzUse `np.asmatrix` instead.Z
recfromcsvz1Use `np.genfromtxt` with comma delimiter instead.Z
recfromtxtzUse `np.genfromtxt` instead.Z	deprecatezTEmit `DeprecationWarning` with `warnings.warn` directly, or use `typing.deprecated`.Zdeprecate_with_docZdispz'Use your own printing function instead.Z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`.Zround_zUse `np.round` instead.Zget_array_wrap Z
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.)Zbyte_boundsZcompare_chararraysZformat_parserZalltrueZsometrueN)__doc__Z__expired_attributes__ r
   r
   G/var/www/auris/lib/python3.10/site-packages/numpy/_expired_attrs_2_0.py<module>   s     !"#$%&*+,-.12345679;<@ABCD