Releases: JuliaDynamics/TimeseriesSurrogates.jl
Releases · JuliaDynamics/TimeseriesSurrogates.jl
v1.1.0
v1.0.0
TimeseriesSurrogates v1.0.0
Closed issues:
- Register v0.5.1 (#21)
- Is the repo active? (#24)
- Histograms should be semi-transparent for the plotting routines (#25)
- New API (#26)
- Method request: PPS surrogates (#27)
- Change doc and Registry links (#30)
- Performance improvement: plan fourier transforms (#31)
- Plotting recipe idea (#40)
- Put uncertain data functionality behind a requires block (#41)
- Add block shuffle surrogates (#42)
- Make sure uncertain datasets work with the new api (#43)
- Docs for 2.0 (#44)
- Method request: wavelet based surrogates (#56)
- [DOC] Mention conserved property and suitable hypothesis (#58)
Merged pull requests:
- Install TagBot as a GitHub Action (#23) (@JuliaTagBot)
- [ImgBot] Optimize images (#29) (@imgbot[bot])
- [WIP] new dispatch based API (#32) (@Datseris)
- CompatHelper: bump compat for "StatsBase" to "0.33" (#34) (@github-actions[bot])
- CompatHelper: bump compat for "Wavelets" to "0.9" (#35) (@github-actions[bot])
- CompatHelper: bump compat for "Distributions" to "0.23" (#36) (@github-actions[bot])
- add bulk api and pp method (#37) (@Datseris)
- Move methods to new API (#38) (@Datseris)
- [WIP] doc update (#39) (@Datseris)
- New api with uncertain data, hide behind Requires block (#46) (@kahaaga)
- TFTS surrogates (#47) (@kahaaga)
- Move exports (#48) (@kahaaga)
- Updated TFTS docs (#50) (@kahaaga)
- Fix links in readme (#51) (@felixcremer)
- Enable CodeCoverage (#52) (@felixcremer)
- rework educational page (#53) (@Datseris)
- actually add page (#55) (@kahaaga)
- WIP: Wavelet surrogates (#57) (@kahaaga)
- Add suitable hypothesis to docs (#59) (@Datseris)
- doc title and figure (#60) (@Datseris)
v0.5.1
v0.5.0
v0.4.1
v0.4.0
Release v0.3.1
Release v0.3.1
aaft
andiaaft
returned just the sorted time seris if any of the input values wereNaN
. Input checks are now added to those method, so that input data willNaN
s will yield aDomainError
.
Release v0.3.0
Release v0.3.0
- Added support for uncertain datasets from
UncertainData
. - Improved documentation.
- Renamed some internal functions to avoid collisions with
Interpolations
.
Improve documentation and specify input type
Merge pull request #7 from kahaaga/input_types Input types
Move to Julia 1.0
Merge pull request #6 from kahaaga/kah/0.7 Move to Julia 1.0