Skip to content

Commit 87e193b

Browse files
wholmgrenlboeman
andauthored
add 1.0.0 changelog entries (#177)
* add 1.0.0 changelog entries * report value duplication note Co-authored-by: Leland Boeman <[email protected]>
1 parent 8dae1ce commit 87e193b

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,61 @@ in this file.
66
Detailed changes to the Solar Forecast Arbiter Core python library can be found
77
in the core documentation's [what's new](https://solarforecastarbiter-core.readthedocs.io/en/latest/whatsnew/index.html) series.
88

9+
## [1.0] - 2020-11-17
10+
11+
This 1.0 version is the culmination of more than 2 years of work, but this
12+
section of the changelog only highlights the differences with the most recent
13+
release (1.0rc4). Please see the release notes for each of the rc, beta, and
14+
alpha versions below for a complete history of changes. Please see the
15+
[documentation](https://solarforecastarbiter.org/documentation/) for the
16+
dashboard, API, or core framework for a complete description of features.
17+
18+
### Added
19+
20+
- Backfilled all missing data from SURFRAD, SOLRAD, RTC, and ARM data for 2017
21+
through October 2020.
22+
23+
- Predefined reference aggregates for mean of SURFRAD GHI, mean of SURFRAD DNI,
24+
and the total PV power of several small systems in the UO SRML network in
25+
Portland, OR. See [dashboard.solarforecastarbiter.org/aggregates](https://dashboard.solarforecastarbiter.org/aggregates/).
26+
27+
- Ability to download site, observation, and forecast metadata from the
28+
dashboard. Click the "Download Metadata" link in the upper right corner of
29+
any metadata description box.
30+
31+
- "Copy UUID" button to the metadata of a site, observation, or forecast. This
32+
allows dashboard users to more easily copy identifier data into scripts that
33+
interact with the API.
34+
35+
### Changed
36+
37+
- Improved documentation of
38+
[data upload](https://api.solarforecastarbiter.org/#section/Introduction/Interaction-for-Observational-Data-Providers)
39+
and
40+
[authentication](https://api.solarforecastarbiter.org/#section/Authentication)
41+
procedures when using the REST API.
42+
43+
- Improved text description on [dashboard.solarforecastarbiter.org](https://dashboard.solarforecastarbiter.org)
44+
landing page.
45+
46+
- Moved the dashboard's observation/forecast data upload controls from a
47+
separate page to below the time series graph.
48+
49+
### Fixed
50+
51+
- Plots of metrics for total analysis period could contain mislabeled bars.
52+
53+
- JSON metadata downloads in reports could fail due to special characters in
54+
site, observation, or forecast extra parameters fields.
55+
56+
- Typo in time series plot labels for probabilistic forecasts of thresholds.
57+
58+
- API error when uploading empty forecast data.
59+
60+
- Bug causing report values to be duplicated on recompute, causing slow down
61+
and API failures. Now only the most recent computed values are stored.
62+
63+
964
## [1.0rc4] - 2020-10-29
1065

1166
### Added

0 commit comments

Comments
 (0)