-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: sbhattlab/phylo2vec
base: v1.3.1
head repository: sbhattlab/phylo2vec
compare: v1.4.0
- 20 commits
- 92 files changed
- 4 contributors
Commits on Jun 12, 2025
-
Add simple model registration/listing for optimisation schemes (#72)
* feat(opt): add model listing + registration * refactor(opt): rename _api functions
Configuration menu - View commit details
-
Copy full SHA for 30d6ec9 - Browse repository at this point
Copy the full SHA 30d6ec9View commit details -
docs: update README and fig1 in joss draft (#73)
* docs: update README and fig1 in joss draft * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d668f4b - Browse repository at this point
Copy the full SHA d668f4bView commit details -
docs(paper): update features paragraph and add more details in beagle…
…_losses docstring (#74)
Configuration menu - View commit details
-
Copy full SHA for b9bc673 - Browse repository at this point
Copy the full SHA b9bc673View commit details -
docs(paper): proof-reading JOSS paper make summary less jargon-y, ens…
…ure wordcount < 1000 (#75) * docs(paper): make summary less jargon-y, ensure wordcount < 1000, add joss github action * fix: fix EOL in draft-pdf workflow
Configuration menu - View commit details
-
Copy full SHA for 59f4db0 - Browse repository at this point
Copy the full SHA 59f4db0View commit details
Commits on Jun 14, 2025
-
paper: fix dois and affiliations (#76)
* docs: fix author affiliations and bib DOIs * docs(paper): add country for affil 1
Configuration menu - View commit details
-
Copy full SHA for bc48576 - Browse repository at this point
Copy the full SHA bc48576View commit details
Commits on Jun 19, 2025
-
build(deps): bump prefix-dev/setup-pixi in the actions group (#77)
Bumps the actions group with 1 update: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `prefix-dev/setup-pixi` from 0.8.8 to 0.8.10 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.8...v0.8.10) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 980a5b1 - Browse repository at this point
Copy the full SHA 980a5b1View commit details
Commits on Jun 25, 2025
-
chore: add benchmarks for base matrix operations (#79)
* feat: add benchmarks for base matrix operations * chore: add matrix benchmark tests in python * fix (py): fix benchmark test names
Configuration menu - View commit details
-
Copy full SHA for addea7e - Browse repository at this point
Copy the full SHA addea7eView commit details -
chore: update pre-commit hooks (#78)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 82d6003 - Browse repository at this point
Copy the full SHA 82d6003View commit details
Commits on Jun 30, 2025
-
Revamp rust core and port matrix operations to ndarray (#81) (#82)
* feat: port matrix operations to ndarray + rust-numpy * refactor: re-vamp rust core * Trigger Pre-Commit CI * fix(demo): fix matrix dtype to float32
Configuration menu - View commit details
-
Copy full SHA for 6dc3ed7 - Browse repository at this point
Copy the full SHA 6dc3ed7View commit details
Commits on Jul 2, 2025
-
feat: vcov and precision matrices + move float ops to f64 (#86)
* feat: vcov and precision matrices + move float ops to f64 * style: pre-commit fixes * docs(r): fix docs for new functions in R * refactor(py): add legacy alias for to-be-deprecated metrics * refactor(r/lib): remove deprecated f32 comment * docs(py): fix docs in stats * Update phylo2vec/src/matrix/graph.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * style: pre-commit fixes * refactor: rename variance-covariance functions * fix(r): fix vcv name in stats --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f08fad4 - Browse repository at this point
Copy the full SHA f08fad4View commit details
Commits on Jul 4, 2025
-
feat: add incidence matrix functions (#89)
* feat: add incidence matrix functions * style: pre-commit fixes * feat(r): add incidence function and tests * refactor: add coo/COO to codespell whitelist * refactor: discard precommit codespell * chore: add scipy to pixi dependencies for testing * refactor(py/incidence): remove dok, make coo default and add tests * refactor(rust): discard precommit codespell * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 91f2492 - Browse repository at this point
Copy the full SHA 91f2492View commit details -
* refactor(py): code cleaning * refactor(rust): add more docstrings to public functions * style: pre-commit fixes * fix(py): fix error catching for io and simplify functions * Update phylo2vec/src/vector/convert.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(py): handle the no-match case gracefully in update_version * refactor(py): print real warnings for update_version and print runtimerror for git --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 840c625 - Browse repository at this point
Copy the full SHA 840c625View commit details
Commits on Jul 14, 2025
-
chore: update pre-commit hooks (#91)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.33.2](python-jsonschema/check-jsonschema@0.33.1...0.33.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f695490 - Browse repository at this point
Copy the full SHA f695490View commit details
Commits on Jul 17, 2025
-
build(deps): bump prefix-dev/setup-pixi in the actions group (#92)
Bumps the actions group with 1 update: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `prefix-dev/setup-pixi` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 378d8bd - Browse repository at this point
Copy the full SHA 378d8bdView commit details
Commits on Aug 6, 2025
-
build(deps): bump prefix-dev/setup-pixi in the actions group (#93)
Bumps the actions group with 1 update: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `prefix-dev/setup-pixi` from 0.8.11 to 0.8.14 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.11...v0.8.14) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 834b794 - Browse repository at this point
Copy the full SHA 834b794View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca225c5 - Browse repository at this point
Copy the full SHA ca225c5View commit details
Commits on Aug 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d73044 - Browse repository at this point
Copy the full SHA 5d73044View commit details -
feat: add a simple CLI for the python API (#96)
* feat: add a simple CLI for the python API * style: pre-commit fixes * refactor(cli): update pyproject.toml * refactor(cli): remove unused deps from tests --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 11d4016 - Browse repository at this point
Copy the full SHA 11d4016View commit details -
Configuration menu - View commit details
-
Copy full SHA for f969de4 - Browse repository at this point
Copy the full SHA f969de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7a4cb - Browse repository at this point
Copy the full SHA eb7a4cbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.1...v1.4.0