Skip to content

Commit 753ca03

Browse files
committed
remove truncation deprecations
1 parent 1d67cad commit 753ca03

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/TensorKit.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export FusionTree
2828
export IndexSpace, HomSpace, TensorSpace, TensorMapSpace
2929
export AbstractTensorMap, AbstractTensor, TensorMap, Tensor # tensors and tensor properties
3030
export DiagonalTensorMap, BraidingTensor
31-
export TruncationScheme
3231
export SpaceMismatch, SectorMismatch, IndexError # error types
3332

3433
# Export general vector space methods

src/auxiliary/deprecate.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ Base.@deprecate EuclideanProduct() EuclideanInnerProduct()
3535

3636
Base.@deprecate insertunit(P::ProductSpace, args...; kwargs...) insertleftunit(args...; kwargs...)
3737

38-
# truncations
39-
const TruncationScheme = MatrixAlgebraKit.TruncationStrategy
40-
@deprecate truncdim(d::Int) truncrank(d)
41-
@deprecate truncbelow::Real) trunctol(; atol = ϵ)
42-
@deprecate truncerr::Real) truncerror(ϵ)
43-
4438
# factorizations
4539
# --------------
4640
_kindof(::MatrixAlgebraKit.LAPACK_HouseholderQR) = :qr

0 commit comments

Comments
 (0)