Skip to content

Releases: RMI-PACTA/r2dii.match

r2dii.match 0.3.0

05 Dec 12:08
Compare
Choose a tag to compare

Breaking changes

  • match_name() gains a new argument in its signature, sector_classification, which is placed before the ... argument. Where users have used ... to pass additional unnamed arguments by position, they will need to update their code to pass these arguments by name so that they are not confused as an input to sector_classfication. The new argument sector_classification is optional and defaults to r2dii.data::sector_classifications. Explicitly passing a sector_classification to match_name(), enables users to use their own sector classification systems to match loan books to the abcd, assuming the sector_classification is mapped appropriately to PACTA sectors and has the same format as r2dii.data::sector_classifications. Own sector classifications can no longer be passed to match_name() via options.

r2dii.match 0.2.1

20 Jun 07:00
04d51da
Compare
Choose a tag to compare

r2dii.match 0.2.0

25 Mar 12:34
41b878a
Compare
Choose a tag to compare
  • Complete deprecation of ald in favour of abcd (#399).

  • match_name gains argument join_id allowing an optional perfect join based on a mutual ID column between loanbook and abcd inputs, prior to attempting fuzzy matching (#135).

r2dii.match 0.1.4

08 Jan 17:57
3171a10
Compare
Choose a tag to compare

r2dii.match 0.1.3

07 Nov 10:40
Compare
Choose a tag to compare
v0.1.3

Increment version number to 0.1.3

r2dii.match 0.1.1

07 Sep 11:38
Compare
Choose a tag to compare
  • Maintenance release.

r2dii.match 0.1.0

06 May 08:20
0ebf2ff
Compare
Choose a tag to compare
  • New argument abcd of match_name() supersedes the argument ald (#399).

r2dii.match 0.0.11

23 Sep 03:55
18f9152
Compare
Choose a tag to compare
  • Maintenance release.

r2dii.match 0.0.10

29 Jun 21:00
240806b
Compare
Choose a tag to compare
  • Maintenance release.

r2dii.match 0.0.9

10 Mar 21:35
8b613aa
Compare
Choose a tag to compare
  • With options(r2dii.match.sector_classifications = own) users can inject
    their own sector_classififications instead of the default
    r2dii.data::sector_classifications. With this feature, user may or may not
    choose to request their sector_classifications to be added to r2dii.data.
    This feature is experimental and may be dropped and/or become a new argument
    to match_name() (#356 @georgeharris2deg @daisy-pacheco)`.

  • match_name() now errors if the column id_loan of the input loanbook has
    any duplicated value id_loan (@georgeharris2deg #349).