diff --git a/doc/source/new.rst b/doc/source/new.rst index 59f1293..645e090 100644 --- a/doc/source/new.rst +++ b/doc/source/new.rst @@ -1,6 +1,26 @@ What's New =========== +v1.0b2 +---------- + +- Beta release 2. +- xarray 0.9 no longer includes default index dimensions in the coordinate + mappings. This was causing a crash in the routines that cause a reduction + in dimension shape, mainly the interpolation routines. This has been + fixed. +- Documentation updated to show the new output from xarray. + +v1.0b1 +---------- + +- Beta release 1. +- Added more packaging boilerplate. +- Note: Currently unable to build with Python 3.5 on Windows, due to + issues with distutils, numpy distutils, and mingw compiler. Will attempt + to find a workaround before the next release. Windows users should use + Python 2.7 or Python 3.4 for now. + v1.0a3 ----------- @@ -19,25 +39,7 @@ v1.0a3 - Fixed issue with generator expressions. - Renamed some functions and arguments. - -v1.0b1 ----------- - -- Beta release 1. -- Added more packaging boilerplate. -- Note: Currently unable to build with Python 3.5 on Windows, due to - issues with distutils, numpy distutils, and mingw compiler. Will attempt - to find a workaround before the next release. Windows users should use - Python 2.7 or Python 3.4 for now. -v1.0b2 ----------- -- Beta release 2. -- xarray 0.9 no longer includes default index dimensions in the coordinate - mappings. This was causing a crash in the routines that cause a reduction - in dimension shape, mainly the interpolation routines. This has been - fixed. -- Documentation updated to show the new output from xarray. diff --git a/setup.py b/setup.py index 9f9894f..63246c6 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ numpy.distutils.core.setup( "GitHub Repository:\n\n" "https://github.com/NCAR/wrf-python\n\n" "Documentation:\n\n" - "https://wrf-python.rtfd.org\n"), + "http://wrf-python.rtfd.org\n"), url = "https://github.com/NCAR/wrf-python", keywords = ["python", "wrf-python", "wrf", "forecast", "model", "weather research and forecasting", "interpolation",