openmodelingfoundation / meillionen

tools for coupling simulation models
https://openmodelingfoundation.github.io/meillionen
Other
3 stars 2 forks source link

chore(deps): update parquet requirement from 4.0.0 to 5.2.0 #34

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on parquet to permit the latest version.

Changelog

Sourced from parquet's changelog.

5.2.0 (2021-08-12)

Full Changelog

Commits
  • 7c98c4c Update version and changelog for 5.2.0 (#688)
  • aed4259 Write boolean stats for boolean columns (not i32 stats) (#661) (#682)
  • 6a96f5f Write FixedLenByteArray stats for FixedLenByteArray columns (not ByteArray st...
  • 72f2407 Allow creation of String arrays from &Option<&str> iterators (#680) (#686)
  • 52bbc81 Doctests for DictionaryArray::from_iter, PrimitiveDictionaryBuilder and Decim...
  • 03af5e4 Add some do comments to parquet bit_util (#663) (#678)
  • be471fd allocate enough bytes when writing booleans (#658) (#677)
  • 876f397 Fix parquet string statistics generation (#643) (#676)
  • ead64b7 Remove undefined behavior in value method of boolean and primitive arrays (...
  • 107a604 Speed up filter_record_batch with one array (#637) (#666)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 3 years ago

Superseded by #38.