Skip to content

Commit

Permalink
Merge branch 'm-kovalsky/versionhistory'
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Sep 16, 2024
2 parents a2ff3a3 + 44bf403 commit 7b906c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ An even better way to ensure the semantic-link-labs library is available in your
1. Navigate to your Notebook
2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook

## Version History
* [0.7.3](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.3) (September 11, 2024)
* [0.7.2](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.2) (August 30, 2024)
* [0.7.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.1) (August 29, 2024)
* [0.7.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.0) (August 26, 2024)
* [0.6.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.6.0) (July 22, 2024)
* [0.5.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.5.0) (July 2, 2024)
* [0.4.2](https://github.com/microsoft/semantic-link-labs/releases/tag/0.4.2) (June 18, 2024)

---
## Direct Lake migration

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
license= { text = "MIT License" }

dependencies = [
"semantic-link-sempy>=0.7.7",
"semantic-link-sempy>=0.8.0",
"anytree",
"powerbiclient",
"polib",
Expand Down
3 changes: 2 additions & 1 deletion src/sempy_labs/_model_bpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,8 @@ def translate_using_spark(rule_file):
content_html += f'<td>{row["Rule Name"]}</td>'
content_html += f'<td>{row["Object Type"]}</td>'
content_html += f'<td>{row["Object Name"]}</td>'
content_html += f'<td>{row["Severity"]}</td>'
content_html += f'<td style="text-align: center;">{row["Severity"]}</td>'
#content_html += f'<td>{row["Severity"]}</td>'
content_html += "</tr>"
content_html += "</table>"

Expand Down

0 comments on commit 7b906c8

Please sign in to comment.