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: RascalSoftware/python-RAT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.0.dev4
Choose a base ref
...
head repository: RascalSoftware/python-RAT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.0.dev5
Choose a head ref
  • 20 commits
  • 76 files changed
  • 3 contributors

Commits on Feb 12, 2025

  1. Adds docstrings to the Results struct (#132)

    * docstrings for outputs and fixed plot bayes docstring
    
    * review fixes
    alexhroom authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    58d1141 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Improves Project.save (#127)

    * added envrc to gitignore
    
    * paths are now saved as relative to the project directory
    
    * save now just has one filename parameter
    
    * removed walkup as it is unstable
    
    * simplified
    
    * portable tests
    
    * review fixes
    alexhroom authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    148d0d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Removes priors struct, adding relevant fields to the project (#135)

    * Removes priors struct, adding relevant fields to the project
    
    * Addresses review comments
    DrPaulSharp authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    e148415 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    0bd4fad View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    abded50 View commit details
    Browse the repository at this point in the history
  2. Fixes all docstrings and adds lint for docstrings (#134)

    * ran ruff pydocstyle ruleset
    
    * attributes -> parameters
    
    * fixed all docstrings
    
    * set convention and fix some issues
    
    * review fixes
    alexhroom authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    147cbee View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Removes unused properties from the API (#137)

    * Removes unused properties from the API
    
    * Updates "define.h"
    DrPaulSharp authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    d1e8e3b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Bumps python version to 3.10 and matlab engine version to 2023a (#138)

    * Bumps python version to 3.10 and matlab engine version to 2023a
    
    * Adds ability to use "set_fields" with parameter names
    
    * Addresses review comment
    DrPaulSharp authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    3148cfb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. adds Jeffreys prior to Priors enum and updates submodule (#139)

    * added jeffreys to enum
    
    * update submodule
    alexhroom authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    8746e33 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Adds orsopy integration for .ort files and ORSO models (#131)

    * written ort file reader
    
    * made model parsing only if the model is there
    
    * fixed union method
    
    * added orso integration notebook
    
    * added tests
    
    * added pint to requirements and added orso extras install
    
    * backwards compatibility
    
    * removed to-project and updated notebook
    
    * fixed print formatting
    
    * review fixes
    
    * fixed repeat names
    
    * fix iterator
    
    * new data
    
    * updated example data and better name resolution
    
    * removed some data
    
    * review fixes
    alexhroom authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    8db92c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7538af4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Ensure nChains is greater than 1 (#141)

    * Change nChains to be greater than 1
    
    * fixed tests
    alexhroom authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    0b9816b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    5a26412 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Updates inputs, outputs, and build process (#143)

    * Removes limits struct from input to RAT
    
    * Renames "layerSlds" as "layers"
    
    * Updates submodule and build
    
    * Updates submodule
    
    * Updates defines.h
    DrPaulSharp authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    b89eb00 View commit details
    Browse the repository at this point in the history
  2. Fixes bugs in model validation when using "set_fields" (#144)

    * Changes model warnings to errors
    
    * Adds clause to "set_fields" to address bug
    
    * Updates tests
    DrPaulSharp authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    b92118a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Updates submodule (#146)

    * Renames "BayesResults" as "OutputBayesResult" in "rat_core"
    
    * Updates submodule
    
    * Fixes matlab import error
    
    * Refactors matlab save in "project_to_r1"
    DrPaulSharp authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    d295afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    113729f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Improves error message for cross check validation (#147)

    * Updates custom error messages
    
    * Splits error message into two for cross check validation
    
    * Tidies up tests and improves coverage
    
    * Reformats error messages
    
    * Improves error message for contrast model
    DrPaulSharp authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    89e5fdd View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    b2d34a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2679d08 View commit details
    Browse the repository at this point in the history
Loading