1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Changelog
=========
v0.3.1
------
*(2023-12-14)*
- Include tools/ in the source distribution
v0.3.0
------
*(2023-07-06)*
- Added support for pickling :class:`~skmisc.loess.loess` objects.
v0.2.0
------
*(2023-04-15)*
- Requires numpy>=1.19.5
- Changed the build system to meson-build
- This is the first release that has wheels for WindowsOS
v0.1.4
------
*(2021-05-05)*
- This is a maintenance release to keep up to date with deprecations
in upstream packages.
v0.1.3
------
*(2020-05-14)*
- Requires numpy>=1.14.5
v0.1.2
------
*(2020-05-10)*
- Fixed :meth:`~skmisc.loess.loess_output.summary` so that it
does not result in an exception.
- Fixed :meth:`~skmisc.loess.loess_prediction.values` (and all other
attributes/methods that return arrays) so that they do not show
corrupted results. (:issue:`8`)
v0.1.1
------
*(2017-04-12)*
- Python 3.6
- Added memory allocation checks for `malloc`.
- Added an example of how to use :class:`~skmisc.loess.loess`
- Fixed misplaced documentation strings and added documentation to
the loess properties.
v0.1.0
------
*(2016-11-08)*
First public release
|