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: pmorissette/bt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: pmorissette/bt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 19 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 13, 2023

  1. Update backtest.py

    Add progress bars to backtest.py
    nathanramoscfa committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    47d322b View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    nathanramoscfa committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b4febd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update setup.py

    Modified the pinned version of tqdm as requested.
    nathanramoscfa committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a1a21b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 22, 2023

  1. Merge pull request #423 from nathanramoscfa/add-tqdm

    Add progress bars to backtest.py
    timkpaine authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2b4c87b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Dec 1, 2023

  1. Merge pull request #430 from 0xEljh/master

    add relative tolerance to allocate outlay check
    timkpaine authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2c6a203 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    efb3e88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #431 from pmorissette/dependabot/github_actions/ac…

    …tions/setup-python-5
    
    Bump actions/setup-python from 4 to 5
    timkpaine authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dadbc4d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Bump codecov/codecov-action from 3 to 4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2ba4030 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #434 from pmorissette/dependabot/github_actions/co…

    …decov/codecov-action-4
    
    Bump codecov/codecov-action from 3 to 4
    timkpaine authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2c6bb3f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    aeb0f1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #438 from zero-element/master

    Fix bug which positions access did not trigger updating
    timkpaine authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1632271 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    03bc204 View commit details
    Browse the repository at this point in the history
  2. Fix numpy 2 issues

    timkpaine committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    6b8144b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb69750 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #442 from pmorissette/tkp/reg

    add numpy/pandas version tests
    timkpaine authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d00fd67 View commit details
    Browse the repository at this point in the history
  5. Bump to 1.0.1

    timkpaine committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0a1969c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #443 from pmorissette/tkp/101

    Bump to 1.0.1
    timkpaine authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    9088f9a View commit details
    Browse the repository at this point in the history
Loading