Skip to content

Commit

Permalink
Merge pull request #84 from databricks-industry-solutions/pre_release…
Browse files Browse the repository at this point in the history
…/cleanups

pre release for v2.0.0
  • Loading branch information
dmoore247 authored Nov 27, 2024
2 parents cee7ca8 + 3c5afb9 commit ca2132f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 260 deletions.
14 changes: 0 additions & 14 deletions 00-load hls-pixels with dicoms.py

This file was deleted.

20 changes: 0 additions & 20 deletions 03-governance-setup.sql

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ catalog_df = catalog.catalog(path, extractZip=True, extractZipBasePath=<unzipPat
```
---
## OHIF Viewer
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.
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.

All the catalog entries will be available in an easy to use study list.
![Catalog](https://github.com/databricks-industry-solutions/pixels/blob/main/images/ohif_catalog_view.png?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion config/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# COMMAND ----------

# 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
# 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

# COMMAND ----------

Expand Down
2 changes: 1 addition & 1 deletion dbx/pixels/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.0.6"
__version__ = "2.0.0"
223 changes: 0 additions & 223 deletions dcm-test.py

This file was deleted.

0 comments on commit ca2132f

Please sign in to comment.