Skip to content
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
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## v1.33.1 - 2026-02-06

### New Features

* Add `__repr__` method to constraints - Issue [#2791](https://github.com/sdv-dev/SDV/issues/2791) by @pvk-developer

### Maintenance

* Update README and other meta information to point to the DataCebo forum - Issue [#2797](https://github.com/sdv-dev/SDV/issues/2797) by @pvk-developer

## v1.33.0 - 2026-01-30

### New Features
Expand Down
4 changes: 2 additions & 2 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run started:2026-01-30 22:25:46.984921+00:00
Run started:2026-02-06 21:10:18.899704+00:00

Test results:
>> Issue: [B110:try_except_pass] Try, Except, Pass detected.
Expand Down Expand Up @@ -121,7 +121,7 @@ Test results:
--------------------------------------------------

Code scanned:
Total lines of code: 17415
Total lines of code: 17448
Total lines skipped (#nosec): 0
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Expand Down