Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Jul 23, 2024
1 parent 3c3d9b7 commit 5e1f7c0
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 5 deletions.
22 changes: 21 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,27 @@

## NEW FEATURES

- This is the latest development version
- Record pagination has been simplified and improved so that it should
not be possible to have duplicate records when using
`finbif_occurrences`.

## MINOR IMPROVEMENTS

- `finbif_last_mod` can be used without a `filter` argument value.

- Error handling for API requests has been improved.

## BUG FIXES

- Fixed an issue triggered when multi-filter set requests returned
zero results.

- Fixed bug triggered when dropping columns of all NA data.

- Fixed an issue with file-based caches timing out correctly.

- Fixed an issue triggered when selecting certain variables and zero
records were returned.

# finbif 0.9.6

Expand Down
14 changes: 13 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
v03_selecting_variables: v03_selecting_variables.html
v04_metadata: v04_metadata.html
v05_filtering: v05_filtering.html
last_built: 2024-07-23T08:55Z
last_built: 2024-07-23T10:11Z
urls:
reference: https://finbif-docs-dev.netlify.app/reference
article: https://finbif-docs-dev.netlify.app/articles
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

21 changes: 20 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,26 @@
\section{finbif version 0.9.6.9000}{
\subsection{NEW FEATURES}{
\itemize{
\item This is the latest development version
\item Record pagination has been simplified and improved so that it
should not be possible to have duplicate records when using
\code{finbif_occurrences}.
}
}
\subsection{MINOR IMPROVEMENTS}{
\itemize{
\item \code{finbif_last_mod} can be used without a \code{filter} argument
value.
\item Error handling for API requests has been improved.
}
}
\subsection{BUG FIXES}{
\itemize{
\item Fixed an issue triggered when multi-filter set requests returned
zero results.
\item Fixed bug triggered when dropping columns of all NA data.
\item Fixed an issue with file-based caches timing out correctly.
\item Fixed an issue triggered when selecting certain variables and zero
records were returned.
}
}
}
Expand Down

0 comments on commit 5e1f7c0

Please sign in to comment.