tsegall / fta

Metadata/data identification Java library. Identifies Semantic Type information (e.g. Gender, Age, Color, Country,...). Extensive country/language support. Extensible via user-defined plugins. Comprehensive Profiling support.
Apache License 2.0
24 stars 2 forks source link

Bump com.cobber.fta:fta from 14.+ to 15.1.2 #50

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps com.cobber.fta:fta from 14.+ to 15.1.2.

Release notes

Sourced from com.cobber.fta:fta's releases.

v15.1.2

Improve NAME.LAST_FIRST and NAME.FIRST_LAST + bump dependencies/gradle

v15.1.1

A set of fixes post running the GitTables corpus - 1M tables, 13M fields

v15.1.0

ENH: Add new Semantic Type - IDENTIFIER (Unique Identifier) + some bug fixes

v15.0.1

Add new Semantic Type - STREET_ADDRESS4_EN + Improve US address detection (Issue #49)

v15.0.0

Minor performance improvements to detection + remove last vestiges of qualifier to Semantic Type switch (Issue #47)

Changelog

Sourced from com.cobber.fta:fta's changelog.

15.1.2

  • ENH: Bump google phonenumber, and guava, jackson-databind
  • ENH: Improve mapping to schema.org Semantic Types
  • ENH: Minor improvements to NAME.LAST_FIRST and NAME.FIRST_LAST
  • INT: Bump gradle to 8.4

15.1.1

  • ENH: Bump google phonenumber
  • BUG: GitTables - correctly reconstruct format string with single quote in it - e.g. "dd MMM'' yy"
  • BUG: GitTables - do not error out if receive time of the form 12:35:43.
  • BUG: GitTables - fix misdetection of "ATACCTAGCACACAGATCCCTCTCCAATGCATGAAAGTGA" as HASH.SHA1_HEX
  • BUG: GitTables - fix StringIndexOutOfBoundsException in SimpleDateMatcher
  • BUG: GitTables - fix issues with input of the form '8E5-' or '451E.'
  • BUG: Fix getMaxInvalids()

15.1.0

  • ENH: Add new Semantic Type - IDENTIFIER (Unique Identifier)
  • ENH: Bump slf4jAPI, google phonenumber
  • BUG: Add missing file - br_municipalities_code.csv
  • BUG: Nested analysis was not using new copy of the AnalysisConfig
  • BUG: Don't do nested analysis by removing outliers if Max Cardinality blown

15.0.1

  • ENH: Bump google phonenumber
  • ENH: Add new Semantic Type - STREET_ADDRESS4_EN (Fourth line of an address) (Issue #49)
  • ENH: Improve US address detection (Issue #49)

15.0.0

  • ENH: PluginDefinition.findByQualifier() has changed to PluginDefinition.findByName()
  • ENH: Bump logback-classic, google phonenumber, and guava
  • ENH: Minor improvements to NAME.FIRST, URI.URL, FILENAME detection
  • ENH: Improve detection for list-based Semantic Types with small numbers of records
  • BUG: Fix up documentation to align with qualifier to semantic type switch (Issue #47)
  • INT: Bump gradle to 8.3

14.7.2

  • BUG: Numerous performance improvements, mostly impacting RecordAnalyzer with large number of columns (Issue #46)

14.7.1

  • BUG: Missed a file on checkin
  • INT: Bump jacoco

14.7.0

  • ENH: I18N - Add new Semantic Types - STATE_PROVINCE.MUNICIPALITY_CODE_BR (Brazilian Municipality code)
  • ENH: I18N - Improve detection of non-localized doubles
  • ENH: Improve detection of 'yyyy'
  • ENH: Improve POSTAL_CODE.ZIP5_US & POSTAL_CODE.ZIP5_PLUS4_US detection
  • ENH: Bump logback-classic, google phonenumber, and guava
  • ENH: Significantly improve detection rate of Date Types - both precision and recall (especially non-US)
  • BUG: Handle yyyy-MMM and noAbbreviationPunctuation - e.g. 1954-JUN with locale en-CA

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tsegall commented 11 months ago

@dependabot rebase

dependabot[bot] commented 11 months ago

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] commented 11 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

tsegall commented 11 months ago

Done in different changelist.