Skip to content

Commit

Permalink
Revert "Refactor to move ChartState to vegafusion core (#519)" (#520)
Browse files Browse the repository at this point in the history
This reverts commit d7120b8.
  • Loading branch information
jonmmease authored Oct 17, 2024
1 parent d7120b8 commit 713b159
Show file tree
Hide file tree
Showing 32 changed files with 995 additions and 3,264 deletions.
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

0 comments on commit 713b159

Please sign in to comment.