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

Add initial version of src and test #2

Merged
merged 11 commits into from
Jun 3, 2024
Merged

Add initial version of src and test #2

merged 11 commits into from
Jun 3, 2024

Commits on Jun 3, 2024

  1. chore: add clean ARCHITECTURE file

    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c6246f2 View commit details
    Browse the repository at this point in the history
  2. refactor: add a dummy folder that we can point paths to

    This is used if IESoptLibrary is not available, to prevent extensive workarounds related to paths.
    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4f700c5 View commit details
    Browse the repository at this point in the history
  3. feat: add initial version of core IESopt.jl, based on the internal co…

    …mmit 216607e3f7e61af5aae4e6fb1faf6470e7a5a385 (branch: open-source), with some slight modifications, and missing some functionality that has not been cleaned up yet
    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    488e215 View commit details
    Browse the repository at this point in the history
  4. test: add initial version of tests, based on the internal commit 2166…

    …07e3f7e61af5aae4e6fb1faf6470e7a5a385 (branch: open-source), with some slight modifications - including accounting for IESoptLib - and missing some functionality that has not been cleaned up yet.
    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5f13fd5 View commit details
    Browse the repository at this point in the history
  5. chore: change IESoptLib to a weakdep; add all internally registered s…

    …olvers as weakdeps using "self-extension"
    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    679e8f6 View commit details
    Browse the repository at this point in the history
  6. chore: change compat entry for Pkg to fix CI on 1.9 image

    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2524fe5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00ffd5e View commit details
    Browse the repository at this point in the history
  8. chore: up julia compat requirement, and revoke change in Pkg compat e…

    …ntry, to accomodate RuntimeGeneratedFunctions (which compats on julia = "1.10")
    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    77373e2 View commit details
    Browse the repository at this point in the history
  9. chore: remove 1.9 as testing target from CI

    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f2c29c3 View commit details
    Browse the repository at this point in the history
  10. docs: build docs for "stable,dev,all-minor" versions, and enable push…

    … previews for PRs
    Stefan Strömer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    362db51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e4f903 View commit details
    Browse the repository at this point in the history