Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rust, python): support timezone in csv writer #6722

Merged
merged 30 commits into from
Feb 10, 2023

Commits on Feb 8, 2023

  1. support timezones in csv writer

    MarcoGorelli committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b8ada23 View commit details
    Browse the repository at this point in the history
  2. lint

    MarcoGorelli committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1267e8e View commit details
    Browse the repository at this point in the history
  3. simplify

    MarcoGorelli committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3ae3f29 View commit details
    Browse the repository at this point in the history
  4. clippy

    MarcoGorelli committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    55d09a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e786d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0532e03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    870a818 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91f765f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    44a7c5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    262114c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d43500e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a1c1bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3633fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80cce18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd1dca7 View commit details
    Browse the repository at this point in the history
  8. docs(python): redirect tz_localize (pola-rs#6749)

    Co-authored-by: MarcoGorelli <>
    MarcoGorelli committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    aeb3a03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b160f53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e103b34 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9de9316 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7fbdb6c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11e4de2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    0cf7d7f View commit details
    Browse the repository at this point in the history
  2. feat(rust, python): parse timezone from Datetime (pola-rs#6766)

    Co-authored-by: MarcoGorelli <>
    MarcoGorelli committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    aad4aa3 View commit details
    Browse the repository at this point in the history
  3. fix(rust,python): handle edge-case with string-literal replacement wh…

    …en the replace value looks like a capture group (pola-rs#6765)
    alexander-beedie committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    4607eb6 View commit details
    Browse the repository at this point in the history
  4. feat(python): default to 1d interval in date_range (pola-rs#6771)

    Co-authored-by: MarcoGorelli <>
    MarcoGorelli committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2d7d728 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a45830 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f61fa38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3a7374 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'autodetect-aware' of github.com:MarcoGorelli/polars int…

    …o MarcoGorelli-autodetect-aware
    ritchie46 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    afac817 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dbdc00 View commit details
    Browse the repository at this point in the history