From 87289c14d4548e9692e038704ca321f8046addee Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Thu, 19 Sep 2024 23:34:54 +0200 Subject: [PATCH] Augment deprecated symbols (#80) Extended the existing symbols --- torchfix/deprecated_symbols.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/torchfix/deprecated_symbols.yaml b/torchfix/deprecated_symbols.yaml index a24f8f3..e219b2c 100644 --- a/torchfix/deprecated_symbols.yaml +++ b/torchfix/deprecated_symbols.yaml @@ -25,11 +25,11 @@ replacement: torch.outer - name: torch.lu_solve - deprecate_pr: TBA + deprecate_pr: https://github.com/pytorch/pytorch/pull/73806 remove_pr: - name: torch.norm - deprecate_pr: TBA + deprecate_pr: https://github.com/pytorch/pytorch/pull/57986 remove_pr: - name: torch.range @@ -45,9 +45,17 @@ remove_pr: - name: torch.lu - deprecate_pr: TBA + deprecate_pr: https://github.com/pytorch/pytorch/pull/73804 remove_pr: +- name: torch.matrix_rank + deprecate_pr: https://github.com/pytorch/pytorch/pull/57734 + remove_pr: https://github.com/pytorch/pytorch/pull/70981 + +- name: torch.lstsq + deprecate_pr: https://github.com/pytorch/pytorch/pull/57743 + remove_pr: https://github.com/pytorch/pytorch/pull/70980 + - name: torch.nn.UpsamplingNearest2d deprecate_pr: TBA remove_pr: