Skip to content

Commit 3556af8

Browse files
authored
v0.0.7 (#87)
1 parent 895722a commit 3556af8

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Changelog
22

3+
## v0.0.7
4+
* Added filtering for speedup intro message checks
5+
* Added tags metadata in table info
6+
* Added map function for arbitrary python code table processing support
7+
* Added AI example notebooks
8+
39
## v0.0.6
4-
Refactored scan() in order to be chainable with from_tables()
5-
Improved metadata fetching speed for table information
6-
Refactored to remove duplicated SQL code from scanner class
7-
Updated intro messages and documentation
8-
Added example for detecting tables with many small files
10+
* Refactored scan() in order to be chainable with from_tables()
11+
* Improved metadata fetching speed for table information
12+
* Refactored to remove duplicated SQL code from scanner class
13+
* Updated intro messages and documentation
14+
* Added example for detecting tables with many small files
915

1016
## v0.0.5
1117
* Added support for multi-table SQL execution dx.from_tables(...).apply_sql(...)

discoverx/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.6"
1+
__version__ = "0.0.7"

examples/pii_detection_presidio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# COMMAND ----------
1818

19-
# MAGIC %pip install presidio_analyzer==2.2.33 dbl-discoverx==0.0.6
19+
# MAGIC %pip install presidio_analyzer==2.2.33 dbl-discoverx==0.0.7
2020

2121
# COMMAND ----------
2222

examples/vacuum_multiple_tables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# COMMAND ----------
1010

11-
# MAGIC %pip install dbl-discoverx==0.0.6
11+
# MAGIC %pip install dbl-discoverx==0.0.7
1212

1313
# COMMAND ----------
1414

0 commit comments

Comments
 (0)