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

Pass kwargs through moments & add progressbar #923

Merged
merged 12 commits into from
Oct 18, 2024

Commits on Oct 13, 2024

  1. switch to tqdm's progressbar by default, but enhance astropy's so it …

    …can also provide a desc
    keflavich committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4f9ca66 View commit details
    Browse the repository at this point in the history
  2. astropy progressbar requires more work to support desc; instead, we j…

    …ust silently ignore it
    keflavich committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    bfefc63 View commit details
    Browse the repository at this point in the history
  3. np.NaN -> np.nan

    keflavich committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    11ef4a7 View commit details
    Browse the repository at this point in the history
  4. ModuleNotFoundError

    keflavich committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1385307 View commit details
    Browse the repository at this point in the history
  5. remove astropy progressbar

    keflavich committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    50077ed View commit details
    Browse the repository at this point in the history
  6. remove pbar from ytcube

    keflavich committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    2ca3008 View commit details
    Browse the repository at this point in the history
  7. add tqdm as dep

    keflavich committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    5f9f885 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad3a45c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61e6ed0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db07431 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03cb090 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb021f5 View commit details
    Browse the repository at this point in the history