diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d107ac5..35c1fe313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -#### 0.24.2 - Unreleased +#### 0.24.2 - 2020-03-15 ##### Bug fixes - Fixed bug when no covariates were passed into `CoxPHFitter`. See #975 diff --git a/docs/Changelog.rst b/docs/Changelog.rst index 4b416a615..3923790c7 100644 --- a/docs/Changelog.rst +++ b/docs/Changelog.rst @@ -1,7 +1,7 @@ Changelog --------- -0.24.2 - Unreleased +0.24.2 - 2020-03-15 ^^^^^^^^^^^^^^^^^^^ Bug fixes @@ -14,6 +14,8 @@ Bug fixes - Fixed a keyword bug in ``plot_covariate_groups`` for parametric models. +.. _section-1: + 0.24.1 - 2020-03-05 ^^^^^^^^^^^^^^^^^^^ @@ -30,7 +32,7 @@ Bug fixes - Fixed bug with plotting hazards in NelsonAalenFitter. -.. _section-1: +.. _section-2: 0.24.0 - 2020-02-20 ^^^^^^^^^^^^^^^^^^^ @@ -102,7 +104,7 @@ Bug fixes - Cox models now incorporate any penalizers in their ``log_likelihood_`` -.. _section-2: +.. _section-3: 0.23.9 - 2020-01-28 ^^^^^^^^^^^^^^^^^^^ @@ -118,7 +120,7 @@ Bug fixes of ``GeneralizedGammaRegressionFitter`` and any custom regression models should update their code as soon as possible. -.. _section-3: +.. _section-4: 0.23.8 - 2020-01-21 ^^^^^^^^^^^^^^^^^^^ @@ -134,14 +136,14 @@ Bug fixes ``GeneralizedGammaRegressionFitter`` and any custom regression models should update their code as soon as possible. -.. _section-4: +.. _section-5: 0.23.7 - 2020-01-14 ^^^^^^^^^^^^^^^^^^^ Bug fixes for py3.5. -.. _section-5: +.. _section-6: 0.23.6 - 2020-01-07 ^^^^^^^^^^^^^^^^^^^ @@ -160,7 +162,7 @@ New features - custom parametric regression models can now do left and interval censoring. -.. _section-6: +.. _section-7: 0.23.5 - 2020-01-05 ^^^^^^^^^^^^^^^^^^^ @@ -184,14 +186,14 @@ Bug fixes - fixed bug where large exponential numbers in ``print_summary`` were not being suppressed correctly. -.. _section-7: +.. _section-8: 0.23.4 - 2019-12-15 ^^^^^^^^^^^^^^^^^^^ - Bug fix for PyPI -.. _section-8: +.. _section-9: 0.23.3 - 2019-12-11 ^^^^^^^^^^^^^^^^^^^ @@ -211,7 +213,7 @@ Bug fixes - fix import in ``printer.py`` - fix html printing with Univariate models. -.. _section-9: +.. _section-10: 0.23.2 - 2019-12-07 ^^^^^^^^^^^^^^^^^^^ @@ -237,7 +239,7 @@ Bug fixes - fixed repr for ``sklearn_adapter`` classes. - fixed ``conditional_after`` in Cox model with strata was used. -.. _section-10: +.. _section-11: 0.23.1 - 2019-11-27 ^^^^^^^^^^^^^^^^^^^ @@ -264,7 +266,7 @@ Bug fixes - fixed bug when using ``print_summary`` with left censored models. - lots of minor bug fixes. -.. _section-11: +.. _section-12: 0.23.0 - 2019-11-17 ^^^^^^^^^^^^^^^^^^^ @@ -300,7 +302,7 @@ API Changes - ``left_censorship`` in ``fit`` has been removed in favour of ``fit_left_censoring``. -.. _section-12: +.. _section-13: 0.22.10 - 2019-11-08 ^^^^^^^^^^^^^^^^^^^^ @@ -318,7 +320,7 @@ Bug fixes - fixed bug in plot_covariate_groups for AFT models when >1d arrays were used for values arg. -.. _section-13: +.. _section-14: 0.22.9 - 2019-10-30 ^^^^^^^^^^^^^^^^^^^ @@ -335,7 +337,7 @@ Bug fixes - ``CoxPHFitter`` now displays correct columns values when changing alpha param. -.. _section-14: +.. _section-15: 0.22.8 - 2019-10-06 ^^^^^^^^^^^^^^^^^^^ @@ -357,7 +359,7 @@ Bug fixes - fixed initial_point being ignored in AFT models. -.. _section-15: +.. _section-16: 0.22.7 - 2019-09-29 ^^^^^^^^^^^^^^^^^^^ @@ -389,7 +391,7 @@ API Changes - Some previous ``StatisticalWarnings`` have been replaced by ``ApproximationWarning`` -.. _section-16: +.. _section-17: 0.22.6 - 2019-09-25 ^^^^^^^^^^^^^^^^^^^ @@ -417,7 +419,7 @@ API Changes - ``utils.dataframe_interpolate_at_times`` renamed to ``utils.interpolate_at_times_and_return_pandas``. -.. _section-17: +.. _section-18: 0.22.5 - 2019-09-20 ^^^^^^^^^^^^^^^^^^^ @@ -448,7 +450,7 @@ API Changes - ``_get_initial_value`` in parametric univariate models is renamed ``_create_initial_point`` -.. _section-18: +.. _section-19: 0.22.4 - 2019-09-04 ^^^^^^^^^^^^^^^^^^^ @@ -480,7 +482,7 @@ Bug fixes - Fixed issue where ``concordance_index`` would never exit if NaNs in dataset. -.. _section-19: +.. _section-20: 0.22.3 - 2019-08-08 ^^^^^^^^^^^^^^^^^^^ @@ -521,7 +523,7 @@ Bug fixes - Fixed an error in the ``predict_percentile`` of ``LogLogisticAFTFitter``. New tests have been added around this. -.. _section-20: +.. _section-21: 0.22.2 - 2019-07-25 ^^^^^^^^^^^^^^^^^^^ @@ -544,7 +546,7 @@ Bug fixes errors when using the library. The correctly numpy has been pinned (to 1.14.0+) -.. _section-21: +.. _section-22: 0.22.1 - 2019-07-14 ^^^^^^^^^^^^^^^^^^^ @@ -587,7 +589,7 @@ Bug fixes - fixed an overflow bug in ``KaplanMeierFitter`` confidence intervals - improvements in data validation for ``CoxTimeVaryingFitter`` -.. _section-22: +.. _section-23: 0.22.0 - 2019-07-03 ^^^^^^^^^^^^^^^^^^^ @@ -635,7 +637,7 @@ Bug fixes is now exact instead of an approximation. - fixed a name error bug in ``CoxTimeVaryingFitter.plot`` -.. _section-23: +.. _section-24: 0.21.5 - 2019-06-22 ^^^^^^^^^^^^^^^^^^^ @@ -659,7 +661,7 @@ Bug fixes - fixed visual bug that misaligned x-axis ticks and at-risk counts. Thanks @christopherahern! -.. _section-24: +.. _section-25: 0.21.3 - 2019-06-04 ^^^^^^^^^^^^^^^^^^^ @@ -685,7 +687,7 @@ Bug fixes - ``covariates_from_event_matrix`` handle nulls better -.. _section-25: +.. _section-26: 0.21.2 - 2019-05-16 ^^^^^^^^^^^^^^^^^^^ @@ -719,7 +721,7 @@ API changes Bug fixes ''''''''' -.. _section-26: +.. _section-27: 0.21.1 - 2019-04-26 ^^^^^^^^^^^^^^^^^^^ @@ -748,7 +750,7 @@ Bug fixes - fixed bug in CoxTimeVaryingFitter when ax is provided, thanks @j-i-l! -.. _section-27: +.. _section-28: 0.21.0 - 2019-04-12 ^^^^^^^^^^^^^^^^^^^ @@ -788,7 +790,7 @@ Bug fixes - Fixed an error that didn’t let users use Numpy arrays in prediction for AFT models -.. _section-28: +.. _section-29: 0.20.5 - 2019-04-08 ^^^^^^^^^^^^^^^^^^^ @@ -819,7 +821,7 @@ Bug fixes test when using strata. - Fixed some plotting bugs with ``AalenJohansenFitter`` -.. _section-29: +.. _section-30: 0.20.4 - 2019-03-27 ^^^^^^^^^^^^^^^^^^^ @@ -852,7 +854,7 @@ Bug fixes - ``PiecewiseExponentialFitter`` is available with ``from lifelines import *``. -.. _section-30: +.. _section-31: 0.20.3 - 2019-03-23 ^^^^^^^^^^^^^^^^^^^ @@ -870,7 +872,7 @@ New features ``plot_survival_function`` and ``confidence_interval_survival_function_``. -.. _section-31: +.. _section-32: 0.20.2 - 2019-03-21 ^^^^^^^^^^^^^^^^^^^ @@ -915,7 +917,7 @@ Bug fixes the q parameter was below the truncation limit. This should have been ``-np.inf`` -.. _section-32: +.. _section-33: 0.20.1 - 2019-03-16 ^^^^^^^^^^^^^^^^^^^ @@ -939,7 +941,7 @@ API changes This is no longer the case. A 0 will still be added if there is a duration (observed or not) at 0 occurs however. -.. _section-33: +.. _section-34: 0.20.0 - 2019-03-05 ^^^^^^^^^^^^^^^^^^^ @@ -975,7 +977,7 @@ Bug fixes - Fixed a bug with plotting and ``check_assumptions``. -.. _section-34: +.. _section-35: 0.19.5 - 2019-02-26 ^^^^^^^^^^^^^^^^^^^ @@ -990,7 +992,7 @@ New features features or categorical variables. - Convergence improvements for AFT models. -.. _section-35: +.. _section-36: 0.19.4 - 2019-02-25 ^^^^^^^^^^^^^^^^^^^ @@ -1002,7 +1004,7 @@ Bug fixes - remove some bad print statements in ``CoxPHFitter``. -.. _section-36: +.. _section-37: 0.19.3 - 2019-02-25 ^^^^^^^^^^^^^^^^^^^ @@ -1019,7 +1021,7 @@ New features - Performance increase to ``print_summary`` in the ``CoxPHFitter`` and ``CoxTimeVaryingFitter`` model. -.. _section-37: +.. _section-38: 0.19.2 - 2019-02-22 ^^^^^^^^^^^^^^^^^^^ @@ -1042,7 +1044,7 @@ Bug fixes - Univariate fitters are more flexiable and can allow 2-d and DataFrames as inputs. -.. _section-38: +.. _section-39: 0.19.1 - 2019-02-21 ^^^^^^^^^^^^^^^^^^^ @@ -1064,7 +1066,7 @@ API changes ``PiecewiseExponential`` to the same as ``ExponentialFitter`` (from ``\lambda * t`` to ``t / \lambda``). -.. _section-39: +.. _section-40: 0.19.0 - 2019-02-20 ^^^^^^^^^^^^^^^^^^^ @@ -1125,7 +1127,7 @@ Bug Fixes models. Thanks @airanmehr! - Fixed some Pandas <0.24 bugs. -.. _section-40: +.. _section-41: 0.18.6 - 2019-02-13 ^^^^^^^^^^^^^^^^^^^ @@ -1135,7 +1137,7 @@ Bug Fixes ``rank`` and ``km`` p-values now. - some performance improvements to ``qth_survival_time``. -.. _section-41: +.. _section-42: 0.18.5 - 2019-02-11 ^^^^^^^^^^^^^^^^^^^ @@ -1156,7 +1158,7 @@ Bug Fixes that can be used to turn off variance calculations since this can take a long time for large datasets. Thanks @pzivich! -.. _section-42: +.. _section-43: 0.18.4 - 2019-02-10 ^^^^^^^^^^^^^^^^^^^ @@ -1166,7 +1168,7 @@ Bug Fixes - adding left-truncation support to parametric univarite models with the ``entry`` kwarg in ``.fit`` -.. _section-43: +.. _section-44: 0.18.3 - 2019-02-07 ^^^^^^^^^^^^^^^^^^^ @@ -1176,7 +1178,7 @@ Bug Fixes warnings are more noticeable. - Improved some warning and error messages. -.. _section-44: +.. _section-45: 0.18.2 - 2019-02-05 ^^^^^^^^^^^^^^^^^^^ @@ -1192,7 +1194,7 @@ Bug Fixes Moved them all (most) to use ``autograd``. - ``LogNormalFitter`` no longer models ``log_sigma``. -.. _section-45: +.. _section-46: 0.18.1 - 2019-02-02 ^^^^^^^^^^^^^^^^^^^ @@ -1203,7 +1205,7 @@ Bug Fixes - use the ``autograd`` lib to help with gradients. - New ``LogLogisticFitter`` univariate fitter available. -.. _section-46: +.. _section-47: 0.18.0 - 2019-01-31 ^^^^^^^^^^^^^^^^^^^ @@ -1240,7 +1242,7 @@ Bug Fixes ``LinAlgError: Matrix is singular.`` and report back to the user advice. -.. _section-47: +.. _section-48: 0.17.5 - 2019-01-25 ^^^^^^^^^^^^^^^^^^^ @@ -1248,7 +1250,7 @@ Bug Fixes - more bugs in ``plot_covariate_groups`` fixed when using non-numeric strata. -.. _section-48: +.. _section-49: 0.17.4 -2019-01-25 ^^^^^^^^^^^^^^^^^^ @@ -1260,7 +1262,7 @@ Bug Fixes - ``groups`` is now called ``values`` in ``CoxPHFitter.plot_covariate_groups`` -.. _section-49: +.. _section-50: 0.17.3 - 2019-01-24 ^^^^^^^^^^^^^^^^^^^ @@ -1268,7 +1270,7 @@ Bug Fixes - Fix in ``compute_residuals`` when using ``schoenfeld`` and the minumum duration has only censored subjects. -.. _section-50: +.. _section-51: 0.17.2 2019-01-22 ^^^^^^^^^^^^^^^^^ @@ -1279,7 +1281,7 @@ Bug Fixes ``for`` loop. The downside is the code is more esoteric now. I’ve added comments as necessary though 🤞 -.. _section-51: +.. _section-52: 0.17.1 - 2019-01-20 ^^^^^^^^^^^^^^^^^^^ @@ -1296,7 +1298,7 @@ Bug Fixes - Fixes a Pandas performance warning in ``CoxTimeVaryingFitter``. - Performances improvements to ``CoxTimeVaryingFitter``. -.. _section-52: +.. _section-53: 0.17.0 - 2019-01-11 ^^^^^^^^^^^^^^^^^^^ @@ -1317,7 +1319,7 @@ Bug Fixes - some plotting improvemnts to ``plotting.plot_lifetimes`` -.. _section-53: +.. _section-54: 0.16.3 - 2019-01-03 ^^^^^^^^^^^^^^^^^^^ @@ -1325,7 +1327,7 @@ Bug Fixes - More ``CoxPHFitter`` performance improvements. Up to a 40% reduction vs 0.16.2 for some datasets. -.. _section-54: +.. _section-55: 0.16.2 - 2019-01-02 ^^^^^^^^^^^^^^^^^^^ @@ -1336,14 +1338,14 @@ Bug Fixes has lots of duplicate times. See https://github.com/CamDavidsonPilon/lifelines/issues/591 -.. _section-55: +.. _section-56: 0.16.1 - 2019-01-01 ^^^^^^^^^^^^^^^^^^^ - Fixed py2 division error in ``concordance`` method. -.. _section-56: +.. _section-57: 0.16.0 - 2019-01-01 ^^^^^^^^^^^^^^^^^^^ @@ -1379,7 +1381,7 @@ Bug Fixes ``lifelines.utils.to_episodic_format``. - ``CoxTimeVaryingFitter`` now accepts ``strata``. -.. _section-57: +.. _section-58: 0.15.4 ^^^^^^ @@ -1387,14 +1389,14 @@ Bug Fixes - bug fix for the Cox model likelihood ratio test when using non-trivial weights. -.. _section-58: +.. _section-59: 0.15.3 - 2018-12-18 ^^^^^^^^^^^^^^^^^^^ - Only allow matplotlib less than 3.0. -.. _section-59: +.. _section-60: 0.15.2 - 2018-11-23 ^^^^^^^^^^^^^^^^^^^ @@ -1405,7 +1407,7 @@ Bug Fixes - removed ``entry`` from ``ExponentialFitter`` and ``WeibullFitter`` as it was doing nothing. -.. _section-60: +.. _section-61: 0.15.1 - 2018-11-23 ^^^^^^^^^^^^^^^^^^^ @@ -1414,7 +1416,7 @@ Bug Fixes - Raise NotImplementedError if the ``robust`` flag is used in ``CoxTimeVaryingFitter`` - that’s not ready yet. -.. _section-61: +.. _section-62: 0.15.0 - 2018-11-22 ^^^^^^^^^^^^^^^^^^^ @@ -1485,7 +1487,7 @@ Bug Fixes When Estimating Risks in Pharmacoepidemiology” for a nice overview of the model. -.. _section-62: +.. _section-63: 0.14.6 - 2018-07-02 ^^^^^^^^^^^^^^^^^^^ @@ -1493,7 +1495,7 @@ Bug Fixes - fix for n > 2 groups in ``multivariate_logrank_test`` (again). - fix bug for when ``event_observed`` column was not boolean. -.. _section-63: +.. _section-64: 0.14.5 - 2018-06-29 ^^^^^^^^^^^^^^^^^^^ @@ -1501,7 +1503,7 @@ Bug Fixes - fix for n > 2 groups in ``multivariate_logrank_test`` - fix weights in KaplanMeierFitter when using a pandas Series. -.. _section-64: +.. _section-65: 0.14.4 - 2018-06-14 ^^^^^^^^^^^^^^^^^^^ @@ -1518,7 +1520,7 @@ Bug Fixes - New ``delay`` parameter in ``add_covariate_to_timeline`` - removed ``two_sided_z_test`` from ``statistics`` -.. _section-65: +.. _section-66: 0.14.3 - 2018-05-24 ^^^^^^^^^^^^^^^^^^^ @@ -1530,7 +1532,7 @@ Bug Fixes - adds a ``column`` argument to ``CoxTimeVaryingFitter`` and ``CoxPHFitter`` ``plot`` method to plot only a subset of columns. -.. _section-66: +.. _section-67: 0.14.2 - 2018-05-18 ^^^^^^^^^^^^^^^^^^^ @@ -1538,7 +1540,7 @@ Bug Fixes - some quality of life improvements for working with ``CoxTimeVaryingFitter`` including new ``predict_`` methods. -.. _section-67: +.. _section-68: 0.14.1 - 2018-04-01 ^^^^^^^^^^^^^^^^^^^ @@ -1556,7 +1558,7 @@ Bug Fixes faster completion of ``fit`` for large dataframes, and up to 10% faster for small dataframes. -.. _section-68: +.. _section-69: 0.14.0 - 2018-03-03 ^^^^^^^^^^^^^^^^^^^ @@ -1578,7 +1580,7 @@ Bug Fixes of a ``RuntimeWarning`` - New checks for complete separation in the dataset for regressions. -.. _section-69: +.. _section-70: 0.13.0 - 2017-12-22 ^^^^^^^^^^^^^^^^^^^ @@ -1607,7 +1609,7 @@ Bug Fixes group the same subjects together and give that observation a weight equal to the count. Altogether, this means a much faster regression. -.. _section-70: +.. _section-71: 0.12.0 ^^^^^^ @@ -1624,7 +1626,7 @@ Bug Fixes - Additional functionality to ``utils.survival_table_from_events`` to bin the index to make the resulting table more readable. -.. _section-71: +.. _section-72: 0.11.3 ^^^^^^ @@ -1636,7 +1638,7 @@ Bug Fixes observation or censorship. - More accurate prediction methods parametrics univariate models. -.. _section-72: +.. _section-73: 0.11.2 ^^^^^^ @@ -1644,14 +1646,14 @@ Bug Fixes - Changing liscense to valilla MIT. - Speed up ``NelsonAalenFitter.fit`` considerably. -.. _section-73: +.. _section-74: 0.11.1 - 2017-06-22 ^^^^^^^^^^^^^^^^^^^ - Python3 fix for ``CoxPHFitter.plot``. -.. _section-74: +.. _section-75: 0.11.0 - 2017-06-21 ^^^^^^^^^^^^^^^^^^^ @@ -1665,14 +1667,14 @@ Bug Fixes of a new ``loc`` kwarg. This is to align with Pandas deprecating ``ix`` -.. _section-75: +.. _section-76: 0.10.1 - 2017-06-05 ^^^^^^^^^^^^^^^^^^^ - fix in internal normalization for ``CoxPHFitter`` predict methods. -.. _section-76: +.. _section-77: 0.10.0 ^^^^^^ @@ -1687,7 +1689,7 @@ Bug Fixes mimic R’s ``basehaz`` API. - new ``predict_log_partial_hazards`` to ``CoxPHFitter`` -.. _section-77: +.. _section-78: 0.9.4 ^^^^^ @@ -1710,7 +1712,7 @@ Bug Fixes - performance improvements in ``CoxPHFitter`` - should see at least a 10% speed improvement in ``fit``. -.. _section-78: +.. _section-79: 0.9.2 ^^^^^ @@ -1719,7 +1721,7 @@ Bug Fixes - throw an error if no admissable pairs in the c-index calculation. Previously a NaN was returned. -.. _section-79: +.. _section-80: 0.9.1 ^^^^^ @@ -1727,7 +1729,7 @@ Bug Fixes - add two summary functions to Weibull and Exponential fitter, solves #224 -.. _section-80: +.. _section-81: 0.9.0 ^^^^^ @@ -1743,7 +1745,7 @@ Bug Fixes - Default predict method in ``k_fold_cross_validation`` is now ``predict_expectation`` -.. _section-81: +.. _section-82: 0.8.1 - 2015-08-01 ^^^^^^^^^^^^^^^^^^ @@ -1760,7 +1762,7 @@ Bug Fixes - scaling of smooth hazards in NelsonAalenFitter was off by a factor of 0.5. -.. _section-82: +.. _section-83: 0.8.0 ^^^^^ @@ -1779,7 +1781,7 @@ Bug Fixes ``lifelines.statistics. power_under_cph``. - fixed a bug when using KaplanMeierFitter for left-censored data. -.. _section-83: +.. _section-84: 0.7.1 ^^^^^ @@ -1798,7 +1800,7 @@ Bug Fixes - refactor each fitter into it’s own submodule. For now, the tests are still in the same file. This will also *not* break the API. -.. _section-84: +.. _section-85: 0.7.0 - 2015-03-01 ^^^^^^^^^^^^^^^^^^ @@ -1817,7 +1819,7 @@ Bug Fixes duration remaining until the death event, given survival up until time t. -.. _section-85: +.. _section-86: 0.6.1 ^^^^^ @@ -1829,7 +1831,7 @@ Bug Fixes your work is to sum up the survival function (for expected values or something similar), it’s more difficult to make a mistake. -.. _section-86: +.. _section-87: 0.6.0 - 2015-02-04 ^^^^^^^^^^^^^^^^^^ @@ -1852,7 +1854,7 @@ Bug Fixes - In ``KaplanMeierFitter``, ``epsilon`` has been renamed to ``precision``. -.. _section-87: +.. _section-88: 0.5.1 - 2014-12-24 ^^^^^^^^^^^^^^^^^^ @@ -1873,7 +1875,7 @@ Bug Fixes ``lifelines.plotting.add_at_risk_counts``. - Fix bug Epanechnikov kernel. -.. _section-88: +.. _section-89: 0.5.0 - 2014-12-07 ^^^^^^^^^^^^^^^^^^ @@ -1886,7 +1888,7 @@ Bug Fixes - add test for summary() - Alternate metrics can be used for ``k_fold_cross_validation``. -.. _section-89: +.. _section-90: 0.4.4 - 2014-11-27 ^^^^^^^^^^^^^^^^^^ @@ -1898,7 +1900,7 @@ Bug Fixes - Fixes bug in 1-d input not returning in CoxPHFitter - Lots of new tests. -.. _section-90: +.. _section-91: 0.4.3 - 2014-07-23 ^^^^^^^^^^^^^^^^^^ @@ -1919,7 +1921,7 @@ Bug Fixes - Adds option ``include_likelihood`` to CoxPHFitter fit method to save the final log-likelihood value. -.. _section-91: +.. _section-92: 0.4.2 - 2014-06-19 ^^^^^^^^^^^^^^^^^^ @@ -1939,7 +1941,7 @@ Bug Fixes from failing so often (this a stop-gap) - pep8 everything -.. _section-92: +.. _section-93: 0.4.1.1 ^^^^^^^ @@ -1952,7 +1954,7 @@ Bug Fixes - Adding more robust cross validation scheme based on issue #67. - fixing ``regression_dataset`` in ``datasets``. -.. _section-93: +.. _section-94: 0.4.1 - 2014-06-11 ^^^^^^^^^^^^^^^^^^ @@ -1971,7 +1973,7 @@ Bug Fixes - Adding a Changelog. - more sanitizing for the statistical tests =) -.. _section-94: +.. _section-95: 0.4.0 - 2014-06-08 ^^^^^^^^^^^^^^^^^^