Skip to content

Releases: EHTJulia/RMLImaging.jl

v0.1.4

19 Jul 20:52
Compare
Choose a tag to compare

No net change. A minor update on dependencies as EHTImages.jl will have a major release that is not compatible with the current version of the code.

v0.1.3

12 Mar 03:44
Compare
Choose a tag to compare

Reflect on the major changes made in EHTImages.jl and EHTUVData.jl that switched their python environment from the ecosystem with Conda.jl + PyCall.jl to CondaPkg.jl + PythonCall.jl. This makes installation much easier.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

10 Mar 13:54
731298f
Compare
Choose a tag to compare

Optimize and clean up codes. Also reflect the latest changes made in EHTUVData.jl and EHTImages.jl

What's Changed

  • CompatHelper: add new compat entry for EHTUVData at version 0.1, (keep existing compat) by @github-actions in #17

Full Changelog: v0.1.1...v0.1.2

v0.1.1

03 Mar 13:25
d5d5e22
Compare
Choose a tag to compare

A few new functions have been implemented.

  • Initialization functions for VisibilityDataModel (very simplified for Stokes I so far; will be updated for the general case)
  • Evaluation functions for each data model and regularizers

What's Changed

  • CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) by @github-actions in #14
  • CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat) by @github-actions in #15
  • CompatHelper: add new compat entry for DimensionalData at version 0.24, (keep existing compat) by @github-actions in #16

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Feb 19:19
f56ef0e
Compare
Choose a tag to compare

The first release