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
13 changes: 12 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# History

### v0.12.0 - 2026-01-27
### v0.12.1 - 2026-02-12

### New Features

* In `verbose` mode, make the prefix of the progress bar a fixed-length - Issue [#487](https://github.com/sdv-dev/CTGAN/issues/487) by @fealho

### Maintenance

* Update README and other meta information to point to the DataCebo forum - Issue [#489](https://github.com/sdv-dev/CTGAN/issues/489) by @pvk-developer
* Update license information in pyproject.toml to use new format - Issue [#480](https://github.com/sdv-dev/CTGAN/issues/480) by @pvk-developer

## v0.12.0 - 2026-01-27

### Internal

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-27 19:10:00.620358+00:00
Run started:2026-02-12 22:24:35.767908+00:00

Test results:
>> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Expand Down Expand Up @@ -93,7 +93,7 @@ Test results:
--------------------------------------------------

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

Expand Down