Recent Releases of ComradeBase
ComradeBase - v0.9.4
ComradeBase v0.9.4
- Fix DD update error
- Julia
Published by github-actions[bot] 10 months ago
ComradeBase - v0.9.3
ComradeBase v0.9.3
- Added
@threadedmacro that lets you take an TheadsEx and thread the computation isThreads.nthreads > 1 - Moved to runic formatting
- Julia
Published by github-actions[bot] 11 months ago
ComradeBase - v0.9.2
ComradeBase v0.9.2
- 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
- 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
- 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
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
- 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
- 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
- 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
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
- 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
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
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
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
Fixed docstring
- Julia
Published by github-actions[bot] almost 2 years ago
ComradeBase - v0.7.4
ComradeBase v0.7.4
- Added some EnzymeRules.inactive
- Julia
Published by github-actions[bot] almost 2 years ago
ComradeBase - v0.7.3
ComradeBase v0.7.3
- Fixed various bugs and typos
- Julia
Published by github-actions[bot] almost 2 years ago
ComradeBase - v0.7.2
ComradeBase v0.7.2
- 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
- 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
- Completely rewrote the grid backend to allow various executors
- Added
UnstructuredDomainandUnstructuredMap - Renamed
visibilitiestovisibilitymap - Renamed
closures_phasestoclosure_phasemap - Renamed
logclosure_amplitudestologclosure_amplitudemap - Renamed
bispectratobisprectrummap - Removed
StokesIntensityMap - Added various
EnzymeRules - Added helper methods for creating maps
create_(img/vis)mapandallocate_(img/vis)map
- Added
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
- 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
- Add support for composite polarized types
- Julia
Published by github-actions[bot] about 2 years ago
ComradeBase - v0.6.4
ComradeBase v0.6.4
- Bug fix and better centroid calculation
- Julia
Published by github-actions[bot] about 2 years ago
ComradeBase - v0.6.3
ComradeBase v0.6.3
- 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
- Added rrules/ProjectTo for IntensityMap
- Julia
Published by github-actions[bot] about 2 years ago
ComradeBase - v0.6.0
ComradeBase v0.6.0
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.4
ComradeBase v0.5.4
Merged pull requests: - Remove RectiGrids and use structarray definition (#13) (@ptiede)
- Julia
Published by github-actions[bot] over 2 years ago
ComradeBase - v0.5.1
ComradeBase v0.5.1
Merged pull requests: - Modularization of Comrade ecosystem (#11) (@ptiede)
- Julia
Published by github-actions[bot] over 2 years ago
ComradeBase - v0.4.6
ComradeBase v0.4.6
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.0
ComradeBase v0.4.0
Merged pull requests: - Update (#8) (@ptiede)
- Julia
Published by github-actions[bot] about 3 years ago
ComradeBase - v0.3.2
ComradeBase v0.3.2
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.0
ComradeBase v0.3.0
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.0
ComradeBase v0.2.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