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

Add an "all" granularity to humanize #1018

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2021

  1. Add an "all" granularity to humanize

    It's more convenient to pass a simple short string than to pass a list
    of 7 strings.
    
    Resolve arrow-py#1014
    MarkKoz committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    89f77b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    450bd09 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    cc8c4dd View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    e218120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06dd630 View commit details
    Browse the repository at this point in the history
  3. Fix inconsistent 'all' granularity test results

    The assertions only worked for certain dates and times. For example,
    a difference of 2 months could result in "1 month and 29 days" rather
    than "2 months" depending on the start time. Since utcnow() was used,
    assertions could fail if ran at a later date. Fix this by using a fixed
    time for test data rather than utcnow().
    MarkKoz committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    b2d2894 View commit details
    Browse the repository at this point in the history
  4. Fix relative affix for 'all' granularity test data

    Since arrow-py#996 was fixed by arrow-py#1077, the test no longer needs to use the
    incorrect data to work around the bug.
    MarkKoz committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    ea3c1ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    804eece View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    71d5233 View commit details
    Browse the repository at this point in the history