Browse Source

Moved latest release information to top of new.rst. Fixed documentation URL in setup.py

main
Bill Ladwig 8 years ago
parent
commit
3411b78797
  1. 38
      doc/source/new.rst
  2. 2
      setup.py

38
doc/source/new.rst

@ -1,6 +1,26 @@
What's New 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 v1.0a3
----------- -----------
@ -19,25 +39,7 @@ v1.0a3
- Fixed issue with generator expressions. - Fixed issue with generator expressions.
- Renamed some functions and arguments. - 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.

2
setup.py

@ -55,7 +55,7 @@ numpy.distutils.core.setup(
"GitHub Repository:\n\n" "GitHub Repository:\n\n"
"https://github.com/NCAR/wrf-python\n\n" "https://github.com/NCAR/wrf-python\n\n"
"Documentation:\n\n" "Documentation:\n\n"
"https://wrf-python.rtfd.org\n"), "http://wrf-python.rtfd.org\n"),
url = "https://github.com/NCAR/wrf-python", url = "https://github.com/NCAR/wrf-python",
keywords = ["python", "wrf-python", "wrf", "forecast", "model", keywords = ["python", "wrf-python", "wrf", "forecast", "model",
"weather research and forecasting", "interpolation", "weather research and forecasting", "interpolation",

Loading…
Cancel
Save