Skip to content

Releases: JuliaDynamics/ComplexityMeasures.jl

v2.3.0

11 Jan 22:04
f5e389d
Compare
Choose a tag to compare

ComplexityMeasures v2.3.0

Diff since v2.2.0

Closed issues:

  • Differential entropy estimators design must change. (#238)
  • Encode-decode step is incorrect for OrdinalPatternEncoding (#242)

Merged pull requests:

v2.2.0

09 Jan 20:24
dbe947e
Compare
Choose a tag to compare

What's Changed

  • Ordinal patterns: better documentation and add tests again by @kahaaga in #243

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 Jan 13:38
93362bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Jan 13:36
6f1f0ff
Compare
Choose a tag to compare

What's Changed

  • Tsallis entropy by @kahaaga in #76
  • Spatiotemporal Permutation Entropy by @Datseris in #78
  • Random needed as dependency for spatiotemporal permutation tests by @kahaaga in #86
  • Improve clarity regarding wavelet-based entropy by @Datseris in #57
  • Symbolization reorganization by @kahaaga in #80
  • Refactor api by @kahaaga in #89
  • Dispersion and reverse dispersion probability estimators by @kahaaga in #96
  • API Refactor, take 2 by @Datseris in #101
  • Clarify what happens to embedding parameters when input is a dataset by @kahaaga in #109
  • Clarify docstring again by @kahaaga in #110
  • Streched exponential entropy by @kahaaga in #114
  • Curado entropy by @kahaaga in #115
  • Histogram rework by @Datseris in #112
  • Events API by @Datseris in #113
  • fix renyi for q = 0 by @Datseris in #123
  • Added convenience methods for passing stencils to functions by @ikottlarz in #121
  • Don't use broadcasting in SymbolicSpatialPermutation docstring example by @kahaaga in #130
  • Complexity API by @kahaaga in #134
  • add correct deprecation by @Datseris in #137
  • Slightly larger edge lengths ensures bins cover all points by @kahaaga in #129
  • Sample entropy by @kahaaga in #71
  • Approximate entropy by @kahaaga in #72
  • New complexity measure: Missing dispersion patterns by @kahaaga in #124
  • Unified terminology by @kahaaga in #141
  • FixedRectangularBinning symbolization and Diversity probabilities by @kahaaga in #127
  • KozachenkoLeonenko estimator should not have property k by @kahaaga in #153
  • Correct conversion between logarithm bases for Kraskov and KozachenkoLeonenko by @kahaaga in #155
  • Indirect Zhu et al. kNN Shannon entropy estimator for univariate/multivariate data by @kahaaga in #156
  • Add dev docs, buildable docs, and improve docs by @Datseris in #142
  • Remove all references to complexity measures by @kahaaga in #152
  • Indirect Zhu-Singh estimator for Shannon entropy by @kahaaga in #157
  • Migrate examples to Complexity.jl by @kahaaga in #159
  • probabilities_and_outcomes for permutation estimators by @kahaaga in #160
  • Indirect Vasicek estimator for univariate timeseries by @kahaaga in #144
  • Indirect Ebrahimi estimator for univariate timeseries by @kahaaga in #145
  • PR template for ProbabilitiesEstimators by @kahaaga in #158
  • Indirect Correa estimator for univariate timeseries by @kahaaga in #146
  • Indirect Alizadeh estimator for univariate timeseries by @kahaaga in #147
  • Remove reverse dispersion example by @kahaaga in #164
  • Remove all multiscale references by @kahaaga in #165
  • Declareall_possible_outcomes and implement it for FixedRectangularBinning. by @Datseris in #162
  • Partly address #169 by @Datseris in #170
  • WIP: Decode permutation, and probabilities_and_outcomes for ordinal permutation estimators by @kahaaga in #172
  • Fix scaling factor for KozachenkoLeonenko estimator by @kahaaga in #175
  • Distances in KozachenkoLeonenko should be exponentiated to the dimension by @kahaaga in #176
  • Fix TransferOperator by @kahaaga in #178
  • Entropy signature and folder structure cleanup by @kahaaga in #168
  • Encoding for binnings by @Datseris in #177
  • Multiscale analysis by @kahaaga in #132
  • Fix conflicting import for entropy by @kahaaga in #186
  • Fix conflicting import for entropy by @kahaaga in #189
  • Finish API by @Datseris in #187
  • Clarify dicsrete vs. differential estimators by @kahaaga in #191
  • WIP: Address remaining todos for V2 by @kahaaga in #195
  • Remaining todos for V2: Re-introduce complexity, plus some bug fixes by @kahaaga in #196
  • Adjust GaussianCDFEncoding and related stuff for new encoding API by @kahaaga in #199
  • Use new binning encodings for transfer operator by @kahaaga in #200
  • Kaniadakis entropy by @HeineRugland in #182
  • Fix deprecation: Estimator first for probabilities by @kahaaga in #201
  • SpatialDispersion estimator + more general pixel finding interface by @kahaaga in #203
  • Ensure encodings are strictly positive integers by @kahaaga in #202
  • remove unecessary type declerations by @Datseris in #204
  • Simplify SymbolicPermutation source code by @kahaaga in #207
  • Outcome space for SpatialDispersion and SpatialSymbolicPermutation by @kahaaga in #210
  • Differential entropy estimators: various fixes by @kahaaga in #211
  • Documentation fixes by @kahaaga in #212
  • Review of codebase and docs - Probabilities and Encodings- Datseris by @Datseris in #213
  • Review for v2 - Entropies/Complexities/Multiscale - Datseris by @Datseris in #220
  • Add missing test for SpatialSymbolicPermutation by @kahaaga in #224
  • Allow some wiggle-room for analytical differential entropy tests by @kahaaga in #225
  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) by @github-actions in #226
  • Wrap up PR for v2 by @Datseris in #227
  • Probability estimators shouldn't enforce knowledeg of input by @Datseris in #229
  • Goria (2005) differential entropy estimator by @kahaaga in #230
  • Rename everything to ComplexityMeasures.jl by @Datseris in #234
  • GaoNaive and GaoNaiveCorrected estimators by @kahaaga in #232
  • Lord Shannon differential entropy estimator by @kahaaga in #236

New Contributors

Read more

v1.2.1

29 Aug 10:55
02fbdcc
Compare
Choose a tag to compare

Entropies v1.2.1

Diff since v1.2.0

v1.2.0

24 Aug 10:51
3c95c69
Compare
Choose a tag to compare

Entropies v1.2.0

Diff since v1.1.2

Closed issues:

  • Error in nearest-neighbor Kraskov estimator? (#66)

Merged pull requests:

v1.1.2

11 Mar 22:02
7be327f
Compare
Choose a tag to compare

Entropies v1.1.2

Diff since v1.1.1

Merged pull requests:

  • Add missing probabilities(x::Vector, ε::Float) method (#65) (@Datseris)

v1.1.1

23 Nov 17:19
c31247a
Compare
Choose a tag to compare

Entropies v1.1.1

Diff since v1.1.0

Merged pull requests:

v1.1.0

16 Sep 23:08
4d94d76
Compare
Choose a tag to compare

Entropies v1.1.0

Diff since v1.0.1

Merged pull requests:

v1.0.1

26 Aug 17:17
Compare
Choose a tag to compare

Entropies v1.0.1

Diff since v1.0.0