From: Jeremy Stanley Date: Tue, 13 Sep 2016 17:30:33 +0000 (+0000) Subject: Update release notes and docs for 2.1 release X-Git-Tag: 2.1^0 X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=commitdiff_plain;h=c2edb3e07fd8ed35377e19cc1cb1c7049bd62e1b Update release notes and docs for 2.1 release --- diff --git a/NEWS b/NEWS index 5488378..83519a3 100644 --- a/NEWS +++ b/NEWS @@ -2,13 +2,31 @@ New Version Information for the Weather Utility ================================================= -:Copyright: (c) 2006-2012 Jeremy Stanley . Permission +:Copyright: (c) 2006-2016 Jeremy Stanley . Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software. .. contents:: +2.1 Release +----------- +The old http://weather.noaa.gov/pub site was deprecated and as of August +23 and subsequently removed from service. Correlation data files have +been updated to use the working http://tgftp.nws.noaa.gov URL instead. + +Updated correlation data is included based on newer 2014 Census data. + +The correlation data rebuilding process has been improved and more +thoroughly documented. + +Radian floats in correlation data are now truncated to 7 decimal places, +significantly reducing rounding error fuzz against future data file +updates. + +The /etc/weather/weatherrc file mentioned in documentation is now +properly read. + 2.0 Release ----------- The 2.0 release involves a major rewrite of the underlying code and diff --git a/weather.1 b/weather.1 index 454273e..f55ab0d 100644 --- a/weather.1 +++ b/weather.1 @@ -1,5 +1,5 @@ -.TH weather 1 "2012\-06\-24" "2.0" \" -*- nroff -*- -\" Copyright (c) 2006-2012 Jeremy Stanley . +.TH weather 1 "2016\-09\-13" "2.1" \" -*- nroff -*- +\" Copyright (c) 2006-2016 Jeremy Stanley . \" Permission to use, copy, modify, and distribute this software is \" granted under terms provided in the LICENSE file distributed with \" this software. diff --git a/weather.py b/weather.py index 5e5b16b..48bb8d1 100644 --- a/weather.py +++ b/weather.py @@ -1,12 +1,12 @@ """Contains various object definitions needed by the weather utility.""" weather_copyright = """\ -# Copyright (c) 2006-2014 Jeremy Stanley . Permission to +# Copyright (c) 2006-2016 Jeremy Stanley . Permission to # use, copy, modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. #""" -weather_version = "2.0" +weather_version = "2.1" radian_to_km = 6372.795484 radian_to_mi = 3959.871528 diff --git a/weatherrc.5 b/weatherrc.5 index aee61d5..01d178e 100644 --- a/weatherrc.5 +++ b/weatherrc.5 @@ -1,5 +1,5 @@ -.TH weatherrc 5 "2012\-06\-24" "2.0" \" -*- nroff -*- -\" Copyright (c) 2006-2012 Jeremy Stanley . +.TH weatherrc 5 "2016\-09\-13" "2.1" \" -*- nroff -*- +\" Copyright (c) 2006-2016 Jeremy Stanley . \" Permission to use, copy, modify, and distribute this software is \" granted under terms provided in the LICENSE file distributed with \" this software.