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

Refactoring in support of externally defined feature extractor libraries - i.e. LAISS #73

Merged
merged 5 commits into from
Nov 8, 2024

Commits on Nov 1, 2024

  1. Fairly substantial refactor to remove hardcoded column names from `li…

    …ghtcurve_utils`. Dynamically generate the column names as needed using methods defined in the `LightCurve` feature extractor subclasses.
    drewoldag committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    074863b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Refactoring the section of database.py that builds self.feature_names…

    … and self.metadata_names.
    drewoldag committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0d50570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4125946 View commit details
    Browse the repository at this point in the history
  3. Fixing up Dockerfile, adding github action to build image

    - Image installs resspect from source
    - Image builds on latest ubuntu avoiding conflicts with ubuntu's version of pip
    - Image sets up a data directory and a venv for resspect
    - Image does not yet work with the docker-compose file or the TOM docker-compose ecosystem.
    mtauraso authored and drewoldag committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    abe2d5b View commit details
    Browse the repository at this point in the history
  4. Make docker compose setup work with new Dockerfile

    And document how to connect to tom docker-compose ecosystem
    mtauraso authored and drewoldag committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    91cf04e View commit details
    Browse the repository at this point in the history