Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
05abbd5
Refactor mass profile unit tests to be more granular
Mar 13, 2026
097d561
PR G1-G2: replace mat_plot_2d.plot_array with _plot_array() bridge in…
claude Mar 17, 2026
04bf9db
Add test output directories to .gitignore
claude Mar 17, 2026
27c902b
Merge branch 'feature/refactor-mass-tests' into main
claude Mar 17, 2026
2b9db81
Merge feature/refactor-mass-tests (via main) into claude/refactor-plo…
claude Mar 17, 2026
37bbc24
Remove Visuals1D/Visuals2D from public API; plotters now accept direc…
claude Mar 17, 2026
d83ce30
Adapt PyAutoGalaxy plotters to new PyAutoArray API (Visuals removed)
claude Mar 18, 2026
189e97d
Update PyAutoArray dependency to refactored plotting branch
claude Mar 18, 2026
6b3a63a
Add test_autogalaxy/galaxy/plot/files/ to .gitignore
claude Mar 18, 2026
86e7b3f
Remove MatPlot1D/MatPlot2D from PyAutoGalaxy plotting module
claude Mar 19, 2026
6024a9a
Remove deleted autoarray wrap classes from PyAutoGalaxy
claude Mar 20, 2026
f0d4e2b
Fix Title import and clean stale wrap config entries
claude Mar 20, 2026
ae5cd3f
Refactor plotting module: replace Plotter classes with standalone fun…
claude Mar 21, 2026
b03c93c
Remove mass_profile_plots.py: users compute arrays directly and call …
claude Mar 21, 2026
3146539
Remove all non-subplot plot_ functions: users call plot_array directly
claude Mar 21, 2026
f24af8e
fix: remove deleted autoarray plotter class imports from plot/__init_…
claude Mar 23, 2026
213f8bf
fix: remove deleted autoarray fit plotter class imports
claude Mar 23, 2026
be32f95
fix: replace aplt.ImagingPlotter/InterferometerPlotter/InversionPlotter
claude Mar 23, 2026
810239e
fix: add vmin/vmax/symmetric to plot_array; always index inversion su…
claude Mar 24, 2026
6805529
fix: use autoarray.plot top-level imports to support removed plots su…
claude Mar 24, 2026
79342d1
cleanup: remove plot/mat_plot, visuals, plots/overlays, wrap stubs; a…
claude Mar 24, 2026
a87ed1e
refactor: import plot_visibilities_1d from autoarray instead of defin…
claude Mar 24, 2026
7c63e68
fix: use try/except fallback for plot_visibilities_1d import
claude Mar 24, 2026
045824f
fix: remove try/except fallback, require autoarray with plots subpackage
claude Mar 24, 2026
340e73f
fix: update imports for new autoarray plot module structure
claude Mar 24, 2026
60621de
Add docstrings to all plot package modules
claude Mar 24, 2026
833b109
Revert pyproject.toml autoarray dependency to plain package name
claude Mar 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
data_temp/
test_autogalaxy/quantity/model/files/
test_autogalaxy/analysis/files/
test_autogalaxy/galaxy/files/galaxy.json
test_autogalaxy/imaging/plot/files/
test_autogalaxy/interferometer/model/files/
test_autogalaxy/quantity/plot/files/
test_autogalaxy/galaxy/plot/files/
*.log
test_autogalaxy/unit/pipeline/files/plot/
test_autogalaxy/imaging/model/files/
Expand Down
Loading
Loading