# HG changeset patch # User Wenda Li # Date 1530266105 -3600 # Node ID 7c6f812afdc45fac7d8481fec6dcd80ad0cc26a2 # Parent a110dcc9a4c74ca1db9b0e03ea2f0c2600951505 NEWS and CONTRIBUTORS diff -r a110dcc9a4c7 -r 7c6f812afdc4 CONTRIBUTORS --- a/CONTRIBUTORS Fri Jun 29 10:24:36 2018 +0200 +++ b/CONTRIBUTORS Fri Jun 29 10:55:05 2018 +0100 @@ -34,6 +34,9 @@ * March 2018: Viorel Preoteasa Generalisation of complete_distrib_lattice +* February 2018: Wenda Li + A unified definition for the order of zeros and poles. Improved reasoning around non-essential singularities. + * January 2018: Sebastien Gouezel Various small additions to HOL-Analysis diff -r a110dcc9a4c7 -r 7c6f812afdc4 NEWS --- a/NEWS Fri Jun 29 10:24:36 2018 +0200 +++ b/NEWS Fri Jun 29 10:55:05 2018 +0100 @@ -390,6 +390,10 @@ Ln, namely (-pi,pi]; the old Arg function has been renamed Arg2pi. INCOMPATIBILITY. +* Session HOL-Analysis: the functions zorder, zer_poly, porder and pol_poly have been redefined. +All related lemmas have been reworked. +INCOMPATIBILITY. + * Session HOL-Analysis: infinite products, Moebius functions, the Riemann mapping theorem, the Vitali covering theorem, change-of-variables results for integration and measures.