Skip to content

v0.9.7

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 17:45
· 81 commits to main since this release
c5fad7c

CSV v0.9.7

Diff since v0.9.6

Closed issues:

  • Method ambiguity in _promote when promoting x::T to T if T <: PooledVector (#925)
  • CSV v0.9.6 fails to precompile as solo package on fresh 1.6.1 project on Ubuntu (#927)
  • CSV.Rows errors when types for a column is specified to be Symbol (#929)

Merged pull requests:

  • Fix ambiguity of "promoting" a PooledVector to its same type (#926) (@nickrobinson251)
  • Move promotions.csv file to src/ since we use it for precompile (#930) (@quinnj)
  • Fix macro hygiene issue in CSV.Rows for custom types (#931) (@quinnj)