Skip to content

Commit ca2132f

Browse files
authored
Merge pull request #84 from databricks-industry-solutions/pre_release/cleanups
pre release for v2.0.0
2 parents cee7ca8 + 3c5afb9 commit ca2132f

File tree

6 files changed

+3
-260
lines changed

6 files changed

+3
-260
lines changed

00-load hls-pixels with dicoms.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

03-governance-setup.sql

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ catalog_df = catalog.catalog(path, extractZip=True, extractZipBasePath=<unzipPat
6767
```
6868
---
6969
## OHIF Viewer
70-
Inside `dbx.pixel` resources folder, a pre-built version of [OHIF Viewer](https://github.com/OHIF/Viewers) with Databricks and [Unity Catalog Volumes](https://docs.databricks.com/en/sql/language-manual/sql-ref-volumes.html) extension is provided.
70+
Inside `dbx.pixels` resources folder, a pre-built version of [OHIF Viewer](https://github.com/OHIF/Viewers) with Databricks and [Unity Catalog Volumes](https://docs.databricks.com/en/sql/language-manual/sql-ref-volumes.html) extension is provided.
7171

7272
All the catalog entries will be available in an easy to use study list.
7373
![Catalog](https://github.com/databricks-industry-solutions/pixels/blob/main/images/ohif_catalog_view.png?raw=true)

config/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# COMMAND ----------
88

9-
# MAGIC %pip install --quiet pydicom==2.4.4 s3fs==2022.10.0 python-gdcm==3.0.19 python-magic==0.4.27 git+https://github.com/databricks-industry-solutions/pixels.git
9+
# MAGIC %pip install --quiet pydicom==2.4.4 s3fs==2022.10.0 python-gdcm==3.0.19 python-magic==0.4.27 git+https://github.com/databricks-industry-solutions/pixels.git@2.0.0
1010

1111
# COMMAND ----------
1212

dbx/pixels/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.0.6"
17+
__version__ = "2.0.0"

dcm-test.py

Lines changed: 0 additions & 223 deletions
This file was deleted.

0 commit comments

Comments
 (0)