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.1.0
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
  • 16 commits
  • 97 files changed
  • 3 contributors

Commits on Mar 14, 2024

  1. Solving CRAN issue (#403)

    * fixing the issue
    
    * styling
    osorensen authored Mar 14, 2024
    Copy the full SHA
    6f6b85d View commit details

Commits on Mar 26, 2024

  1. Fixing lots of issue (#415)

    * incrementing dev version
    
    * updating news
    
    * Allow different initial values across particles also when using pairwise preference data (#406)
    
    * simplifications
    
    * used Cpp for all_topological_sorts. Much much faster, since it is recursive code
    
    * converted preferences to matrix for SMC
    
    * starting to set up preferences
    
    * done
    
    * styling
    
    * removed shuffle_unranked argument
    
    * restructured arguments to setup_rank_data for pairwise preferences
    
    * fixing some errors
    
    * removing unnecessary statement
    
    * fixed bug in augmented rankings for existing users
    
    * made a better progress reporter
    
    * updated news and description
    
    * fixed #407 (#408)
    
    * Fixing bug in Ulam distance (#411)
    
    * fixed bug and added test
    
    * simplifying
    
    * styling
    
    * Exporting exact partition function (#412)
    
    * fixing documentation typo
    
    * fixing #409
    
    * Consistency checks with pairwise preferences (#414)
    
    * fixed issue with updated users with pairwise preferences
    
    * fixed #404
    osorensen authored Mar 26, 2024
    Copy the full SHA
    ad4b935 View commit details

Commits on Apr 19, 2024

  1. Lots of updates (#416)

    * incrementing dev version
    
    * updating news
    
    * Allow different initial values across particles also when using pairwise preference data (#406)
    
    * simplifications
    
    * used Cpp for all_topological_sorts. Much much faster, since it is recursive code
    
    * converted preferences to matrix for SMC
    
    * starting to set up preferences
    
    * done
    
    * styling
    
    * removed shuffle_unranked argument
    
    * restructured arguments to setup_rank_data for pairwise preferences
    
    * fixing some errors
    
    * removing unnecessary statement
    
    * fixed bug in augmented rankings for existing users
    
    * made a better progress reporter
    
    * updated news and description
    
    * fixed #407 (#408)
    
    * Fixing bug in Ulam distance (#411)
    
    * fixed bug and added test
    
    * simplifying
    
    * styling
    
    * Exporting exact partition function (#412)
    
    * fixing documentation typo
    
    * fixing #409
    
    * Consistency checks with pairwise preferences (#414)
    
    * fixed issue with updated users with pairwise preferences
    
    * fixed #404
    
    * improved cpp code for topological sorts
    
    * incrementing dev version
    
    * generating all topological sorts in random order
    
    * adding save=TRUE argument where necessary
    
    * incrementing and updating
    
    * updating cran comments
    
    * fixing a long-running example
    
    * fixing CodeFactor issues
    osorensen authored Apr 19, 2024
    Copy the full SHA
    49d459d View commit details
  2. updating cran comments

    osorensen committed Apr 19, 2024
    Copy the full SHA
    1a6a0b5 View commit details
  3. hotfix

    osorensen committed Apr 19, 2024
    Copy the full SHA
    39710ba View commit details
  4. updating news

    osorensen committed Apr 19, 2024
    Copy the full SHA
    8d0d7db View commit details

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
    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