From 37052d323590170e621eb28d8bdeb01cd027a7a4 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Tue, 23 Jan 2018 16:37:44 -0700 Subject: [PATCH] Updated documentation --- doc/source/new.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/new.rst b/doc/source/new.rst index e2ee510..e2ff9cc 100644 --- a/doc/source/new.rst +++ b/doc/source/new.rst @@ -44,6 +44,12 @@ v1.1.0 vertically staggered grid. - A DOI is now available for wrf-python. Please cite wrf-python if you are using it for your research. (See :ref:`citation`) +- Fixed issue with vertcross and interpline not working correctly when a + projection object is used. Users will now have to supply the lower left + latitude and longitude corner point. +- Beginning with numpy 1.14, wrf-python can be built using the MSVC + compiler with gfortran. WRF-Python can now be built for Python 3.5+ on + services like AppVeyor. v1.0.5