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

feat: add 'augurs' convenience crate, re-exporting other crates #117

Merged
merged 32 commits into from
Sep 25, 2024

Commits on Sep 22, 2024

  1. chore: use augurs-js as crate name for JS bindings

    This requires a bit of hackery to make sure wasm-pack emits files
    with the right names and references, and to fix the package name
    before publishing to npm.
    
    Once rustwasm/wasm-pack#949 is fixed we
    can remove the bit of prepublish.js that renames the package.
    sd2k committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7bcfc31 View commit details
    Browse the repository at this point in the history
  2. Mark pyaugurs with doc = false

    To avoid conflicts with the new 'augurs' wrapper library.
    sd2k committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9711cc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. feat: add 'augurs' convenience crate, re-exporting other crates

    This should make it easier for consumers, so they don't have to
    figure out which crates to import; they can just enable the
    'full' feature flag to get started.
    sd2k committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    31ef32f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c0108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    596799c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fix potential divide-by-zero error in assert_within_pct

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    sd2k and coderabbitai[bot] authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    da34c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee95020 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3c4462 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    997598d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58aca5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2831ce View commit details
    Browse the repository at this point in the history
  7. Fix comment in README example

    sd2k committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e7671fe View commit details
    Browse the repository at this point in the history
  8. Actually, remove trailing commas from README headings

    Apparently that's bad according to markdownlint.
    sd2k committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0d95848 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cbf9575 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8218f52 View commit details
    Browse the repository at this point in the history
  11. Fix badges in augurs README

    sd2k committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4717430 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e0af75 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b00bd7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a7fbf67 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3541e5e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3f4edcd View commit details
    Browse the repository at this point in the history
  17. Add 'parallel' feature flag to augurs

    Also use new ? syntax for feature flags of optional deps, which means
    we can get rid of the 'mstl-ets' feature flag.
    sd2k committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    78734cd View commit details
    Browse the repository at this point in the history
  18. Add 'doc' Just target

    sd2k committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    46c1c53 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9b27269 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dded2b2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0c29f1e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    171d407 View commit details
    Browse the repository at this point in the history
  23. Add forecaster examples

    sd2k committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    709fe56 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    64feaa1 View commit details
    Browse the repository at this point in the history
  25. Remove unnecessary comment

    sd2k committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2ea4864 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2ddcfb3 View commit details
    Browse the repository at this point in the history
  27. Fix accidental broken imports

    sd2k committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2dc6770 View commit details
    Browse the repository at this point in the history