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

Implement dehumanize method #956

Merged
merged 25 commits into from Apr 25, 2021
Merged

Commits on Apr 1, 2021

  1. changes

    anishnya committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    11a70be View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Added test cases

    anishnya committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    af199c1 View commit details
    Browse the repository at this point in the history
  2. Added more langauges

    anishnya committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    226fb38 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge remote-tracking branch 'upstream/master' into reverse_humanize

    Branch needs to be updated
    anishnya committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3d4af73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f33903 View commit details
    Browse the repository at this point in the history
  3. ok

    anishnya committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f73ecfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c26fb10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1d8e75 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

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

Commits on Apr 15, 2021

  1. Make start of week adjustable when using span (arrow-py#934)

    * added parameter weekday and thus ability to choose start day when using span in combination with frame == "week"
    
    * changed default value for new parameter weekday.
    
    * added test for new parameter weekday when using span and frame == "week"
    
    * added comma after new parameter weekday.
    
    * Update arrow/arrow.py
    
    Co-authored-by: Chris <30196510+systemcatch@users.noreply.github.com>
    
    * changed parameter name from weekday to week_start.
    
    * extended doc string to highlight new parameter week_start.
    
    * raise ValueError if 1 <= week_start <= 7 is not met
    
    * renamed weekday to week_start in comment.
    
    * changed if-else block to one liner. Updated comments.
    
    * Update arrow/arrow.py
    
    add blank line at the end of the docstring
    
    Co-authored-by: Chris <30196510+systemcatch@users.noreply.github.com>
    
    * Remove trailing whitespace
    
    * added new line at end of doc string.
    
    * Fix doc issue
    
    * extended test_span_week by further test cases.
    
    Co-authored-by: Jad Chaar <jadchaar@users.noreply.github.com>
    Co-authored-by: Chris <30196510+systemcatch@users.noreply.github.com>
    Co-authored-by: Jad Chaar <jad.chaar@gmail.com>
    4 people committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    60bc196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6a204 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Standardize locales and improve locale validation (arrow-py#954)

    * Progress toward locale validation
    
    * standardize and validate locales
    
    * Add tests
    
    * Clean up tests
    
    * Use new locale name in error
    
    * Remove useless comments
    
    * Address comments
    
    * English
    
    * Remove default locale from test_parser
    jadchaar committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    1310dbb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. changes

    anishnya committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c34f672 View commit details
    Browse the repository at this point in the history
  2. Added test cases

    anishnya committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    8f28901 View commit details
    Browse the repository at this point in the history
  3. Added more langauges

    anishnya committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e8d637c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37a36e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e511634 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad27f12 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Added comments as per style guide. Added more input validation and in…

    …put validation test cases. Implemented fixes as per discussion.
    anishnya committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    4bdbca6 View commit details
    Browse the repository at this point in the history
  2. Added comments as per style guide. Added more input validation and in…

    …put validation test cases. Implemented fixes as per discussion.
    anishnya committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    b59b8fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff1257 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

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

Commits on Apr 24, 2021

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