Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Releases: ropensci-archive/microdemic

microdemic v0.6.0

20 Nov 00:11
2e6cf01
Compare
Choose a tag to compare

NEW FEATURES

  • The E attribute we used heavily for data for various functions here has been dropped and its sub fields brought to the top level. Just internal changes - except for that the default fields in ma_calchist, ma_evaluate, and ma_search now do not include E. See the github issue for link for details (#17)

DEFUNCT

  • ma_similarity() is now defunct as the service at least appears to be gone or down often enough its not worth supporting (#16)
  • ma_graph_search() is now defunct as the service at least appears to be gone or down often enough its not worth supporting (#18)

microdemic v0.5.0

27 Jan 21:28
Compare
Choose a tag to compare

NEW FEATURES

MINOR IMPROVEMENTS

  • 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)
  • use fake API key on travis to avoid test suite error (#11)
  • internals of ma_search() have changed a bit; get in touch if you have any questions about this function

BUG FIXES

  • 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)

microdemic v0.4.0

23 Oct 02:41
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • do testing with vcr (#5) (#6)
  • make the output of ma_abstract() a data.frame and add Id column to
    facilitate matching to other data (#4)

micrdemic v0.3.0

28 Mar 20:36
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Improve docs on how to use and get API keys (#3)
  • Change base URL from westus.api.cognitive.microsoft.com to api.labs.cognitive.microsoft.com. Because of this change, you need to get use an API key from a the microsoft labs website. Get a key at https://labs.cognitive.microsoft.com/en-us/subscriptions and see ?microdemic-package for details on how to use it (#2)

microdemic v0.2.0

15 Jan 22:51
Compare
Choose a tag to compare

NEW FEATURES

  • Many of the functions gain a new parameter model with value of
    'latest' or 'beta-2015'.

microdemic v0.1.0

24 Sep 19:34
Compare
Choose a tag to compare

NEW FEATURES

  • released to CRAN