From b6945db1705eb4acccf2cafa31f6e33d0778ea4e Mon Sep 17 00:00:00 2001 From: Evgenii Khramkov Date: Tue, 9 Jul 2024 08:49:46 +0900 Subject: [PATCH] v0.15.1 acknowledgements and banner link (#311) * Update acknowledgements for v0.15.1 * update banner --- spiceaidocs/docs/acknowledgements/index.md | 39 +++++++++++++--------- spiceaidocs/docusaurus.config.ts | 2 +- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/spiceaidocs/docs/acknowledgements/index.md b/spiceaidocs/docs/acknowledgements/index.md index 101fda34..75b1b943 100644 --- a/spiceaidocs/docs/acknowledgements/index.md +++ b/spiceaidocs/docs/acknowledgements/index.md @@ -178,7 +178,7 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - candle-core 0.5.1, Apache-2.0 OR MIT
https://github.com/huggingface/candle -- candle-core 0.5.1, Apache-2.0 OR MIT +- candle-core 0.6.0, Apache-2.0 OR MIT
https://github.com/huggingface/candle - candle-examples 0.5.1, Apache-2.0 OR MIT @@ -187,9 +187,6 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - candle-transformers 0.5.1, Apache-2.0 OR MIT
https://github.com/huggingface/candle -- candle-transformers 0.5.1, Apache-2.0 OR MIT -
https://github.com/huggingface/candle - - chrono 0.4.38, Apache-2.0 OR MIT
https://github.com/chronotope/chrono @@ -220,8 +217,11 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - datafusion-federation-sql 0.1.3, Apache-2.0
-- deltalake 0.18.0, Apache-2.0 -
https://github.com/delta-io/delta.rs +- datafusion-table-providers 0.1.0, +
https://github.com/datafusion-contrib/datafusion-table-providers + +- delta_kernel 0.1.1, Apache-2.0 +
https://github.com/delta-incubator/delta-kernel-rs - derive_builder 0.20.0, Apache-2.0 OR MIT
https://github.com/colin-kiegel/rust-derive-builder @@ -232,6 +232,9 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - duckdb 1.0.0, MIT
https://github.com/wangfenjin/duckdb-rs +- dyn-clone 1.0.17, Apache-2.0 OR MIT +
https://github.com/dtolnay/dyn-clone + - fallible-iterator 0.2.0, Apache-2.0 OR MIT
https://github.com/sfackler/rust-fallible-iterator @@ -277,19 +280,19 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - metrics 0.21.1, MIT
https://github.com/metrics-rs/metrics -- metrics 0.22.3, MIT +- metrics 0.23.0, MIT
https://github.com/metrics-rs/metrics -- metrics-exporter-prometheus 0.13.1, MIT +- metrics-exporter-prometheus 0.15.1, MIT
https://github.com/metrics-rs/metrics -- metrics-util 0.16.3, MIT +- metrics-util 0.17.0, MIT
https://github.com/metrics-rs/metrics -- mistralrs 0.1.11, MIT +- mistralrs 0.1.24, MIT
https://github.com/EricLBuehler/mistral.rs -- mistralrs-core 0.1.11, MIT +- mistralrs-core 0.1.24, MIT
https://github.com/EricLBuehler/mistral.rs - moka 0.12.7, Apache-2.0 OR MIT @@ -307,9 +310,6 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - notify 6.1.1, CC0-1.0
https://github.com/notify-rs/notify.git -- object_store 0.9.1, Apache-2.0 OR MIT -
https://github.com/apache/arrow-rs/tree/master/object_store - - object_store 0.10.1, Apache-2.0 OR MIT
https://github.com/apache/arrow-rs/tree/master/object_store @@ -382,6 +382,9 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - rustyline 13.0.0, MIT
https://github.com/kkawakam/rustyline +- schemars 0.8.21, MIT +
https://github.com/GREsau/schemars + - sea-query 0.30.7, Apache-2.0 OR MIT
https://github.com/SeaQL/sea-query @@ -403,6 +406,9 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - snafu 0.8.3, Apache-2.0 OR MIT
https://github.com/shepmaster/snafu +- snmalloc-rs 0.3.6, MIT +
https://github.com/SchrodingerZhu/snmalloc-rs + - snowflake-api 0.9.0, Apache-2.0
https://github.com/mycelial/snowflake-rs @@ -475,5 +481,8 @@ gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT - url 2.5.1, Apache-2.0 OR MIT
https://github.com/servo/rust-url -- uuid 1.8.0, Apache-2.0 OR MIT +- uuid 0.8.2, Apache-2.0 OR MIT +
https://github.com/uuid-rs/uuid + +- uuid 1.9.1, Apache-2.0 OR MIT
https://github.com/uuid-rs/uuid diff --git a/spiceaidocs/docusaurus.config.ts b/spiceaidocs/docusaurus.config.ts index 06efc30c..26a60069 100644 --- a/spiceaidocs/docusaurus.config.ts +++ b/spiceaidocs/docusaurus.config.ts @@ -57,7 +57,7 @@ const config: Config = { // image: 'img/docusaurus-social-card.jpg', announcementBar: { content: - 'Spice.ai OSS v0.15-alpha is now available! 🚀', + 'Spice.ai OSS v0.15-alpha is now available! 🚀', backgroundColor: 'var(--announcement-bar-bg)', textColor: 'var(--announcement-bar-text)', isCloseable: true,