Skip to content

Releases: UCD4IDS/WaveletsExt.jl

v0.2.3

14 Dec 20:25

Choose a tag to compare

Update compatibility for Julia 1.10+, Wavelets v0.10, etc.

v0.2.2

13 Dec 21:28

Choose a tag to compare

Modernize compat: allow Julia 1.x, Wavelets 0.10, as well as other packages, in particular, here is the [compat] section of Project.toml:
[compat]
AverageShiftedHistograms = "0.8, 0.9"
Combinatorics = "1"
Distributions = "0.24, 0.25"
ImageQualityIndexes = "0.2, 0.3, 0.4"
Parameters = "0.12"
Plots = "1"
Reexport = "1"
StatsBase = "0.33, 0.34"
Wavelets = "0.9, 0.10"
julia = "1.6"

v0.2.1

11 Jun 04:15
19cd390

Choose a tag to compare

WaveletsExt v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

11 Jun 03:36
1d6f979

Choose a tag to compare

WaveletsExt v0.2.0

Diff since v0.1.18

Merged pull requests:

  • Add package download statistics badge onto README (#50) (@zengfung)
  • Setup SIWT data structures (#51) (@zengfung)
  • Only allow deployment of CI when PR is done on master branch (#52) (@zengfung)
  • Restructure SIWT functionalities (#53) (@zengfung)
  • Fixes to documentation and README (#55) (@zengfung)
  • Temporary fix to unit test error (#56) (@zengfung)
  • Documentation fix, unit test temporary fix (#57) (@zengfung)
  • Organize API documentation + Fix bug in SIWT + Improve unit test (#58) (@zengfung)

v0.1.18

05 Feb 04:45
af84e82

Choose a tag to compare

WaveletsExt v0.1.18

Diff since v0.1.17

Closed issues:

  • Implementation of wavelet multiplication + nonstandard transforms (#48)

Merged pull requests:

  • Wavelet Multiplication + Nonstandard transforms (#49) (@zengfung)

v0.1.17

23 Jan 03:19
f0ac240

Choose a tag to compare

WaveletsExt v0.1.17

Diff since v0.1.16

Merged pull requests:

  • Split plot_tfbdry code into multiple lines (#47) (@zengfung)

v0.1.16

22 Jan 04:29
542b250

Choose a tag to compare

WaveletsExt v0.1.16

Diff since v0.1.15

v0.1.15

21 Jan 20:38
8d12bf2

Choose a tag to compare

WaveletsExt v0.1.15

Diff since v0.1.14

Closed issues:

  • Issue templates, contributing guidelines (#42)

Merged pull requests:

v0.1.14

29 Dec 08:02

Choose a tag to compare

WaveletsExt v0.1.14

Diff since v0.1.13

Closed issues:

  • LICENSE is MIT but not recognized by GitHub as such (#39)
  • Necessary vs. recommended dependencies (#40)

Merged pull requests:

v0.1.13

04 Dec 09:14

Choose a tag to compare

WaveletsExt v0.1.13

Diff since v0.1.12

Merged pull requests:

  • CompatHelper: bump compat for "Images" to "0.25" for package docs (#37) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Combinatorics" at version "1" (#38) (@github-actions[bot])