-
Notifications
You must be signed in to change notification settings - Fork 7
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
Commits on Sep 22, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7bcfc31 - Browse repository at this point
Copy the full SHA 7bcfc31View commit details -
Mark pyaugurs with doc = false
To avoid conflicts with the new 'augurs' wrapper library.
Configuration menu - View commit details
-
Copy full SHA for 9711cc4 - Browse repository at this point
Copy the full SHA 9711cc4View commit details
Commits on Sep 24, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 31ef32f - Browse repository at this point
Copy the full SHA 31ef32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c0108 - Browse repository at this point
Copy the full SHA 31c0108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596799c - Browse repository at this point
Copy the full SHA 596799cView commit details
Commits on Sep 25, 2024
-
Fix potential divide-by-zero error in assert_within_pct
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da34c67 - Browse repository at this point
Copy the full SHA da34c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee95020 - Browse repository at this point
Copy the full SHA ee95020View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c4462 - Browse repository at this point
Copy the full SHA e3c4462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997598d - Browse repository at this point
Copy the full SHA 997598dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58aca5d - Browse repository at this point
Copy the full SHA 58aca5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2831ce - Browse repository at this point
Copy the full SHA f2831ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7671fe - Browse repository at this point
Copy the full SHA e7671feView commit details -
Actually, remove trailing commas from README headings
Apparently that's bad according to markdownlint.
Configuration menu - View commit details
-
Copy full SHA for 0d95848 - Browse repository at this point
Copy the full SHA 0d95848View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf9575 - Browse repository at this point
Copy the full SHA cbf9575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8218f52 - Browse repository at this point
Copy the full SHA 8218f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4717430 - Browse repository at this point
Copy the full SHA 4717430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0af75 - Browse repository at this point
Copy the full SHA 0e0af75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b00bd7 - Browse repository at this point
Copy the full SHA 3b00bd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7fbf67 - Browse repository at this point
Copy the full SHA a7fbf67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3541e5e - Browse repository at this point
Copy the full SHA 3541e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4edcd - Browse repository at this point
Copy the full SHA 3f4edcdView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 78734cd - Browse repository at this point
Copy the full SHA 78734cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c1c53 - Browse repository at this point
Copy the full SHA 46c1c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b27269 - Browse repository at this point
Copy the full SHA 9b27269View commit details -
Configuration menu - View commit details
-
Copy full SHA for dded2b2 - Browse repository at this point
Copy the full SHA dded2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c29f1e - Browse repository at this point
Copy the full SHA 0c29f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 171d407 - Browse repository at this point
Copy the full SHA 171d407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 709fe56 - Browse repository at this point
Copy the full SHA 709fe56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64feaa1 - Browse repository at this point
Copy the full SHA 64feaa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea4864 - Browse repository at this point
Copy the full SHA 2ea4864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ddcfb3 - Browse repository at this point
Copy the full SHA 2ddcfb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc6770 - Browse repository at this point
Copy the full SHA 2dc6770View commit details