Skip to content

Commit

Permalink
Merge pull request #3 from 0xfdf/new-test-branch
Browse files Browse the repository at this point in the history
another small change to test CI
  • Loading branch information
0xfdf authored Aug 5, 2024
2 parents 652c129 + 15de327 commit 706be4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main

defaults:
run:
working-directory: toraniko
shell: bash

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -21,7 +26,7 @@ jobs:
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
pip install -r ../dev-requirements.txt
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Toraniko is a complete implementation of a risk model for quantitative and syste

Using this library, you can create new custom factors and estimate their returns. From there you will be able to estimate a factor covariance matrix suitable for portfolio optimization with factor risk constraints (e.g. to main a market neutral portfolio).

The only dependencies are numpy and Polars. It supports market, sector and style factors; three styles are included: value, size and momentum. The functions you broadly want to have for constructing more style factors (or custom fundamental factors of any kind) are included.
The only dependencies are numpy and polars. It supports market, sector and style factors; three styles are included: value, size and momentum. The functions you broadly want to have for constructing more style factors (or custom fundamental factors of any kind) are included.

0 comments on commit 706be4d

Please sign in to comment.