Skip to content

Releases: CausalInference/pySEQTarget

pySEQTarget 0.13.5

27 May 08:51
b40948a

Choose a tag to compare

This adds the two most recent additions to the R package:

  • Add risk_times option

  • Ensure stable factor encoding for categorical time-varying covariates in the outcome model

And

  • Reduce the height and padding of the piccolo_theme top navigation bar in the readthedocs site

pySEQTarget 0.13.4

18 May 13:33
ccef336

Choose a tag to compare

  • Add warm starts for bootstrap GLM fits
  • Print dataset summary information during the run when new SEQopts() verbose=True

pySEQTarget 0.13.3

05 May 12:54
8c1782b

Choose a tag to compare

  • Pre-compute spline knots from full dataset to ensure consistency across bootstrap replications
  • Replace squared spline term with the spline basis itself
  • Add followup_spline_df parameter to control spline degrees of freedom
  • Add Modelling Followup with a Natural Cubic Spline section to docs/vignettes/more_advanced_models.md

pySEQTarget 0.13.2

30 Apr 09:48

Choose a tag to compare

  • Add expand_only option to SEQopts to return expanded dataset without running full analysis.

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