Skip to content

Commit

Permalink
V2.5.3 Docs (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 28, 2025
1 parent ddf2a03 commit 72c0779
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions PW_OpenAPI.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.1.0
info:
version: "2.5.2"
version: "2.5.3"
title: Pirate Weather API
description: Pirate Weather provides an open, free, and documented source of government weather data.
termsOfService: https://pirate-weather.apiable.io/terms
Expand Down Expand Up @@ -843,7 +843,7 @@ components:
version:
type: string
description: The version of Pirate Weather used to generate the forecast.
example: V2.5.2
example: V2.5.3
sourceIDX:
type: object
description: The X, Y coordinate and the lat/long coordinate for each model used to generate the forecast. Only returned when version>2.
Expand Down
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ If you require a language not listed above, please consider contributing to the
},
"nearest-station": 0,
"units": "ca",
"version": "V2.5.2"
"version": "V2.5.3"
}
}
```
Expand Down
21 changes: 13 additions & 8 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,26 @@ For a RSS feed of these changes, subscribe using this link: <https://github.com/

???+ note "Version 2.5"

* February 28, 2025, API Version 2.5.3
* Fix an issue where the possible precipitation text was generating incorrectly on days with multiple precipitation types forecasted as per [pull request #80](https://github.com/Pirate-Weather/pirate-weather-code/pull/80)
* Allow the GEFS model to be excluded [issue #412](https://github.com/Pirate-Weather/pirateweather/issues/412).
* Zero intensity on currently and minutely when pop==0 as per [pull request #79](https://github.com/Pirate-Weather/pirate-weather-code/pull/79) and [pull request #81](https://github.com/Pirate-Weather/pirate-weather-code/pull/81).
* Zero accumulation on hourly when pop==0 as per [pull request #79](https://github.com/Pirate-Weather/pirate-weather-code/pull/79)
* February 26, 2025, API Version 2.5.2
* Fix a bug where the maximum intensity time was incorrect.
* Allow the GEFS model to be excluded [issue #412](https://github.com/Pirate-Weather/pirateweather/issues/412).
* February 26, 2025, API Version 2.5.1
* Updated containers to Python 3.13.
* Improved Dev endpoint stability.
* Improved monitoring stability
* Fixed historic data python environment
* February 24, 2025, API Version 2.5
* Added support for the Dark Sky translation module as per [issue #152](https://github.com/Pirate-Weather/pirateweather/issues/152)!
* Document liquid water ratio in intensity to [align with Dark Sky](https://github.com/Pirate-Weather/pirate-weather-code/pull/53#issuecomment-2661603131).
* Zero intensity when pop==0 (https://github.com/Pirate-Weather/pirate-weather-code/issues/30).
* Updated Docker containers to remove old pip requirements.
* Move to Zarr V3 for the response script!
* Corrected an issue where the fire index was capped at 15 instead of 100.
* February 26, 2025, API Version 2.5.1
* Updated containers to Python 3.13.
* Improved Dev endpoint stability.
* Improved monitoring stability
* Fixed historic data python environment
* February 26, 2025, API Version 2.5.2
* Fix a bug where the maximum intensity time was incorrect.
* Allow the GEFS model to be excluded [issue #412].

??? note "Version 2.4"

Expand Down

0 comments on commit 72c0779

Please sign in to comment.