Skip to content

Commit

Permalink
restore allow deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Oct 6, 2024
1 parent f46bd07 commit 505a79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ pub use crate::borrow::{
};
pub use crate::convert::{IntoPyArray, NpyIndex, ToNpyDims, ToPyArray};
#[cfg(feature = "gil-refs")]
#[allow(deprecated)]
pub use crate::dtype::dtype;
pub use crate::dtype::{
dtype_bound, Complex32, Complex64, Element, PyArrayDescr, PyArrayDescrMethods,
Expand All @@ -120,6 +121,7 @@ pub use crate::error::{BorrowError, FromVecError, NotContiguousError};
pub use crate::npyffi::{PY_ARRAY_API, PY_UFUNC_API};
pub use crate::strings::{PyFixedString, PyFixedUnicode};
#[cfg(feature = "gil-refs")]
#[allow(deprecated)]
pub use crate::sum_products::{dot, einsum, inner};
pub use crate::sum_products::{dot_bound, einsum_bound, inner_bound};
pub use crate::untyped_array::{PyUntypedArray, PyUntypedArrayMethods};
Expand Down

0 comments on commit 505a79c

Please sign in to comment.