Skip to content

v1.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 07:09
· 89 commits to main since this release
3935888

DataFrames v1.4.3

Diff since v1.4.2

Closed issues:

  • docs for groupindices has wrong example (#3210)
  • (Possible) Bug with shuffle when shuffling DataFrame rows (#3211)
  • Improve combine documentation (#3214)
  • ERROR: AssertionError: length(res) > 0 (#3217)
  • Column metadata anchored to wrong column after insertion of new colums (#3218)

Merged pull requests:

  • Make sure we use MIME when calling repr in GroupedDataFrame printing (#3213) (@bkamins)
  • add default style to metadata! and colmetadata! (#3216) (@bkamins)
  • fix insertcols! bug (not shifting column metadata) (#3220) (@bkamins)
  • fix HTML printing tests after PrettyTables.jl 2.2 release (#3221) (@bkamins)
  • make aggregation of empty GroupedDataFrame correct with AsTable (#3222) (@bkamins)