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: