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: gukoff/dtparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: gukoff/dtparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 11, 2021

  1. Revert "Temporarily add retries to the win32 build step."

    This reverts commit b6ad1a3.
    Konstantin Gukov committed Feb 11, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d3747df View commit details
  2. Pin the toolchain version to 1.50

    Konstantin Gukov committed Feb 11, 2021
    Copy the full SHA
    fcc41ec View commit details
  3. Merge pull request #8 from gukoff/update-to-rust-1.50

    Update to rust 1.50
    gukoff authored Feb 11, 2021
    Copy the full SHA
    72564b3 View commit details
  4. Bump pyo3 to 0.13.1

    Konstantin Gukov committed Feb 11, 2021
    Copy the full SHA
    5929922 View commit details
  5. New minor version: 1.3.2

    Konstantin Gukov committed Feb 11, 2021
    Copy the full SHA
    1bc0976 View commit details
  6. Merge pull request #9 from gukoff/bump_pyo3

    Bump pyo3
    gukoff authored Feb 11, 2021
    Copy the full SHA
    acf1ebc View commit details
  7. Release 1.3.2

    Update pyo3 to 1.3.1 and rustc to 1.50
    Konstantin Gukov committed Feb 11, 2021
    Copy the full SHA
    61e200e View commit details

Commits on Feb 12, 2021

  1. convert to using match

    Brian Caswell committed Feb 12, 2021
    Copy the full SHA
    ae17cde View commit details

Commits on Feb 13, 2021

  1. Remove .dockerignore, isn't not used anymore

    Konstantin Gukov committed Feb 13, 2021
    Copy the full SHA
    3f5cd5c View commit details
  2. Add proper tests to the build pipeline (#11)

    * Add tests and a bit of in-code docs for the Python interface
    
    * Add tests to the pipeline
    
    * Point the test command to the tests directory.
    gukoff authored Feb 13, 2021
    Copy the full SHA
    3a17fb7 View commit details
  3. Merge pull request #10 from bmc-msft/use-match

    convert to using match
    gukoff authored Feb 13, 2021
    Copy the full SHA
    929c697 View commit details
  4. Merge pull request #12 from gukoff/rm_dockerignore

    Remove .dockerignore, isn't not used anymore
    gukoff authored Feb 13, 2021
    Copy the full SHA
    98d2a96 View commit details
Loading