Skip to content

Commit ef46e59

Browse files
v0.12.3 Release Preparation (#477)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2aef5ba commit ef46e59

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# History
22

3+
## v0.12.3 - 2025-06-13
4+
5+
### New Features
6+
7+
* `BetaUnivariate` should reject fitted parameters that obviously don’t match the data - Issue [#472](https://github.com/sdv-dev/Copulas/issues/472) by @fealho
8+
9+
### Internal
10+
11+
* Add workflow to release Copulas on PyPI - Issue [#462](https://github.com/sdv-dev/Copulas/issues/462) by @amontanez24
12+
13+
### Maintenance
14+
15+
* All bump-version commands are failing - Issue [#465](https://github.com/sdv-dev/Copulas/issues/465) by @gsheni
16+
* Update python set up step in workflows to use latest python version - Issue [#438](https://github.com/sdv-dev/Copulas/issues/438) by @frances-h
17+
318
## v0.12.2 - 2025-04-01
419

520
### Documentation

static_code_analysis.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Run started:2025-04-01 18:57:43.405931
1+
Run started:2025-06-13 18:34:29.598583
22

33
Test results:
44
>> Issue: [B403:blacklist] Consider possible security implications associated with pickle module.
@@ -95,7 +95,7 @@ Test results:
9595
--------------------------------------------------
9696

9797
Code scanned:
98-
Total lines of code: 3985
98+
Total lines of code: 3993
9999
Total lines skipped (#nosec): 0
100100
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0
101101

0 commit comments

Comments
 (0)