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

Fix compatibility issues in sordino.py and update manifest styling #7

Merged
merged 4 commits into from
May 4, 2024

Commits on May 2, 2024

  1. fix(sordino) two major bug fix related to postprocessing

    - _traj_apply_extension_factors: missing enumerate on loop
    - _rotate_dataobj: path for oblique matrix, convert to integer
    dvm-shlee committed May 2, 2024
    Configuration menu
    Copy the full SHA
    22b5265 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. refactor(structure): streamline project directory and codebase

    Removed several obsolete and redundant files to simplify the directory layout.
    dvm-shlee committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d3f1688 View commit details
    Browse the repository at this point in the history
  2. fix(sordino): patch compatibility issues with updated dependencies

    - Updated `sordino.py` to resolve a bug caused by dependency changes.
    - Polished style and versioning in the plugin manifest.
    dvm-shlee committed May 4, 2024
    Configuration menu
    Copy the full SHA
    be4cc66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87e1d51 View commit details
    Browse the repository at this point in the history