File: changelog.rst

package info (click to toggle)
scikit-misc 0.1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 960 kB
  • sloc: fortran: 2,217; python: 2,023; ansic: 1,352; sh: 138; makefile: 97; javascript: 60
file content (46 lines) | stat: -rw-r--r-- 798 bytes parent folder | download
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
Changelog
=========

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