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

Dev logging #304

Merged
merged 48 commits into from
Apr 5, 2022
Merged

Dev logging #304

merged 48 commits into from
Apr 5, 2022

Commits on Feb 7, 2022

  1. bump version

    jacob-rosenthal committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2aa4f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0a30d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20c84df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad212c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acaef6c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Update README.md

    Upon repeating installations to follow up to #296 and #297, I found that installing numpy first and using --no-cache-dir is the safest and most reliable way to install pathml
    Surya Narayanan Hari committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    b73a516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d046c12 View commit details
    Browse the repository at this point in the history
  3. remove old sentences

    jacob-rosenthal committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2352127 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. set up a logger with varying levels to track the four main files of t…

    …he project. Also encorporated the ability to turn 'dev mode' on/off so that logging for pathml isnt done for users using the library. Work still needs to be done in logging more of the project
    Bryan Gass committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    8d96849 View commit details
    Browse the repository at this point in the history
  2. added the imports for loguru

    Bryan Gass committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    bf9f49e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Merge pull request #298 from Dana-Farber-AIOS/surya-narayanan-safe-wo…

    …rking-install
    
    Update README.md
    jacob-rosenthal committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7e64b94 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Got all the base logging stuff figured out. There was a misunderstand…

    …ing before with how levels, filters and how they work with handlers within loguru. That has since been remedied
    Bryan Gass committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    390a59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ae9e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. somewhat brute forcing the fixes on logging at the moment. Log files …

    …are now being generated but still testing to have everything fully functional.
    Bryan Gass committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    be3f79a View commit details
    Browse the repository at this point in the history
  2. changed the bash script to recognize if the directory exists before c…

    …d'ing into it. Also changed the notebook to include the images to download.
    Bryan Gass committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d05a741 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. need to still remove wrappers, add dependecies, save logs to consiste…

    …nt file path and remove logs that have already been saved to examples directory
    Bryan Gass committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c772da2 View commit details
    Browse the repository at this point in the history
  2. need to still remove wrappers, save logs to consistent file path and …

    …remove logs that have already been saved to examples directory
    Bryan Gass committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d8936e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa974be View commit details
    Browse the repository at this point in the history
  4. added global variable call in enable_logging(), also making sure lint…

    …ing, doc creation and everything else is working on my end
    Bryan Gass committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f1261f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. logging is now functional, tests have been built to (naively) test fo…

    …r functional logging which pass. logger_wraps have been removed from all functions. An absolute file path has been set for log
    Bryan Gass committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d2bb067 View commit details
    Browse the repository at this point in the history
  2. changed enable_logging() to configure the logger.

    Bryan Gass committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    bdb62f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

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

Commits on Mar 17, 2022

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

Commits on Mar 21, 2022

  1. currently not working but think I might have found a way to get a one…

    … function solution.
    Bryan Gass committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    56007cf View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Logging is now functional through the use of a single function call w…

    …hich supports the custimization of a single handler
    Bryan Gass committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    2f6c343 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    1842a81 View commit details
    Browse the repository at this point in the history
  2. fixed logger warnings that were making tests fail

    Bryan Gass committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    514b363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d051c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9681e53 View commit details
    Browse the repository at this point in the history
  5. removed bindings to logger in h5manager

    Bryan Gass committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9961f1f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    a8fb928 View commit details
    Browse the repository at this point in the history
  2. Implemented logging and associated tests.

    Bryan Gass committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    498344b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev-logging' of github.com:Dana-Farber-AIOS/pathml into…

    … dev-logging
    Bryan Gass committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    50d143c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6707252 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d76f9f View commit details
    Browse the repository at this point in the history
  6. fix logging tests

    jacob-rosenthal committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d7032ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dde444 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aec565f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fdc786 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    264c85b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6209d71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb23232 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fb0871 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4b666a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    527ed03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2892f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf9fbb0 View commit details
    Browse the repository at this point in the history