Skip to content

Releases: jbisits/OceanRasterConversions.jl

v0.5.0

04 Sep 03:14
970e2b2
Compare
Choose a tag to compare

OceanRasterConversions v0.5.0

Diff since v0.4.0

Closed issues:

  • Add functions that could scale the histogram.weights? (#53)
  • Remove RasterHistograms module as it now has its own package (#69)

Merged pull requests:

  • Add colorscale argument for Makie.jl plots (#68) (@jbisits)
  • Remove RasterHistogram module as it now has its own package (#70) (@jbisits)

v0.4.0

20 Jun 10:18
Compare
Choose a tag to compare

OceanRasterConversions v0.4.0

Diff since v0.3.2

Closed issues:

  • Document deployment (#58)
  • ECCO data not always downloading when building docs (#64)

Merged pull requests:

  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#60) (@github-actions[bot])
  • Update test version of julia (#61) (@jbisits)
  • CompatHelper: bump compat for Rasters to 0.7, (keep existing compat) (#62) (@github-actions[bot])
  • CompatHelper: bump compat for Rasters to 0.8, (keep existing compat) (#63) (@github-actions[bot])
  • Missing ] in converting ocean variables example + add targets for Documenter and Coverage (#65) (@jbisits)
  • Up package version (#66) (@jbisits)

v0.3.2

19 Apr 11:26
Compare
Choose a tag to compare

OceanRasterConversions v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Update README.md and fix documentation deployment of the stable version (#57) (@jbisits)
  • Small wording updates (#59) (@jbisits)

v0.3.1

16 Apr 11:57
Compare
Choose a tag to compare

OceanRasterConversions v0.3.1

Diff since v0.3.0

Closed issues:

  • Update package (#44)
  • Show all methods for RasterHistograms rather than the single docstring (#45)
  • Plot the example 2d histograms on log 10 scale (#47)
  • colorrange wrong in volume weighted example (#50)
  • Imporve covert_arguments method (#51)

Merged pull requests:

  • Minor document updates (#48) (@jbisits)
  • Plot for log10 scale + better creation of RasterStack (#49) (@jbisits)
  • Fix colourscale in example (#52) (@jbisits)
  • Fix compats (#55) (@jbisits)
  • Update Makie plotting method, add recipe for Plots.jl, example + documentation tweaks (#56) (@jbisits)

v0.3.0

12 Apr 04:54
Compare
Choose a tag to compare

OceanRasterConversions v0.3.0

Diff since v0.2.2

Closed issues:

  • v0.2.2 (#31)
  • Shift to modules (#35)
  • Documentation updates (#36)
  • Add method for normalize! for AbstractRasterHistogram (#42)

Merged pull requests:

  • Update Project.toml (#30) (@jbisits)
  • Add GeoMakie plot to example (#32) (@jbisits)
  • Add histogram fitting for Raster data structures and break code into submodules (#33) (@jbisits)
  • CompatHelper: add new compat entry for StatsBase at version 0.33, (keep existing compat) (#37) (@github-actions[bot])
  • CompatHelper: bump compat for DimensionalData to 0.24, (keep existing compat) (#38) (@github-actions[bot])
  • CompatHelper: add new compat entry for MakieCore at version 0.6, (keep existing compat) (#39) (@github-actions[bot])
  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#40) (@github-actions[bot])
  • Update documentation (#41) (@jbisits)
  • add normalize! (#43) (@jbisits)

v0.2.2

29 Jan 04:09
262bb90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Jan 07:22
60e0422
Compare
Choose a tag to compare

What's Changed

  • Joey update the example and the README by @jbisits in #25

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Jan 06:48
e1a9382
Compare
Choose a tag to compare

What's Changed

  • Homogenise variables and methods, add density computations from RasterStacks and RasterSeries. by @jbisits in #12
  • Forgot to change variable in example by @jbisits in #13
  • Add badge, include more docstrings change dimension handling for computed variables by @jbisits in #15
  • Package is now part of general registry by @jbisits in #17
  • Rename density functions, clean up methods and use read in functions by @jbisits in #21
  • Add functions and tests for thermal expansion and haline contration coefficients by @jbisits in #22
  • Update Project.toml by @jbisits in #23

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Jan 05:23
415c970
Compare
Choose a tag to compare

OceanRasterConversions v0.1.0

Closed issues:

  • Write documentation (#2)
  • ECCO data download for docs (#7)

Merged pull requests: