Recent Releases of ComradeBase

ComradeBase - v0.9.4

ComradeBase v0.9.4

Diff since v0.9.3

  • Fix DD update error

- Julia
Published by github-actions[bot] 10 months ago

ComradeBase - v0.9.3

ComradeBase v0.9.3

Diff since v0.9.2

  • Added @threaded macro that lets you take an TheadsEx and thread the computation is Threads.nthreads > 1
  • Moved to runic formatting

- Julia
Published by github-actions[bot] 11 months ago

ComradeBase - v0.9.2

ComradeBase v0.9.2

Diff since v0.9.1

  • Update OhMyThreads weakdeps dependency

Merged pull requests: - CompatHelper: bump compat for OhMyThreads in [weakdeps] to 0.8, (keep existing compat) (#52) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 1 year ago

ComradeBase - v0.9.1

ComradeBase v0.9.1

Diff since v0.9.0

  • Changed kernels on CPU to use explicit for loops since they behave better for Enzyme

Merged pull requests: - Switch to for loops (helps Enzyme) (#51) (@ptiede)

- Julia
Published by github-actions[bot] about 1 year ago

ComradeBase - v0.9.0

ComradeBase v0.9.0

Diff since v0.8.7

  • Breaking changed rebuild for domain to match DD better
  • Added an experimental position angle for RectiGrid

Merged pull requests: - Add a position angle to the grid (#50) (@ptiede)

Closed issues: - Allow the grid to rotate (#49)

- Julia
Published by github-actions[bot] about 1 year ago

ComradeBase - v0.8.7

ComradeBase v0.8.7

Diff since v0.8.6

Merged pull requests: - Move multidomain to VLBISkyModels (#47) (@ptiede)

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.8.6

ComradeBase v0.8.6

Diff since v0.8.5

  • Added experimental multdomain modeling support
    • Improved speed for threaded extensions
    • Added Adapt for LazySlice so that it executes on the GPU automatically

Merged pull requests: - Bump codecov/codecov-action from 4 to 5 (#44) (@dependabot[bot]) - Add intensitymapanalyticexecutor! function since it should solve ambiguity errors! (#45) (@ptiede) - Start interface for multidomain modeling (#46) (@ptiede)

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.8.5

ComradeBase v0.8.5

Diff since v0.8.4

  • Update compact bounds for DD and StructArrays
  • Update testing to LTS and 1

Merged pull requests: - CompatHelper: bump compat for OhMyThreads in [weakdeps] to 0.7, (keep existing compat) (#41) (@github-actions[bot]) - CompatHelper: bump compat for DimensionalData to 0.29, (keep existing compat) (#42) (@github-actions[bot])

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.8.4

ComradeBase v0.8.4

Diff since v0.8.3

  • Update to DD 0.28

Merged pull requests: - Update DD to 0.28 (#40) (@ptiede)

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.8.3

ComradeBase v0.8.3

Diff since v0.8.2

small bugfixes for GPU inputs

Merged pull requests: - Make ComradeBase gpu compatible (#37) (@ptiede)

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.8.2

ComradeBase v0.8.2

Diff since v0.8.1

  • Add some additional inactive to help Enzyme when ADing through IntensityMap

Merged pull requests: - Add JuliaFormatter (#36) (@ptiede)

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.8.1

ComradeBase v0.8.1

Diff since v0.8.0

Merged pull requests: - CompatHelper: bump compat for OhMyThreads in [weakdeps] to 0.6, (keep existing compat) (#34) (@github-actions[bot]) - getindex function for getting visibility domain at a time and/or frequency (#35) (@rohandahale)

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.8.0

ComradeBase v0.8.0

Diff since v0.7.6

Breaking - Removed FITSIO and a number of other deps - Simplified intensitymap and visibility implementations (will no longer work with Zygote of Diffractor style AD, i.e. it uses mutation!)

Non-breaking - Marked more of IntensityMap's fields as inactive to simplify Enzymes activity analysis - Added Enzyme threading tests

Merged pull requests: - Simplify visibilitymap and intensitymap internal (#32) (@ptiede) - Remove various deps (#33) (@ptiede)

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.7.6

ComradeBase v0.7.6

Diff since v0.7.5

Merged pull requests: - Add Enzyme parallel capabilities (#28) (@ptiede) - Fix image center preservation (#29) (@ptiede) - Add testing of extensions to CI (#30) (@ptiede) - Add a bunch of rules to mark parts of the IntensityMap as inactive (#31) (@ptiede)

- Julia
Published by github-actions[bot] over 1 year ago

ComradeBase - v0.7.5

ComradeBase v0.7.5

Diff since v0.7.4

Fixed docstring

- Julia
Published by github-actions[bot] almost 2 years ago

ComradeBase - v0.7.4

ComradeBase v0.7.4

Diff since v0.7.3

  • Added some EnzymeRules.inactive

- Julia
Published by github-actions[bot] almost 2 years ago

ComradeBase - v0.7.3

ComradeBase v0.7.3

Diff since v0.7.2

  • Fixed various bugs and typos

- Julia
Published by github-actions[bot] almost 2 years ago

ComradeBase - v0.7.2

ComradeBase v0.7.2

Diff since v0.7.1

  • enhanced baseimage to make it deal with nested structures
    • fixed a docstring

- Julia
Published by github-actions[bot] almost 2 years ago

ComradeBase - v0.7.1

ComradeBase v0.7.1

Diff since v0.7.0

  • Change eltype for grid to make it more inferrable in <v1.10

- Julia
Published by github-actions[bot] almost 2 years ago

ComradeBase - v0.7.0

ComradeBase v0.7.0

Diff since v0.6.6

  • Completely rewrote the grid backend to allow various executors
    • Added UnstructuredDomain and UnstructuredMap
    • Renamed visibilities to visibilitymap
    • Renamed closures_phases to closure_phasemap
    • Renamed logclosure_amplitudes to logclosure_amplitudemap
    • Renamed bispectra to bisprectrummap
    • Removed StokesIntensityMap
    • Added various EnzymeRules
    • Added helper methods for creating maps create_(img/vis)map and allocate_(img/vis)map

Merged pull requests: - Start interface refactor to make it more consistent (#21) (@ptiede) - Bump actions/checkout from 2 to 4 (#22) (@dependabot[bot]) - Bump julia-actions/setup-julia from 1 to 2 (#23) (@dependabot[bot]) - Bump codecov/codecov-action from 2 to 4 (#24) (@dependabot[bot]) - Bump actions/cache from 1 to 4 (#25) (@dependabot[bot])

Closed issues: - Switch IntensityMap backend to DimensionalData.jl (#14)

- Julia
Published by github-actions[bot] almost 2 years ago

ComradeBase - v0.6.6

ComradeBase v0.6.6

Diff since v0.6.5

  • Upgraded to DD 0.26
    • Denoted various traits as non-differentiable

- Julia
Published by github-actions[bot] about 2 years ago

ComradeBase - v0.6.5

ComradeBase v0.6.5

Diff since v0.6.4

  • Add support for composite polarized types

- Julia
Published by github-actions[bot] about 2 years ago

ComradeBase - v0.6.4

ComradeBase v0.6.4

Diff since v0.6.3

  • Bug fix and better centroid calculation

- Julia
Published by github-actions[bot] about 2 years ago

ComradeBase - v0.6.3

ComradeBase v0.6.3

Diff since v0.6.2

  • Improve type stability of RectiGrid (still not perfect but that's a problem with DD)

- Julia
Published by github-actions[bot] about 2 years ago

ComradeBase - v0.6.2

ComradeBase v0.6.2

Diff since v0.6.1

  • Added rrules/ProjectTo for IntensityMap

- Julia
Published by github-actions[bot] about 2 years ago

ComradeBase - v0.6.1

ComradeBase v0.6.1

Diff since v0.6.0

- Julia
Published by github-actions[bot] about 2 years ago

ComradeBase - v0.6.0

ComradeBase v0.6.0

Diff since v0.5.6

Merged pull requests: - Start switch to DimensionalData (#15) (@ptiede)

Closed issues: - Register (#16)

- Julia
Published by github-actions[bot] about 2 years ago

ComradeBase - v0.5.6

ComradeBase v0.5.6

Diff since v0.5.5

- Julia
Published by github-actions[bot] over 2 years ago

ComradeBase - v0.5.5

ComradeBase v0.5.5

Diff since v0.5.4

- Julia
Published by github-actions[bot] over 2 years ago

ComradeBase - v0.5.4

ComradeBase v0.5.4

Diff since v0.5.3

Merged pull requests: - Remove RectiGrids and use structarray definition (#13) (@ptiede)

- Julia
Published by github-actions[bot] over 2 years ago

ComradeBase - v0.5.3

ComradeBase v0.5.3

Diff since v0.5.2

- Julia
Published by github-actions[bot] over 2 years ago

ComradeBase - v0.5.2

ComradeBase v0.5.2

Diff since v0.5.1

- Julia
Published by github-actions[bot] over 2 years ago

ComradeBase - v0.5.1

ComradeBase v0.5.1

Diff since v0.5.0

Merged pull requests: - Modularization of Comrade ecosystem (#11) (@ptiede)

- Julia
Published by github-actions[bot] over 2 years ago

ComradeBase - v0.5.0

ComradeBase v0.5.0

Diff since v0.4.7

- Julia
Published by github-actions[bot] over 2 years ago

ComradeBase - v0.4.7

ComradeBase v0.4.7

Diff since v0.4.6

- Julia
Published by github-actions[bot] almost 3 years ago

ComradeBase - v0.4.6

ComradeBase v0.4.6

Diff since v0.4.5

Merged pull requests: - CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#9) (@github-actions[bot]) - Migrate from SnoopPrecompile to PrecompileTools (#10) (@timholy)

- Julia
Published by github-actions[bot] almost 3 years ago

ComradeBase - v0.4.5

ComradeBase v0.4.5

Diff since v0.4.4

- Julia
Published by github-actions[bot] about 3 years ago

ComradeBase - v0.4.4

ComradeBase v0.4.4

Diff since v0.4.3

- Julia
Published by github-actions[bot] about 3 years ago

ComradeBase - v0.4.3

ComradeBase v0.4.3

Diff since v0.4.2

- Julia
Published by github-actions[bot] about 3 years ago

ComradeBase - v0.4.2

ComradeBase v0.4.2

Diff since v0.4.1

- Julia
Published by github-actions[bot] about 3 years ago

ComradeBase - v0.4.1

ComradeBase v0.4.1

Diff since v0.4.0

- Julia
Published by github-actions[bot] about 3 years ago

ComradeBase - v0.4.0

ComradeBase v0.4.0

Diff since v0.3.4

Merged pull requests: - Update (#8) (@ptiede)

- Julia
Published by github-actions[bot] about 3 years ago

ComradeBase - v0.3.4

ComradeBase v0.3.4

Diff since v0.3.3

- Julia
Published by github-actions[bot] over 3 years ago

ComradeBase - v0.3.3

ComradeBase v0.3.3

Diff since v0.3.2

- Julia
Published by github-actions[bot] over 3 years ago

ComradeBase - v0.3.2

ComradeBase v0.3.2

Diff since v0.3.1

Merged pull requests: - CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#4) (@github-actions[bot])

- Julia
Published by github-actions[bot] almost 4 years ago

ComradeBase - v0.3.1

ComradeBase v0.3.1

Diff since v0.3.0

- Julia
Published by github-actions[bot] about 4 years ago

ComradeBase - v0.3.0

ComradeBase v0.3.0

Diff since v0.2.5

Merged pull requests: - CompatHelper: add new compat entry for FLoops at version 0.2, (keep existing compat) (#3) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 4 years ago

ComradeBase - v0.2.5

ComradeBase v0.2.5

Diff since v0.2.4

- Julia
Published by github-actions[bot] about 4 years ago

ComradeBase - v0.2.4

ComradeBase v0.2.4

Diff since v0.2.3

- Julia
Published by github-actions[bot] about 4 years ago

ComradeBase - v0.2.3

ComradeBase v0.2.3

Diff since v0.2.2

- Julia
Published by github-actions[bot] about 4 years ago

ComradeBase - v0.2.2

ComradeBase v0.2.2

Diff since v0.2.1

- Julia
Published by github-actions[bot] about 4 years ago

ComradeBase - v0.2.1

ComradeBase v0.2.1

Diff since v0.2.0

- Julia
Published by github-actions[bot] about 4 years ago

ComradeBase - v0.2.0

ComradeBase v0.2.0

Diff since v0.1.0

Merged pull requests: - CompatHelper: add new compat entry for StructArrays at version 0.6, (keep existing compat) (#1) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 4 years ago

ComradeBase - v0.1.0

ComradeBase v0.1.0

- Julia
Published by github-actions[bot] about 4 years ago