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

Prepare for 0.5.6 release #188

Merged
merged 11 commits into from
Mar 13, 2023
Merged

Prepare for 0.5.6 release #188

merged 11 commits into from
Mar 13, 2023

Commits on Mar 10, 2023

  1. Run notebooks in CI

    hugobuddel committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    675593c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f87fd View commit details
    Browse the repository at this point in the history
  3. Add SVO data because SVO is down

    See http://svo2.cab.inta-csic.es/theory/fps3/fps.php
    "We are having some technical problems and our services will be unavailable for some days. "
    hugobuddel committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    79ef96d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Fix OpticalTrain shared cmds attribute and fix docstring

    When instantiating OpticalTrain with a UserCommands object (e.g. loading instrument from IRDB), make a deepcopy of the argument to avoid multiple instances of OpticalTrain using the same cmds object in memory. This avoids that changing a cmds parameter in a specific system changes all other systems instantiated with the same UserCommands object.
    Additionally, simplify logic and improve docstring to reflect the possibility of using a str argument in load().
    joao-aveiro committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    7907fa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Merge pull request #185 from AstarVienna/hb/feature/storesvodata

    Add SVO data because SVO is down
    hugobuddel committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    e43a9ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cca9c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    d781c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d6e94 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #183 from AstarVienna/hb/fixnotebooks

    Run notebooks in CI
    hugobuddel committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    462cca8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #186 from joao-aveiro/fix-usercmds

    Fix OpticalTrain shared cmds attribute and fix docstring
    hugobuddel committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    0e9003a View commit details
    Browse the repository at this point in the history
  5. Prepare for 0.5.6 release

    hugobuddel committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c00a067 View commit details
    Browse the repository at this point in the history