summarylogtreecommitdiffstats
path: root/CHANGES.md
blob: d7548a7b1b47b15a6eff47be34b8a9b01805e34b (plain)
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
# Package ``supersmoother`` Change Log

## Version 0.4

- Ensure compatibility with Python 3.6 and Numpy 1.12

## Version 0.3.2

- Fix installation issue [PR#3](https://github.com/jakevdp/supersmoother/pull/3)

## Version 0.3.1

- Bug: assertion error was raised when period=0 was passed

## Version 0.3

New Features:

- Implement periodic smoothing

Bug Fixes:

- Fixed some issues with NaNs in corner cases of variable span smoothing

## Version 0.2

New Features:

- Implement bass enhancement
- Update example notebook with bass enhancement
- More complete unit test coverage

Bug Fixes:

- Algorithmic fix: previous version was not correctly interpolating in the last step of the supersmoother.

### Version 0.2.1

Bug fix release:

- Add tests and fix minor corner cases in utils
- By default, use fast rather than slow method for supersmoother


## Version 0.1

Initial Release

- Implementations of ``LinearSmoother`` and ``MovingAverageSmoother``
- Implementation of ``SuperSmoother``

### Version 0.1.1

Bug fix release:

- Fix ``setup.py`` and ``setup.cfg``
- Add installation documentation

### Version 0.1.2

Bug fix release:

- Validate spans & prevent them from being negative