Skip to content

Releases: RMI-PACTA/r2dii.match

r2dii.match 0.4.1

Choose a tag to compare

@jdhoffa jdhoffa released this 18 Jun 08:52
9c9a31c
  • minor documentation edits (#532 and #534)

  • adds {cli} as an import for better messaging (#534)

r2dii.match 0.4.0

Choose a tag to compare

@jacobvjk jacobvjk released this 14 Feb 20:06
  • data_dictionary dataset added to define the columns in each dataset used or exported by the functions in this package

  • @jacobvjk is now the maintainer.

r2dii.match 0.3.0

Choose a tag to compare

@jacobvjk jacobvjk released this 05 Dec 12:08

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

Choose a tag to compare

@jacobvjk jacobvjk released this 20 Jun 07:00
04d51da

r2dii.match 0.2.0

Choose a tag to compare

@jdhoffa jdhoffa released this 25 Mar 12:34
41b878a
  • 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

Choose a tag to compare

@jdhoffa jdhoffa released this 08 Jan 17:57
3171a10

r2dii.match 0.1.3

Choose a tag to compare

@jdhoffa jdhoffa released this 07 Nov 10:40
v0.1.3

Increment version number to 0.1.3

r2dii.match 0.1.1

Choose a tag to compare

@jdhoffa jdhoffa released this 07 Sep 11:38
  • Maintenance release.

r2dii.match 0.1.0

Choose a tag to compare

@jdhoffa jdhoffa released this 06 May 08:20
0ebf2ff
  • New argument abcd of match_name() supersedes the argument ald (#399).

r2dii.match 0.0.11

Choose a tag to compare

@maurolepore maurolepore released this 23 Sep 03:55
18f9152
  • Maintenance release.