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: duqtools/duqtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: duqtools/duqtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 11 commits
  • 70 files changed
  • 2 contributors

Commits on Nov 9, 2023

  1. Fix imas tests (#676)

    * Add Imas test badge
    
    * Add fallback when sha cannot be determined
    stefsmeets authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4db5be7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Add compute_from to variable operations, and other improvements (#675)

    * Move the calculation of the operator to the Operator class, so it is accessible from any system
    
    * Working input_variables for pure IDS operations
    
    * Jetto variables can now be used as an input to IDS Operations
    
    * Add lookup table to template for testing
    
    * Working Jetto Systems input_variable implementation
    
    * Added Documentation
    
    * Use a SimpleNamespace for input_vars
    v1kko authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a1d031d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Dimensions Fix: recognize that some numpy ufuncs do not have out as…

    … a keyword (#678)
    
    * fix _custom_function out as having None default value
    
    * Treat copyto specially
    v1kko authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    66874f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Add option to customize axes in dashboard (#677)

    * Fix version on gateway
    * Do not assume z == time
    * Use checkbox to flip axes
    stefsmeets authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    021fc97 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Prepare imas2xarray submodule (#680)

    * Rename `IDSMapping.sync` to `ImasHandle.update_from`
    * Move IDSMapping to imas2xarray
    * Move rebase functions
    * Move IDSVariableModel
    * Add H5Handle for loading data
    * Refactor variable lookup
    * Fix docs and read hdf5 data
    stefsmeets authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    95ebfbd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Split off imas2xarray submodule and fix docs(#682)

    * Remove imas2xarray submodule
    
    * Add dependency
    
    * Remove notebooks
    
    * Revert IDSMapping and fix imas2xarray imports
    
    * Clean pyproject.toml
    
    * Fix documentation
    
    * Fix formatting in mkdocs.yaml and switch to mknotebooks
    
    * Fix mkdocs warnings
    
    * Fix urls
    
    * Add docstrings
    stefsmeets authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5777362 View commit details
    Browse the repository at this point in the history
  2. Single source vars (#684)

    * Load data vars from imas2xarray
    
    * Reduce number of modules
    
    * Bump version of imas2xarray
    
    * Fix tests
    stefsmeets authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d1d34ef View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    8bddfd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aeb589 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Updated requirements.txt files

    v1kko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    66fcec0 View commit details
    Browse the repository at this point in the history
  2. Bump version: 2.0.0 → 3.0.0

    v1kko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    080bb4d View commit details
    Browse the repository at this point in the history
Loading