Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 00:22
· 233 commits to dev since this release
275beda

MLJModelInterface v1.1.0

Diff since v1.0.0

  • Make is_equal_except (and hence ==) for MLJType objects property-based instead of field-based (#97)
  • Generalize definition of is_equal_except (and hence ==) to treat object properties declared as "deep" differently; see the doc-string for new trait deep_properties for details (#97)

Merged pull requests:

  • Add CompatHelper (#95) (@ablaom)
  • Fix invalid test that use deprecated categorical arrays methods (#96) (@ablaom)
  • Make MLJType == property-based, instead of field-based (#97) (@ablaom)