Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4 Release #28

Merged
merged 11 commits into from
May 2, 2024
Merged

2.4 Release #28

merged 11 commits into from
May 2, 2024

Commits on Apr 26, 2024

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

Commits on Apr 29, 2024

  1. docs: improve io documentation

    kmnhan committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4369d23 View commit details
    Browse the repository at this point in the history
  2. fix(plotting): increase default colorbar size

    The default `width` argument to `nice_colorbar` is changed to 8 points. This ensures visibility in subplots, especially when constrained layout is used.
    kmnhan committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3208399 View commit details
    Browse the repository at this point in the history
  3. refactor: various cleanup

    Improve docstring formatting and tweak linter settings
    kmnhan committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2b38397 View commit details
    Browse the repository at this point in the history
  4. feat: add interpolation along a path

    The `slice_along_path` function has been added to `analysis.interpolate`, which enables easy interpolation along a evenly spaced path that is specified by its vertices and step size. The path can have an arbitrary number of dimensions and points.
    kmnhan committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7366ec4 View commit details
    Browse the repository at this point in the history
  5. docs: improve documentation

    kmnhan committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8f23f99 View commit details
    Browse the repository at this point in the history
  6. fix(plotting): add some validation checks to plot_array

    The functions `plot_array` and `plot_array_2d` now checks if the input array coordinates are uniformly spaced. If they are not, a warning is issued and the user is informed that the plot may not be accurate.
    kmnhan committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2e0753c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. fix(io): remove direct display call in interactive summary

    This was causing duplicated plots.
    kmnhan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d44b3a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca40fe4 View commit details
    Browse the repository at this point in the history
  3. style: remove % formatting

    kmnhan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ae18a34 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependencies

    Numbagg is now an optional dependency.
    kmnhan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    37c1b4b View commit details
    Browse the repository at this point in the history