Skip to content

Commit

Permalink
fixed release dates on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnStrasser committed Sep 5, 2024
1 parent 854d1bc commit af0067b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ Detailed documentation for each measure is coming soon.

## Release Notes

### Version 1.8.3 (August 28, 2024)
### Version 1.8.3 (September 5, 2024)

#### Bug Fixes / Improvements:
- Fixed estimated volumes for full_ped. Prviously, it was converting 15-minute ped data to hourly by applying a rolling sum, then applying the qudratic transform to get volumes, and then converted back to 15-minute by undoing the rolling sum. The bug had to do with the data not always being ordered correcly before undoing the rolling sum. However, this update removes the undo rolling sum altogether and replaces it with multiplying hourly volumes by the ratio of 15-minute data to hourly dat (more detail coming in the docs eventually). It seems to work much better now.

### Version 1.8.2 (August 28, 2024)
### Version 1.8.2 (August 29, 2024)

#### Bug Fixes / Improvements:
- Fixed issue when passing unmatched events as a dataframe instead of a file path.
Expand Down

0 comments on commit af0067b

Please sign in to comment.