Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: macdet/python-fitparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dtcooper/python-fitparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 18 files changed
  • 6 contributors

Commits on Apr 3, 2022

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

Commits on Sep 7, 2022

  1. Update README.md

    Call for maintiner
    dtcooper authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2a99f92 View commit details
    Browse the repository at this point in the history
  2. Use pyupgrade

    TomFryers authored and dtcooper committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    301970f View commit details
    Browse the repository at this point in the history
  3. Remove Python 2 compatibility code

    TomFryers authored and dtcooper committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    06b68d6 View commit details
    Browse the repository at this point in the history
  4. Pyupgrade tests scripts and tests

    TomFryers authored and dtcooper committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    90d0aac View commit details
    Browse the repository at this point in the history
  5. Fix indexing

    TomFryers authored and dtcooper committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4372b36 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update README.md

    Add link to fitdecode in absence of a maintainer
    dtcooper authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c180257 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Cleanup Python versions used for GitHub Actions

    GitHub Actions no longer supports Python versions prior to 3.7, including 2.7.
    
    Also, `docs/index.rst` has declared 3.6 to be the minimum supported version
    since 06b68d6, and python-fitparse has not compiled with Python 2.7 since
    f9ad987 (which uses Python 3.x-only
    syntax).
    dlenski committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    2459451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fc9cd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Fix typo in api docs (dtcooper#145)

    * Fix typo in api docs
    
    * Fix test that checked warning output
    pR0Ps authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    9bd14c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

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

Commits on Jan 25, 2025

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

Commits on Jan 28, 2025

  1. Merge pull request dtcooper#147 from roboes/update-datetime-module

    Update datetime module as datetime.datetime.utcfromtimestamp() is deprecated
    dlenski authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d88bb69 View commit details
    Browse the repository at this point in the history
Loading