From e5b728cfc8405d50acf499f2a9bbdfb347f052de Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph.weston08@gmail.com>
Date: Fri, 12 May 2017 18:20:33 +0200
Subject: [PATCH] remove removal notice from whatsnew

The site() method was never widely advertised, so no one will miss it.
---
 doc/source/pre/whatsnew/1.3.rst | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/doc/source/pre/whatsnew/1.3.rst b/doc/source/pre/whatsnew/1.3.rst
index 7f6da300..cd99c3e4 100644
--- a/doc/source/pre/whatsnew/1.3.rst
+++ b/doc/source/pre/whatsnew/1.3.rst
@@ -158,9 +158,3 @@ Quantities defined on system hoppings (e.g. currents calculated using
 `~kwant.operator.current`) can be directly plotted as a streamplot over the
 system using `kwant.plotter.current`. This is similar to how
 `kwant.plotter.map` can be used to plot quantities defined on sites.
-
-Remove site() method from finalized Builders
---------------------------------------------
-The `site` method of finalized builders has been deprecated since before
-Kwant 1.1. Instead of this method one can get a list of sites from the
-`sites` attribute of finalized builders.
-- 
GitLab