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

First development version v3.0.0.dev0 #6

Merged
merged 15 commits into from
Feb 7, 2024
Merged

First development version v3.0.0.dev0 #6

merged 15 commits into from
Feb 7, 2024

Commits on Jan 23, 2024

  1. some cleanup, started new source, rye

    - Clean up part of the project, old source is still around and should be deleted.
    - using rye for the workflow
    - starting testing
    - json reader for old and new settings files to run directly
    trappitsch committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0b8729f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. plotter produces correct figure

    No refractoring done as of yet, will need some tests first, but need to figure out how to test matplotlib...
    trappitsch committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    033e463 View commit details
    Browse the repository at this point in the history
  2. linting

    trappitsch committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    649fe1e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. GUI somewhat working

    still buggy as hell
    trappitsch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    60b6bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86bcb08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a00062e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d5b779 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5c427f View commit details
    Browse the repository at this point in the history
  6. update readme

    trappitsch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    648638a View commit details
    Browse the repository at this point in the history
  7. Filename handling is better, load json using utils

    now using pathlib instead of os.expanduser (even though its the same)
    Pathlib pathes are now properly set
    users last folder is remembers, but not when restarting the program!
    trappitsch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    884138d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    a79fe45 View commit details
    Browse the repository at this point in the history
  2. fix workflows

    trappitsch committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f8b64fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d777a View commit details
    Browse the repository at this point in the history
  4. fix test for CI

    trappitsch committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e3ccad9 View commit details
    Browse the repository at this point in the history
  5. lint

    trappitsch committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2df1f70 View commit details
    Browse the repository at this point in the history