You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align GitHub source with the published PyPI 0.1.4 release by including
subpackage packaging fixes, utils import-cycle prevention, and regression
tests/logic updates for DAX parsing, OWL export URI safety, and schema drift.
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.1.4] - 2026-01-31
11
+
12
+
### Fixed
13
+
- Fixed circular import triggered by `from powerbi_ontology.utils.pbix_reader import PBIXReader`
14
+
- Updated `powerbi_ontology.utils` to use lazy attribute imports so importing `pbix_reader` does not force `OntologyVisualizer` and related modules during package initialization
15
+
16
+
## [0.1.3] - 2026-01-31
17
+
18
+
### Fixed
19
+
- Fixed packaging configuration so subpackages are included in PyPI distributions (`powerbi_ontology.utils`, `powerbi_ontology.export`, and other nested modules)
20
+
- Resolved `ModuleNotFoundError: No module named 'powerbi_ontology.utils'` after installing from PyPI
0 commit comments