ubuntu/+source/statsmodels:applied/ubuntu/eoan-devel

Last commit made on 2019-08-16
Get this branch:
git clone -b applied/ubuntu/eoan-devel https://git.launchpad.net/ubuntu/+source/statsmodels
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/eoan-devel
Repository:
lp:ubuntu/+source/statsmodels

Recent commits

3181a45... by Steve Langasek

0.8.0-9ubuntu1 (patches applied)

Imported using git-ubuntu import.

4f1e522... by Steve Langasek

Fix indexing errors in KaplanMeier

Gbp-Pq: kaplan_meier_860449.patch.

1238cf0... by Steve Langasek

Stop using no-longer-existing pd.ols

Gbp-Pq: vector_ar_window_ols.patch.

0f87311... by Steve Langasek

Fix errors in examples

Gbp-Pq: examples_fixes.patch.

2122376... by Steve Langasek

Don't use np.genfromtxt on non-ASCII data

Gbp-Pq: lutkepohl_data_load.patch.

f21bca5... by Steve Langasek

Create a normal array, not an array of 1x1 arrays

Gbp-Pq: unconstrain_stationary_multivariate.patch.

d4dcd64... by Steve Langasek

Make tests compatible with current numpy/scipy/pandas

Gbp-Pq: test_fixes.patch.

e64becd... by Steve Langasek

Allow loading the CO2 dataset in pandas >= 0.23

Gbp-Pq: co2_dataset_load.patch.

53e6f4f... by Steve Langasek

Don't use gammaln on complex input

Gbp-Pq: gammaln_complex.patch.

1aabeb8... by Steve Langasek

Fix shape mismatch errors in MICE imputation

Gbp-Pq: imputation_broadcasting.patch.