|
1 | 1 | # NPSutils 1.1.0 |
| 2 | +## 2026-01-02 |
| 3 | + * DataStore API calls now use v8 endpoints (v7 was deprecated with DataStore 4.0 release) |
| 4 | + |
2 | 5 | ## 2025-09-15 |
3 | 6 | * Update Unit service API to use current version (instead of discontinued legacy endpoint) |
| 7 | + |
4 | 8 | ## 2025-05-16 |
5 | 9 | * Add a vignette going over basic functions and how to use NPSutils |
| 10 | + |
6 | 11 | ## 2025-05-08 |
7 | 12 | * add unit tests for all functions. Add packages necessary for unit tests to Suggests in DESCRIPTION file. |
8 | 13 |
|
|
11 | 16 |
|
12 | 17 | ## 2025-03-12 |
13 | 18 | * Update to MIT license |
| 19 | + |
14 | 20 | ## 2025-02-25 |
15 | 21 | * Update `CONTRIBUTING.md` |
16 | 22 | * Update readme to remove mention of "borked" functions |
|
21 | 27 | # NPSutils 1.0.0 |
22 | 28 | ## 2025-01-22 |
23 | 29 | * Update license to CC0. |
| 30 | + |
24 | 31 | ## 2025-01-19 |
25 | 32 | * remove `get_data_packages_deprecated()` is a breaking change resulting in release of v.1.0.0. |
26 | 33 | * update documentation for `get_unit_code()`, `get_park_code()`, and `get_unit_code_info()` |
27 | 34 |
|
28 | 35 | ## 2024-12-19 |
29 | 36 | * remove `validate_data_package()` as this function was listed as "still under construction" is mostly obsolete given other functions and functions in the DPchecker package. |
30 | 37 | * remove `load_domains()` as this function was not working properly and was conceived of before the data package specifications were properly set. |
| 38 | + |
31 | 39 | ## 2024-12-19 |
32 | 40 | * updated `load_pkg_metadata` to be simpler and essentially call `DPchecker::load_metadata` but with a preset default directory structure that works well with the default settings for `get_data_package`. |
33 | 41 | * Add meta-analysis functions for finding and producing summary statistics multiple data packages including `get_ref_list`, `get_refs_info()`, and `summarize_packages`. |
| 42 | + |
34 | 43 | ## 2024-10-24 |
35 | 44 | * fix how `get_data_package` aliases `get_data_packages`, specifically now allows users to adjust parameters to non-default settings. |
| 45 | + |
36 | 46 | ## 2024-10-21 |
37 | 47 | * Bug fixes to `load_data_package()` |
38 | 48 | * Bug fixes to `.get_authors()` |
|
55 | 65 | * added `load_EML_df()`, which retrieves commonly available metadata items from an EML-formatted R object and returns them as a single dataframe (for loading into Power BI) |
56 | 66 |
|
57 | 67 | # NPSutils 0.3.0 |
58 | | - |
59 | 68 | * updated all datastore api requests from v4/v5 to v6 (units service remains at v2) |
60 | 69 | * add global variables for base datastore api urls and helper functions to access them in utils.R |
61 | 70 | * added new functionality to `get_data_packages()`: it will now check to see if a DataStore reference ID is invalid or not. It will also check whether the reference is a data package or not. Substantial feedback is reported to the user if the flag force is set to FALSE. |
|
76 | 85 | * added `map_wkt()` function to map points, polygons, or both from Well Known Text coordinates (WKT). WKT is used in place to GPS coordinates when sensitive species locations have been "fuzzed". In this case, providing a polygon rather than the an exact (albeit fuzzed) is preferable as it is clear that the location is not exact. WKT is an efficient way to store geographic shapes such as polygons in flat files such as .csv. |
77 | 86 |
|
78 | 87 | # NPSutils 0.2.0.1 |
79 | | - |
80 | 88 | * updated get_data_package to retrieve 1 or more files from a given reference, if for instance a data package has multiple files associated with it. get_data_package is file extension agnostic. |
81 | 89 | * get_data_package can now take a list of reference IDs from data store. It will write a separate folder for each reference (within a /data folder) and put the data files in the relevant folder. |
82 | 90 | * get_data_package can now specify the directory that the /data folder and all child data package folders and data files are saved to. Defaults to the working directory. |
|
85 | 93 | * get_data_package informs the user if a download failed due to not specifying secure=TRUE. |
86 | 94 |
|
87 | 95 | # NPSutils 0.2.0.0 |
88 | | - |
89 | 96 | Facelift to the entire package: |
90 | | - |
91 | 97 | * Functions and parameters have snake_case names |
92 | 98 | * Tidyverse styling via styler |
93 | 99 | * Added bare-bones pkgdown site |
94 | 100 |
|
95 | 101 | # NPSutils 0.1.0.0 |
96 | | - |
97 | 102 | * Added a `NEWS.md` file to track changes to the package. |
0 commit comments