Skip to content

Releases: CausalInference/pySEQTarget

pySEQTarget 0.13.1

21 Apr 15:35
2512184

Choose a tag to compare

  • Add Tom to maintainers

pySEQTarget 0.13.0

20 Apr 10:44
b403f64

Choose a tag to compare

  • Preserve eligible_col during expansion when referenced by weight_eligible_colnames
  • Validate weight_eligible_colnames entries exist in data upfront
  • Skip bootstrap replicates that fail with singular Hessian
  • Silence non-interactive backend plt.show warnings in test suite
  • Bump astral-sh/setup-uv to v8.1.0

pySEQTarget 0.12.9

15 Apr 08:03
322bdee

Choose a tag to compare

  • Fix expansion bug where subjects experiencing outcome early were carried forward with post-outcome rows

pySEQTarget 0.12.8

29 Mar 05:35

Choose a tag to compare

Hopefully remove <factory> from rendered docs and some optimizations and speed ups.

pySEQTarget 0.12.7

23 Mar 18:52
b6d1566

Choose a tag to compare

pySEQTarget 0.12.6

22 Mar 17:36

Choose a tag to compare

  • Fixes SEQoutput.plot() to display figure by calling plt.show() instead of printing repr
  • Fixes SEQuential.plot() to display figure by calling plt.show()
  • Re-enables Python 3.10 as I think the lifelines package works under this once more
  • Adds some more of the validation checks in the R package
  • Amends the default values of weight_preexpansion, plot_type, and ncores to match those in SEQTaRget

pySEQTarget 0.12.5

19 Mar 17:08

Choose a tag to compare

  • Fix Nan proliferation in data
  • Fixed casting in predictions
  • Changed probability warning to valueError

pySEQTarget 0.12.4

18 Mar 15:07
d764e6a

Choose a tag to compare

  • Guard against None models in SEQoutput.summary(). When a treatment-level subset lacks sufficient unique values, _fit_numerator/_fit_denominator append None to the fits list. summary() now skips None entries to avoid AttributeError.

pySEQTarget 0.12.3

02 Mar 18:38
291205e

Choose a tag to compare

This,

  • removes the unneeded import in the README example (somehow missed that before)
  • amends some typos in arguments and docstrings
  • adds a check for perfect separation
  • handles no variation weight models
  • bumps some actions in GHA workflows
  • allow readthedocs to recover version information from the toml tag

pySEQTarget 0.12.2

17 Feb 11:16

Choose a tag to compare

  • Make main estimate and bootstrapping deterministic for a seed.
  • Amend Hernan to Hernán.
  • Use uv to control Python in the GHA CI pytest tests.