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 logging framework #131

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Add logging framework #131

wants to merge 10 commits into from

Commits on Oct 4, 2024

  1. Add logging framework

    snbianco committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    33c9eff View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Add footprint finder code (#127)

    * progress on tesscut code
    
    * send warnings, return array of filepaths
    
    * More generalization, print messages
    
    * comment fix
    
    * style fixes
    
    fix type annotation
    
    * rename module, use same thread number for cube_cut
    
    Use json.load()
    
    documentation, set threads to 8 for cube_cut
    
    * unit tests, don't allow cutout size of 0
    
    * fix example in docstring
    
    * Use mock in unit tests
    
    * rename mock
    
    * documentation, fix cache position
    
    * remove thread pool, filter ffi footprint files in test data
    
    * Add cachetools as requirement
    
    * work-around for footprint files using TAP
    
    * Remove mock from footprint tests
    
    * Delete sample footprints
    
    * remove cloud function, make crossmatch and ffi fetch functions public
    
    * Remove CIRCLE from example inputs
    
    * parametrize tests
    snbianco committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d0585d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba1afaa View commit details
    Browse the repository at this point in the history
  3. fix footprint imports

    snbianco committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a27d0e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e27e2c View commit details
    Browse the repository at this point in the history
  5. switch to INFO level

    snbianco committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    287c502 View commit details
    Browse the repository at this point in the history
  6. style fix

    snbianco committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c6f004d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1621088 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    46a3ae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    5efd55b View commit details
    Browse the repository at this point in the history