Skip to content

Commit

Permalink
Add augurs-clustering to main README
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Jul 19, 2024
1 parent f23940f commit 4a78102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ APIs are subject to change, and functionality may not be fully implemented.
| Name | Purpose | Status |
| ------------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [`augurs-changepoint`][] | Changepoint detection for time series | alpha - API is flexible right now |
| [`augurs-clustering`][] | Time series clustering algorithms
| [`augurs-core`][] | Common structs and traits | alpha - API is flexible right now |
| [`augurs-dtw`][] | Dynamic Time Warping (DTW)
| [`augurs-ets`][] | Automatic exponential smoothing models | alpha - non-seasonal models working and tested against statsforecast |
Expand Down Expand Up @@ -62,6 +63,7 @@ Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 `<http://www.apache.org/licenses/LICENSE-2.0>` or the MIT license `<http://opensource.org/licenses/MIT>`, at your option.

[`augurs-changepoint`]: https://crates.io/crates/augurs-changepoint
[`augurs-clustering`]: https://crates.io/crates/augurs-clustering
[`augurs-core`]: https://crates.io/crates/augurs-core
[`augurs-dtw`]: https://crates.io/crates/augurs-dtw
[`augurs-ets`]: https://crates.io/crates/augurs-ets
Expand Down
12 changes: 0 additions & 12 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Set up npm to use the Grafana Labs npm registry for the @grafana-ml scope.
authenticate-npm-dev:
npm set @grafana-ml:registry=https://us-npm.pkg.dev/grafanalabs-dev/ml-npm-dev/
npx google-artifactregistry-auth

# Build and publish the augurs-js package to the Grafana Labs npm registry with the @grafana-ml scope.
publish-npm-dev:
cd crates/augurs-js && \
wasm-pack build --release --scope grafana-ml --target web && \
wasm-pack publish --access public

# Build and publish the augurs-js package to npm with the @bsull scope.
publish-npm:
cd crates/augurs-js && \
wasm-pack build --release --scope bsull --target web && \
wasm-pack publish --access public

0 comments on commit 4a78102

Please sign in to comment.