Skip to content

Commit

Permalink
Add Release information.
Browse files Browse the repository at this point in the history
  • Loading branch information
keltia committed Sep 30, 2024
1 parent 69efe65 commit 79740ed
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## VERSION INFORMATION

This is release v0.50.

It has many fundamental changes under the hood:

- [DuckDB] has been replaced by [Clickhouse] for all calculations.
- `process-data` is now completely *async* due to many dependencies including the `klickhouse` client.
- `acutectl` is now *async* except for the `Engine` itself which still runs in a sync environment.
- There are many more Python scripts in the `scripts` directory.
- Most of the import and conversion processes make use of the [bdt] and [qsv] utilities.
- `fetiched` is currently not working and will be updated in the near-future.

Main dependencies:

- datafusion v41
- arrow/parquet v52

Current crates versions:

- acutectl/0.23.0
- process-data/0.4.0+clickhouse
- fetiche-engine/0.23.0
- fetiche-formats/0.17.1
- fetiche-sources/0.16.0
- fetiche-common/0.4.0
- fetiche-macros/0.3.0

0 comments on commit 79740ed

Please sign in to comment.