Contour.jl Versions Save

Calculating contour curves for 2D scalar fields in Julia

v0.6.3

1 month ago

Contour v0.6.3

Diff since v0.6.2

Merged pull requests:

  • Add the accessor vertices to the API. (#76) (@tpapp)

Closed issues:

  • Contours of discntinuous data (#75)

v0.6.2

1 year ago

Contour v0.6.2

Diff since v0.6.1

Closed issues:

  • contour fails on arrays of integers (#73)

Merged pull requests:

  • add support for Integer arrays without conversion (#74) (@sjkelly)

v0.6.1

1 year ago

Contour v0.6.1

Diff since v0.5.7

Closed issues:

  • v0.6.0 Documentation Updates (#70)

Merged pull requests:

  • Make interface generic, Drop StaticArrays as hard dependency (#68) (@sjkelly)
  • [ci] switch to GHA (#69) (@sjkelly)
  • Doc Updates for v0.6 (#71) (@sjkelly)
  • update Documenter (#72) (@sjkelly)

v0.6.0

1 year ago

Contour v0.6.0

Diff since v0.5.7

Closed issues:

  • v0.6.0 Documentation Updates (#70)

Merged pull requests:

  • Make interface generic, Drop StaticArrays as hard dependency (#68) (@sjkelly)
  • [ci] switch to GHA (#69) (@sjkelly)
  • Doc Updates for v0.6 (#71) (@sjkelly)

v0.5.7

3 years ago

Contour v0.5.7

Diff since v0.5.6

Merged pull requests:

  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#65) (@github-actions[bot])

v0.5.6

3 years ago

Contour v0.5.6

Diff since v0.5.3

Closed issues:

  • display() error (#59)
  • Tests depend on hasing algorithm in Base (#62)

Merged pull requests:

  • fix #59, amiguity in show method (#60) (@sjkelly)
  • Offset array support (#61) (@yha)
  • [tests] remove dependency on hash ordering, closes #62 (#63) (@sjkelly)

v0.5.3

4 years ago

Contour v0.5.3

Diff since v0.5.2

Closed issues:

  • accept non-float z (#41)

Merged pull requests:

  • cleanup some of the logic from #50 (#54) (@sjkelly)
  • add length checks for test data (#57) (@sjkelly)
  • Sjk/clean3 (#58) (@sjkelly)

v0.5.2

4 years ago

Contour v0.5.2

Diff since v0.5.1

Merged pull requests:

  • WIP: Support for curvilinear coordinates (#16) (@darwindarak)
  • add Project.toml (#44) (@bjarthur)
  • Sjk/staticarraycompat (#46) (@sjkelly)
  • Doc updates (#47) (@sjkelly)
  • Sjk/perf (#48) (@sjkelly)
  • Implement performance improvements using bit masking (#50) (@sjkelly)
  • reenable ranges for X and Y coordinates (#52) (@sjkelly)

v0.5.1

5 years ago

The only change from 0.5.0 is #43, which should not affect end users.

v0.5.0

5 years ago