Commit Graph

223 Commits

Author SHA1 Message Date
Tom Keffer
4fdbfaaf1c Fixed a few typos in the Upgrade Guide. 2020-12-11 16:55:52 -08:00
Tom Keffer
2a9d6a2b4a Upgraded to tocbot v4.12.0 2020-12-11 16:38:58 -08:00
Tom Keffer
91987c61d8 Added upgrade instructions for patching.
V4.3.0a2
2020-12-11 16:05:57 -08:00
Tom Keffer
caa4958f42 Change headings to reflect the released version. 2020-12-11 14:33:44 -08:00
Tom Keffer
1993f13e0d 4.2.0a1 2020-10-19 06:10:14 -07:00
Tom Keffer
e99dd45818 Squashed commit of the following:
commit 5023ea5acdee7b7698d3f9e59118711503bbb2ab
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Sun Oct 18 04:38:05 2020 -0700

    Suggest more xtypes examples.

commit 3c8b0e77c4a0c5163bde5df513f5eda37eac9853
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Sat Oct 17 08:07:31 2020 -0700

    Added sample image of vapor_p.
    Added comment about ordering matters.

commit 9ebc989d702f66249f6caafbd9ba1e9739eb42d4
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Sat Oct 17 06:15:18 2020 -0700

    XType class Delta can now use the same cumulative type more than once.
    Added tests.

commit 47857d83817a4fb32ab645245239cf5a56c65b19
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Fri Oct 16 16:29:18 2020 -0700

    Added XType 'Delta', for calculating differences from cumulative totals.

commit bb8a07bd3e828f7cd7f20660c8702370151bbb96
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Fri Oct 16 12:11:01 2020 -0700

    Reformat xtypes documentation. Finishes fix for issue #491.

commit a27d6e1dbdee272c2a2b22bb58d162cbb7472049
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Fri Oct 16 12:09:33 2020 -0700

    Upgrade now adds new service group xtypes_services.
    Update tests to follow.

commit 611dbc60d0908294ae268019c48f2ca7693f0615
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Fri Oct 16 09:11:47 2020 -0700

    No heat index for temperatures under 40F.

commit fe9e60818295fcc8386501425b259ea2111005d7
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Fri Oct 16 08:22:37 2020 -0700

    Update comments on get_series()

commit 14f3a15cd7df2e64674d794fb375cc7e807ad91a
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Fri Oct 16 08:12:03 2020 -0700

    Add a version of get_series() that works for xtypes.
    Document it.
    Include vaporpressure.py in the examples subdirectory.

commit 0995f772e6b204b13c60af42681fdb2e54ab200b
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Thu Oct 15 17:07:52 2020 -0700

    More details about how to write an xtypes extension.

commit 1e1dce3a29f211944230119078e0108502f8f706
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Thu Oct 15 17:07:10 2020 -0700

    Add threading lock to RainRater.

commit bed387de5913e42291045b4780e8110c15229b73
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Thu Oct 15 04:49:59 2020 -0700

    Update and improve the xtypes documentation.

commit dc4f488d17a4aeaa9b9d604c500f7063c044a0af
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Thu Oct 15 04:49:31 2020 -0700

    Add service group xtype_services to weewx.conf.

commit 6f29b1a23d60189b07efae4d4ea160079eb973e8
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Wed Oct 14 13:31:43 2020 -0700

    It's OK for direction to be none, provided speed is zero

commit 034be1c968dd0bc33791d4f6559c15c7e28b6364
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Wed Oct 14 13:31:21 2020 -0700

    Check to make sure the section [Engine][[Services]] exists

commit 8cf2b3e372d1b9da948ef6caa27aadb721308850
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Wed Oct 14 08:24:13 2020 -0700

    Separate StdService from XType functionality.
    Makes XType functionality useful outside the context of WeeWX services.
    Simplifies test suites.

commit 9325e792cafa0a885f529ac15636202d518a9c61
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Wed Oct 14 08:23:07 2020 -0700

    Class DummyEngine derives from Engine.

commit 7ac31f7bd2b80c61792e0f3a5f0293ec1eb0666b
Author: Tom Keffer <tkeffer@gmail.com>
Date:   Sat Oct 10 16:26:19 2020 -0700

    Made it easier to add new, derived types via StdWXCalculate.
    See issue #491.
2020-10-18 05:49:45 -07:00
Tom Keffer
f62d79138e New unit "beaufort", part of group_speed. Treating beaufort as a separate type
has been deprecated. Fixes issue #591.
2020-08-06 14:56:23 -07:00
Tom Keffer
7380fb777c Instructions for switching versions of python for setup.py install 2020-05-25 14:35:34 -07:00
Matthew Wall
de4d927525 update rpm update instructions 2020-05-25 17:31:05 -04:00
Tom Keffer
a55c9cd22b Set Version to 4.1.0 2020-05-25 12:10:00 -07:00
Tom Keffer
c0a109591b Changed docs to reflect that the bin directory is no longer saved 2020-03-30 06:17:39 -07:00
Tom Keffer
72718c6768 Inject types no longer calculated by default by StdWXCalculate. 2020-03-27 17:29:13 -07:00
Tom Keffer
d00db3195c Use minified version of cash.js 2020-03-20 06:26:21 -07:00
tkeffer@gmail.com
fcb2f7100a Old way of specifying schemas will continue to be supported. 2019-12-07 17:13:09 -07:00
Tom Keffer
60eadb23e6 Upgrade instructions for V4.0 2019-11-15 15:04:52 -08:00
Tom Keffer
2564416ae3 Update to use tocbot and weewx_ui.css 2019-04-01 18:49:52 -07:00
Tom Keffer
d2b6ef0720 V4.0.0a1 2019-02-13 14:44:12 -08:00
Tom Keffer
661241af85 More details on activating skins 2019-01-28 08:49:44 -08:00
Matthew Wall
ea5a021a0d restart weewx after setup.py upgrade 2019-01-23 03:05:40 -05:00
Tom Keffer
387970fae5 Minor changes in Upgrade Guide. 2019-01-16 13:42:55 -08:00
Tom Keffer
46b36b5ac2 Tried to clarify which users will be affected by upgrade process. 2019-01-16 07:07:06 -08:00
Tom Keffer
4857193650 Updated Upgrade Guide to reflect new, new ordering of defaults. 2019-01-15 16:29:54 -08:00
Matthew Wall
dd0d8906a2 slight clarification in upgrade guide 2019-01-13 11:03:54 -05:00
Matthew Wall
b755dae69a update the upgrading guid 2019-01-13 11:00:55 -05:00
Tom Keffer
5cfd2ff8ba s/ObservationDefaults/Defaults/g 2019-01-05 18:15:28 -08:00
Tom Keffer
e40248965d Revert "Minor reformatting."
This reverts commit 260be6118c.
2019-01-05 18:13:34 -08:00
Tom Keffer
260be6118c Minor reformatting. 2019-01-05 18:12:23 -08:00
Matthew Wall
acb1e94e98 simplify 2019-01-01 15:14:18 -05:00
Matthew Wall
f2076b1e77 make root-level doc page match layout of other doc pages. minor edits as i come up to speed on all of tom's changes. 2019-01-01 12:09:06 -05:00
Tom Keffer
85ad308e02 Continue to refine upgrading notes. 2018-12-08 13:54:47 -08:00
Tom Keffer
c96d77428b s/weeWX/WeeWX/g 2018-12-06 13:59:13 -08:00
Tom Keffer
aebc6771b7 Changed from [Defaults] to [ObservationDefaults] 2018-12-05 13:16:55 -08:00
Tom Keffer
99695e48ff More HTML compliant 2018-12-04 16:24:07 -08:00
Tom Keffer
1537c6b875 Converted docs to HTML 5 2018-12-04 14:31:36 -08:00
Tom Keffer
20402b9a71 Make true deep copy of [Defaults] section. 2018-11-29 06:32:13 -08:00
Tom Keffer
a99bed7be6 Started updating Upgrade Guide 2018-11-28 17:24:07 -08:00
Tom Keffer
48a7d45a0e Bumped version to v3.9.0a1 2018-09-06 05:32:43 -07:00
Tom Keffer
172e44b22c V3.8.0 release candidate a0 2017-10-13 08:04:00 -07:00
Matthew Wall
ec7edda78d update examples paths in remaining guides. explicitly list all path changes for examples. 2017-03-15 20:22:34 -04:00
Tom Keffer
b01354bfc0 Documented change in location of the examples 2017-03-15 16:40:22 -07:00
Matthew Wall
14fd16ad8e make battery status labels consistent across all wmr drivers 2017-03-01 21:59:32 -05:00
Matthew Wall
cf4de7ce14 do recipe using wget instead of curl 2017-02-18 16:11:17 -05:00
Matthew Wall
bbf95f2147 added examples 2017-02-12 21:51:36 -05:00
Matthew Wall
62fc5e9d3d adjust wording of weighting description 2017-02-12 19:39:47 -05:00
gjr80
9f11743eb0 Added sentences about wee_import/interval and weight patching multiple dbs 2017-02-10 06:58:49 +10:00
Tom Keffer
5a348be5f0 More details on upgrading 2017-02-06 06:44:59 -08:00
gjr80
e75c70f1b9 Reworked --wee-database section of Utilities Guide to reflect current wee-database operation
- revised usage
- reword --rebuild-daily
- reword --check
- reword --update
2017-02-06 16:53:48 +10:00
Matthew Wall
b8d1ab4bef use apt instructions for debian installs 2017-02-05 23:17:12 -05:00
matthewwall
0aeb1c0825 merge 2017-01-26 19:51:53 -05:00
matthewwall
9336ca2f12 decode weewx into weeWX 2017-01-26 19:48:05 -05:00