Commit Graph

267 Commits

Author SHA1 Message Date
Tom Keffer
5cdbea0f37 Fix broken link 2023-02-20 16:08:07 -08:00
Tom Keffer
998c7a52c5 Merge branch 'master' into V5
# Conflicts:
#	docs/upgrading.htm
2023-02-02 14:03:49 -08:00
Tom Keffer
b6d8057459 Include missing .long_form
Correct Upgrade Guide.
2023-01-30 17:30:56 -08:00
Tom Keffer
53449b96b7 Support older extensions.
Very old extensions did:

    from setup import ExtensionInstaller

Redirect references to `setup` to me instead.
2023-01-30 13:12:52 -08:00
Tom Keffer
8cb54810a1 Print useful path to config file when upgrading. 2023-01-29 18:25:29 -08:00
Tom Keffer
b1677ee85f Revert part of commit 35c7b61b.
Do not change the API for weedb.sqlite.
2023-01-29 16:17:33 -08:00
Tom Keffer
f961dbdbe1 Trim the number of copyright notifications 2023-01-29 04:18:54 -08:00
Tom Keffer
4490d867c3 Fine tune mkdocs theme.
Move utilities to their own directory.

Fix doclist div.
2023-01-28 15:52:12 -08:00
Tom Keffer
c275fa57d9 Write guide to upgrading to V5.0 2023-01-20 09:44:54 -08:00
Tom Keffer
558768e1a9 Finish fixing links in the Users Guide 2023-01-19 12:26:51 -08:00
Tom Keffer
672491e7c0 Move docs back to weewx root.
In anticipation of switching to mkdocs
2023-01-03 12:05:48 -08:00
Tom Keffer
925d3f3069 Refactor resources
Move them inside the package `wee_resources`
2022-12-09 15:35:46 -08:00
Tom Keffer
a45f8c1f34 More details on PR #807 and issue #808
Also, took out API change section under "Upgrading to V4.6".
This is because #808 basically reverses it.
2022-11-17 13:46:44 -08:00
Tom Keffer
3295990f73 Merge branch long_form 2022-11-08 05:59:41 -08:00
Tom Keffer
0130c42976 Allow more flexible formatting for delta times
This can break old skins.

See Upgrade Guide. PR #807.
2022-11-07 11:02:45 -08:00
Tom Keffer
510fa75cf5 V4.10.0a1 2022-11-06 13:53:15 -08:00
Tom Keffer
209fd34026 Fix bug that prevents group_deltatime from being used by timespans
Fixes issue #808.
2022-11-06 13:51:00 -08:00
Tom Keffer
7d6161875e Document the change in calling signature of archive span functions 2022-10-25 07:28:57 -07:00
Tom Keffer
30860dff2c Allow TOC in Upgrade guide to scroll vertically 2022-10-19 15:47:36 -07:00
Tom Keffer
4e7fee3e55 Allow additional constants when calculating ET.
Constants "albedo", "cn", and "cd" were formerly hardwired into the
code that calculates ET. They can now be specified in the
configuration file.

ET was formerly calculated in XTypes class WXXTypes, but now
has its own class ETXType. Certain parameters were removed from
WXXTypes and moved to ETXType.

Resolves issue #730.
2022-07-30 13:02:51 -07:00
Tom Keffer
b06382cde6 Version 4.9.0a1 2022-07-27 12:13:40 -07:00
Tom Keffer
b164c74c34 wee_reports can now be invoked by specifying a --date and --time.
Fixes issue #776.
2022-07-03 18:02:38 -07:00
Tom Keffer
80160d8140 Version 4.8.0 2022-04-21 17:41:41 -07:00
Tom Keffer
b3c8f8ea0f Version 4.7.0 2022-03-01 15:36:25 -08:00
Matthew Wall
35331fd139 don't hide right-hand cell in a table that is not horizontally scrollable 2022-02-07 17:50:40 -05:00
Tom Keffer
4318e4cd2c Document changed ordering of the evaluation of the search list. 2022-02-06 13:41:00 -08:00
Matthew Wall
5baea2b179 fix formatting for api changes. minor wording changes. 2022-02-04 08:51:22 -05:00
Tom Keffer
7d8548c35b Move tag $alltime from examples to WeeWX core. 2022-01-10 13:37:32 -08:00
Tom Keffer
6a6d281f3e V4.6.0b1 2021-08-13 09:48:24 -07:00
Tom Keffer
ea41b1dfb5 Fixed typo. 2021-05-24 13:26:59 -07:00
Tom Keffer
583aa562de Comments on elapsed time contexts. 2021-05-24 12:11:50 -07:00
Tom Keffer
a65244ec73 v4.6.0a1 2021-04-16 09:54:07 -07:00
Tom Keffer
ff25734a6b .raw is back to being a property.
No need to mention it in the Upgrading Guide.
2021-03-21 11:21:42 -07:00
Tom Keffer
5573b830c8 Document changes in as_value_tuple() in Upgrading Guide. 2021-03-20 18:48:58 -07:00
Tom Keffer
6919c5e8d1 More clarifying notes on changes in V4.5. 2021-03-20 06:12:18 -07:00
Tom Keffer
4362bb2c48 Added helper function $jsonize().
The tag `.raw` has been changed from a property to a function,
which can take optional argument `ndigits`.
2021-03-20 05:27:30 -07:00
Tom Keffer
663caf3fab Upgrade guide for V4.5 2021-03-19 04:56:28 -07:00
Tom Keffer
d727acdb09 Version 4.5.0a1 2021-03-15 14:58:05 -07:00
Tom Keffer
f90473fb97 Added details about Debian upgrade options. 2021-02-04 06:23:31 -08:00
Tom Keffer
9bd4419936 V4.4.0 2021-01-30 11:07:10 -08:00
gjr80
69514e9b40 Updated changelog and upgrade guide to include dirsumtime patch #642 2021-01-29 09:23:47 +10:00
Tom Keffer
c788d67720 Replaced http with https in many places. 2021-01-08 11:43:24 -08:00
Tom Keffer
2c9989eb1b Set log_failure to True in [StdReport].
Change test suites to follow.
V4.3.0b4
2021-01-04 05:20:28 -08:00
Tom Keffer
e9c2746f87 Details on upgrading the configuration file, weewx.conf. 2020-12-12 15:33:09 -08:00
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