Skip to content

Commit

Permalink
Changed header levels
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdrucker committed Sep 14, 2022
1 parent 002105c commit d5f5124
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## sportyR 2.0.1
# sportyR 2.0.1

### Patches/Bug Fixes
## Patches/Bug Fixes
- Fixed [#8](https://github.com/sportsdataverse/sportyR/issues/8). All display ranges for hockey rinks work as expected

- Fixed [#9](https://github.com/sportsdataverse/sportyR/issues/9). Yardage markers now move responsive to `x_trans` and `y_trans`

- Added `gifski` package as `Suggests`-level dependency so gifs in vignettes may render properly

### Intenal Changes
## Intenal Changes
- Changed logic into how curling ends are drawn/placed on a curling sheet

- Adjusted `xlims` for `geom_hockey()` to include slightly more of the neutral zone when using `display_range %in% c("ozone", "dzone")`
Expand All @@ -16,9 +16,9 @@

- Changed website colors

## sportyR 2.0.0
# sportyR 2.0.0

### Internal Changes
## Internal Changes
- Re-defined all surfaces to be parameterized by the size of their features, rather than being defined individually in a file

- New internal data set (`data-raw/surface_dimensions.json`) to maintain all league dimensions
Expand All @@ -31,7 +31,7 @@

- Updated documentation

### Additional Capabilities
## Additional Capabilities
- Introduction of the `display_range` parameter to allow customized views of plots (e.g. only seeing the red zone of a football field, rather than the entire field)

- Introduction of the `{surface}_updates` parameter to allow customization of a surface starting at a base surface (e.g. `geom_hockey("NHL", surface_updates = list(rink_length = 400)))` will create a regulation NHL ice rink that is twice as long as it should be. This allows the package to better handle edge cases and support more users off the bat with less internal maintenance
Expand All @@ -40,7 +40,7 @@

- Introduction of `x_trans` and `y_trans` argument for every surface to adjust positioning of origin

### New Sports and Leagues Supported
## New Sports and Leagues Supported

#### Baseball
- MiLB
Expand Down Expand Up @@ -75,18 +75,18 @@
- USTA
- WTA

### Breaking Changes (and justifications for breaks)
## Breaking Changes (and justifications for breaks)
- Removed `full_surf` and `rotation_dir` arguments to allow for `display_range` and more flexible `rotation` arguments to be introduced. The improved argument structure will allow for more granular "zoom" on plots to regions of interest, as well as adjusting coordinates appropriately to match data sets

- Removed `vdiffr` tests as these were becoming unmanageable and didn't scale well to new leagues. Additionally, should a league change its dimension requirements, the case itself is no longer valid despite the league's plot _requiring_ the change. Instead, the individual plotting functions are checked as well as the classes of the resulting plots

## sportyR 1.0.4
# sportyR 1.0.4

- Removed requirement to include a plot caption color (fixes [#3](https://github.com/sportsdataverse/sportyR/issues/3))

- On September 7, 2021, the NWHL changed names to be the PHF. This name change is now reflected in the package, with NWHL still valid so as to be backwards compatible.

## sportyR 1.0.3
# sportyR 1.0.3

- Added tennis plotting capability
- Fixed issue with NCAA football plot hash marks (initially typed as 6, should have been typed as 60)
Expand All @@ -95,14 +95,14 @@
- Restructured code in `tests/testthat/test-plot-functions.R` to more closely resemble rest of repository structure. Plots now tested by sport rather than by plot-specific feature (e.g. units or rotation)
- Fixed minor bug with converting between millimeters and feet (originally was specified as 3048mm per foot, corrected to 304.8mm per foot)

## sportyR 1.0.2
# sportyR 1.0.2

- Added CFL plotting capability

## sportyR 1.0.1
# sportyR 1.0.1

- Introduced new testing infrastructure

## sportyR 1.0.0
# sportyR 1.0.0

Initial release! Ability to plot baseball, basketball ((W)NBA, NCAA, and FIBA), football (NFL and NCAA), hockey ((W)NHL, IIHF, NCAA), and soccer (FIFA, MLS, NCAA, NWSL, and Premier League) is included, with the capability to customize outputs in specific colors.

0 comments on commit d5f5124

Please sign in to comment.