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: sbhattlab/phylo2vec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: sbhattlab/phylo2vec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 17 commits
  • 74 files changed
  • 3 contributors

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    933c96e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from Neclow/unify_to_matrix_rs

    refactor: unify newick --> matrix conversion in rust and tests in python
    Neclow authored May 14, 2025
    Configuration menu
    Copy the full SHA
    529b432 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. feat: cophenetic distances with branch lengths (#34)

    * feat: cophenetic distances from matrix format
    
    * refactor: hardcode MAX_N_LEAVES_COPH to 50
    Neclow authored May 16, 2025
    Configuration menu
    Copy the full SHA
    3e3ac78 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. From pairs (and a bit of cleaning) (#35)

    * feat: add from_pairs (rust) and pairs conversion in python 
    * refactor(rust): linter fixes in newick functions
    * chore: bump versions and remove python Cargo.lock
    Neclow authored May 19, 2025
    Configuration menu
    Copy the full SHA
    415f9eb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. chore: bump python version (#36)

    * chore: bump python version
    
    * style: pre-commit fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Neclow and pre-commit-ci[bot] authored May 20, 2025
    Configuration menu
    Copy the full SHA
    408251e View commit details
    Browse the repository at this point in the history
  2. Vector for r (#37)

    * feat(r): add all vector operations in R
    
    * fix(r): add ape dependency for cophenetic distan
    ce tests
    
    * feat: add v <--> pairs conversion
    
    * chore: update name of sample to sample_vector in CD in README
    
    * fix(pixi): add ape dependency to r-phylo2vec
    Neclow authored May 20, 2025
    Configuration menu
    Copy the full SHA
    b12f0b4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. refactor: consistent output in order_cherries functions (#38)

    * refactor: consistent output in order_cherries functions
    
    * refactor: remove Ancestry type call in matrix mod
    Neclow authored May 22, 2025
    Configuration menu
    Copy the full SHA
    5c686c8 View commit details
    Browse the repository at this point in the history
  2. fix(rust): make matrix formulation bijective + test(python): add test…

    …s for cherry permutations and ladderization + minor fixes
    Neclow committed May 22, 2025
    Configuration menu
    Copy the full SHA
    17c5b86 View commit details
    Browse the repository at this point in the history
  3. fix(rust): make matrix formulation bijective

    fix(rust): make matrix formulation bijective
    Neclow authored May 22, 2025
    Configuration menu
    Copy the full SHA
    03d3014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b59161 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Configuration menu
    Copy the full SHA
    142e3cb View commit details
    Browse the repository at this point in the history
  2. refactor: move label_mapping functions to rust and make them more rob…

    …ust (#44)
    
    * refactor: move label_mapping functions to rust and make them more robust
    
    * fix copilot warnings
    Neclow authored May 23, 2025
    Configuration menu
    Copy the full SHA
    a09caf4 View commit details
    Browse the repository at this point in the history
  3. refactor(rust): simplify get cherries (#45)

    * refactor(rust): simplify get cherries
    
    * docs: add docs to get_cherries functions
    Neclow authored May 23, 2025
    Configuration menu
    Copy the full SHA
    75878c0 View commit details
    Browse the repository at this point in the history
  4. feat(r): add IO ops for R (+ minor touch to py reader) (#47)

    * feat(r): add IO ops for R (+ minor touch to py reader)
    
    * fix: check float subdtype in matrix (python) and export newick IO functions (R)
    Neclow authored May 23, 2025
    Configuration menu
    Copy the full SHA
    e41dd7c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Fix CD pipeline for R (#54)

    Neclow authored May 24, 2025
    Configuration menu
    Copy the full SHA
    2f75d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c006874 View commit details
    Browse the repository at this point in the history
  3. chore: bump version

    Neclow committed May 24, 2025
    Configuration menu
    Copy the full SHA
    6cd4c4d View commit details
    Browse the repository at this point in the history
Loading