Update release notes and docs for 2.1 release 2.1
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 13 Sep 2016 17:30:33 +0000 (17:30 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 13 Sep 2016 17:41:25 +0000 (17:41 +0000)
NEWS
weather.1
weather.py
weatherrc.5

diff --git a/NEWS b/NEWS
index 5488378..83519a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,31 @@
  New Version Information for the Weather Utility
 =================================================
 
-:Copyright: (c) 2006-2012 Jeremy Stanley <fungi@yuggoth.org>. Permission
+:Copyright: (c) 2006-2016 Jeremy Stanley <fungi@yuggoth.org>. 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
index 454273e..f55ab0d 100644 (file)
--- 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 <fungi@yuggoth.org>.
+.TH weather 1 "2016\-09\-13" "2.1" \" -*- nroff -*-
+\" Copyright (c) 2006-2016 Jeremy Stanley <fungi@yuggoth.org>.
 \" Permission to use, copy, modify, and distribute this software is
 \" granted under terms provided in the LICENSE file distributed with
 \" this software.
index 5e5b16b..48bb8d1 100644 (file)
@@ -1,12 +1,12 @@
 """Contains various object definitions needed by the weather utility."""
 
 weather_copyright = """\
-# Copyright (c) 2006-2014 Jeremy Stanley <fungi@yuggoth.org>. Permission to
+# Copyright (c) 2006-2016 Jeremy Stanley <fungi@yuggoth.org>. 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
index aee61d5..01d178e 100644 (file)
@@ -1,5 +1,5 @@
-.TH weatherrc 5 "2012\-06\-24" "2.0" \" -*- nroff -*-
-\" Copyright (c) 2006-2012 Jeremy Stanley <fungi@yuggoth.org>.
+.TH weatherrc 5 "2016\-09\-13" "2.1" \" -*- nroff -*-
+\" Copyright (c) 2006-2016 Jeremy Stanley <fungi@yuggoth.org>.
 \" Permission to use, copy, modify, and distribute this software is
 \" granted under terms provided in the LICENSE file distributed with
 \" this software.