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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
48
- Fixed torch dependency version constraints in pyproject.toml
49
49
- Fixed plotly installation in dependencies
50
50
- Fixed detect entity networks prepare_model edge case handling
51
+
- Fixed CSV file upload persistence in Extract Record Data workflow: uploaded CSV files and dataframes now persist when navigating between tabs by caching files and dataframes in session state and preserving the extraction mode selection
51
52
- Fixed Detect Case Patterns to gracefully handle cases with no converging patterns, returning empty DataFrame instead of single NaN row
52
53
- Added comprehensive unit tests for empty pattern detection scenario
53
54
- Fixed Detect Case Patterns `compute_attribute_counts()` to handle missing columns gracefully with warning message
0 commit comments