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: ocbe-uio/BayesMallows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: ocbe-uio/BayesMallows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 34 files changed
  • 3 contributors

Commits on Jul 8, 2024

  1. Fixed bug in likelihood calculation with clusters (#419)

    * dev version
    
    * Ulam bug 417 (#418)
    
    * hotfix
    
    * updating news
    
    * fixing Ulam issue
    
    * incrementing version before running CRAN tests
    
    * updating news.md to say that no bug in Ulam distance has been fixed
    
    * fixing error in likelihood calculation
    
    * added unit test for log likelihood with clusters
    
    * fixed namespace thing
    
    * switching to vapply for safety
    
    * fixing some more wrong test expectations
    osorensen authored Jul 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    039e234 View commit details

Commits on Aug 15, 2024

  1. Develop (#420)

    * dev version
    
    * Ulam bug 417 (#418)
    
    * hotfix
    
    * updating news
    
    * fixing Ulam issue
    
    * incrementing version before running CRAN tests
    
    * updating news.md to say that no bug in Ulam distance has been fixed
    
    * fixing error in likelihood calculation
    
    * added unit test for log likelihood with clusters
    
    * fixed namespace thing
    
    * switching to vapply for safety
    
    * fixing some more wrong test expectations
    
    * ready for cran
    osorensen authored Aug 15, 2024
    Copy the full SHA
    771fa30 View commit details

Commits on Jan 6, 2025

  1. fixed cluster thinning bug (#424)

    osorensen authored Jan 6, 2025
    Copy the full SHA
    198a8dc View commit details
  2. ready to run cran checks

    osorensen committed Jan 6, 2025
    Copy the full SHA
    fc568ed View commit details
  3. updating readme

    osorensen committed Jan 6, 2025
    Copy the full SHA
    70bdb96 View commit details

Commits on Jan 14, 2025

  1. dontrunning example

    osorensen committed Jan 14, 2025
    Copy the full SHA
    ce80f8f View commit details
  2. more skipping

    osorensen committed Jan 14, 2025
    Copy the full SHA
    b2e1377 View commit details
  3. more test fixing

    osorensen committed Jan 14, 2025
    Copy the full SHA
    8de89af View commit details

Commits on Feb 10, 2025

  1. ggplot2 future proofing (#426)

    * stabilise label access
    
    * repair mistake
    
    * updated version and news
    
    ---------
    
    Co-authored-by: Teun van den Brand <[email protected]>
    osorensen and teunbrand authored Feb 10, 2025
    Copy the full SHA
    8f04146 View commit details

Commits on Feb 11, 2025

  1. Fixed test CI (#428)

    * Regenerated test coverage CI (#427)
    
    Reran `usethis::use_github_action()` and made minor adjustments.
    
    * Improved wording (#427)
    wleoncio authored Feb 11, 2025
    Copy the full SHA
    3bbef53 View commit details
Loading