Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pre release for v2.0.0 #84

Merged
merged 6 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading