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
{{ message }}
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: NEWS.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
microdemic 0.5.0
2
+
================
3
+
4
+
### NEW FEATURES
5
+
6
+
* new author Christopher Baker (#13)
7
+
* docs website at https://docs.ropensci.org/microdemic
8
+
9
+
### MINOR IMPROVEMENTS
10
+
11
+
* all functions now pass along detailed error messages; before we were erroring but just giving the http status code and generic message; as part of this fix now importing httpcode pkg (#7) (#12) (#14)
12
+
* use fake API key on travis to avoid test suite error (#11)
13
+
* internals of `ma_search()` have changed a bit; get in touch if you have any questions about this function
14
+
15
+
### BUG FIXES
16
+
17
+
* fix to internal function `invabs2abs()` within `ma_abstract()`: the inverted index returned from Microsoft can have missing values and we were incorrectly inserting NA's into those spots resulting in NA's in abstracts (#8) (#9)
0 commit comments