You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# [unreleased]
2
2
3
+
Introducing `usmap 1.0.0`! This week we celebrated 10 years since the [first commit](https://github.com/pdil/usmap/commit/1d6a950d54c8195507406d7042093041381b605c) to this project. It has been quite a ride and `usmap` has grown greatly over the years. To everyone who has supported the project in any way, either by reporting issues, contributing code, or just using the package in your work, thank you so much.
4
+
5
+
I'm happy to announce that with this version we have finally added Puerto Rico! This addition has been [years](https://github.com/pdil/usmap/issues/20) in the making and its now available throughout `usmap`.
6
+
7
+
### New Features
8
+
* Add Puerto Rico support to all `usmap` functions (where relevant), see [Issue #20](https://github.com/pdil/usmap/issues/20).
9
+
* All included map years have been retroactively updated to include Puerto Rico, so any valid value of `data_year` will include Puerto Rico if desired.
10
+
* Functions now return Puerto Rico in their data sets and it can be included or excluded just like any state (using FIPS, full name, abbreviation, etc.).
11
+
* Puerto Rican municipalities will be shown when using `"county"` map variants.
12
+
* By default, Puerto Rico is not shown when using `plot_usmap()` unless it is specifically included with the `include` parameter. This default behavior can be changed by setting the environment variable `USMAP_DEFAULT_EXCLUDE_PR = FALSE`. Setting this parameter will include Puerto Rico by default when calling `plot_usmap()` unless specifically excluded with the `exclude` parameter.
13
+
* Special thanks [@dcaud](https://github.com/dcaud) who started this work [years ago](https://github.com/pdil/usmap/pull/34).
14
+
15
+
### Improvements
16
+
* Improve documentation and vignettes.
17
+
3
18
# usmap 0.8.0
4
19
Released Wednesday, May 28, 2025.
5
20
@@ -19,6 +34,11 @@ Released Wednesday, May 28, 2025.
19
34
### Improvements
20
35
* Update package author email.
21
36
37
+
### Removed
38
+
* The `as_sf` parameter has been completely removed from `usmapdata`.
39
+
* Its usage was already removed from `usmap` but its removal is noted here as a final notice.
40
+
* Any existing code that sets it can safely delete it from `usmapdata` function calls.
0 commit comments