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

Revert chart state refactor #520

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ prost = { version = "0.12.3" }
prost-types = { version = "0.12.3" }
object_store = { version = "0.11.0" }
lazy_static = { version = "1.5" }
async-trait = "0.1.73"

[workspace.dependencies.datafusion]
version = "42.0.0"
Expand Down
2,677 changes: 303 additions & 2,374 deletions pixi.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ ruff = ">=0.6.9,<0.7"
mypy = ">=1.11.2,<2"
pixi-pycharm = ">=0.0.8,<0.0.9"
scipy = "1.14.1.*"
pandas = ">=2.2.3,<3"
pyarrow = ">=13.0.0,<14"

# Dependencies are those required at runtime by the Python packages
[dependencies]
Expand Down
10 changes: 0 additions & 10 deletions vegafusion-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ workspace = true
[dependencies.prost-types]
workspace = true

[dependencies.chrono-tz]
workspace = true

[dependencies.async-trait]
workspace = true

[dependencies.sqlparser]
workspace = true
optional = true
Expand All @@ -55,10 +49,6 @@ version = "1.6.9"
[dependencies.datafusion-common]
workspace = true

[dependencies.vegafusion-dataframe]
path = "../vegafusion-dataframe"
version = "1.6.9"

[dependencies.pyo3]
workspace = true
optional = true
Expand Down
236 changes: 0 additions & 236 deletions vegafusion-core/src/chart_state.rs

This file was deleted.

1 change: 0 additions & 1 deletion vegafusion-core/src/data/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pub mod dataset;
pub mod tasks;
2 changes: 0 additions & 2 deletions vegafusion-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
extern crate lazy_static;
extern crate core;

pub mod chart_state;
pub mod data;
pub mod expression;
pub mod patch;
pub mod planning;
pub mod proto;
pub mod runtime;
pub mod spec;
pub mod task_graph;
pub mod transform;
Expand Down
Loading
Loading