AuthorCommitMessageCommit dateIssues
Rui XueRui Xue
2486c0b8090PIPE-2359: fix the PDF link.PIPE-2359
Rui XueRui Xue
cfa5f0b3cd6PIPE-2359: Update reference links to use readthedocs.ioPIPE-2359
Rui XueRui Xue
b30d44e8528PIPE-2359: bump the Astropy version to v6.1.6Note: the minimum supported Python version for Astropy v7.0.0 is 3.11 (https://docs.astropy.org/en/v7.0.0/changelog.html#other-changes-and-additions).PIPE-2359
Rui XueRui Xue
749a53b3a19MMerge remote-tracking branch 'origin/main' into PIPE-1669-run-dev-pipeline-with-modular-casa6PIPE-1669
Rui XueRui Xue
699abeb779aMMerge remote-tracking branch 'origin/PIPE-2160_update_documentation_context_domain' into PIPE-1669-run-dev-pipeline-with-modular-casa6* A conflict was resolved for `pipeline/infrastructure/utils/framework.py`2 Jira issues
Takeshi NakazatoTakeshi Nakazato
18710dbb9efMPull request #1417: remove fragmentation.pyMerge in PIPE/pipeline from PIPE-2420-remove-hsd-tasks-heuristics-fragmentation.py to main * commit 'eec10a8022e4e74eea06cf5af9ac2934c8384692': remove fragmentation.pyPIPE-2420
Vincent GeersVincent Geers
1dd1f30859aPIPE-2160: update docstrings and type hints in callibrary.py.PIPE-2160
Vincent GeersVincent Geers
b0f7070f88ePIPE-2160: update minimum CASA version to 6.6.6-1.PIPE-2160
Takeshi NakazatoTakeshi Nakazato
eec10a8022eremove fragmentation.py
Vincent GeersVincent Geers
ec24058163dPIPE-2160: update pipeline.infrastructure.launcher.Pipeline.close method to use context save method for consistency.PIPE-2160
Vincent GeersVincent Geers
fab97f8f8b1PIPE-2160: document removal of the dictionary-based implementation of the Pipeline calibration library.PIPE-2160
Vincent GeersVincent Geers
81b674d10b9PIPE-2160: remove the unused dictionary-based implementation of the Pipeline calibration library (DictCalLibrary and DictCalState) from pipeline.infrastructure.callibrary.PIPE-2160
Vincent GeersVincent Geers
99bdee36bc5PIPE-2160: remove unused "sensitivities" attribute from pipeline.infrastructure.launcher.Context class.PIPE-2160
Vincent GeersVincent Geers
17033bc5a8aPIPE-2160: remove unused "logtype" attribute from pipeline.infrastructure.launcher.Context class.PIPE-2160
Vincent GeersVincent Geers
88dc2430fb7PIPE-2160: remove the "flagcmds" list attribute from the pipeline.domain.measurementset.MeasurementSet class.Unchanged since 2013, this attribute only had its value populated by hifa_fluxcalflag but never used in subsequent tasks.PIPE-2160
Vincent GeersVincent Geers
5d6628b8362PIPE-2160: remove unused "reduction_intents" property from pipeline.domain.state.State class.PIPE-2160
Vincent GeersVincent Geers
27c0024d504PIPE-2160: remove unused "centre" property from pipeline.domain.antennaarray.AntennaArray class and removed last known import of casatasks.private.simutil.Likely originally added for concept of removing antenna(s) from MS entirely and re-computing the centre.PIPE-2160
Vincent GeersVincent Geers
87530516cb0PIPE-2160: remove unused "group_name" attribute from pipeline.domain.datadescription.DataDescription class.This was likely a remnant from an early implementation of a FrequencyGroup that got removed in 26e3bec6 for CAS-4813.2 Jira issues
Vincent GeersVincent Geers
05163229aeePIPE-2160: remove unused "get_fields" method from pipeline.domain.observingrun.ObservingRun.PIPE-2160
Vincent GeersVincent Geers
521a10e0716PIPE-2160: remove unused "TemporalCollection" class from pipeline.domain.measures.This class was effectively unchanged since 2013 and originally introduced for the concept of a versioned dataset.PIPE-2160
Vincent GeersVincent Geers
3dc4ab616bdPIPE-2160: update domain.observingrun.ObservingRun to always define "ms_datatable_name" and "ms_reduction_group" at init; replace/remove tests for existence of those attributes; consolidate two separate "contains-single-dish" tests.PIPE-2160
Vincent GeersVincent Geers
f068ada3415PIPE-2160: update callibrary.CalTo to update type hint and revert change in setters for 'spw' and 'antenna' to deal with case of single integer spw ID.PIPE-2160
Rui XueRui Xue
3a847d1e77fPIPE-1883: update context.ipynbPIPE-1883
Rui XueRui Xue
50192f15f2aPIPE-1883: Limit the height of rich.inspect output cells.PIPE-1883
Rui XueRui Xue
96fab09f742PIPE-1883: update conf.py and context.ipynbPIPE-1883
Rui XueRui Xue
660f1d89a42MMerge remote-tracking branch 'origin/PIPE-2160_update_documentation_context_domain' into PIPE-1669-run-dev-pipeline-with-modular-casa62 Jira issues
Vincent GeersVincent Geers
9785296143aPIPE-2160: fix type hints in callibrary after removing import.PIPE-2160
Vincent GeersVincent Geers
f2338a7837cPIPE-2160: updated docstrings and type hints for CalApplication, CalTo, CalToIdAdapter, and CalFrom.PIPE-2160
Vincent GeersVincent Geers
e0df1652da1PIPE-2160: update hif.heuristics.mosaicoverlap and hif.tasks.refant.referenceantenna to simplify retrieval of spws matching given intent(s).PIPE-2160
Vincent GeersVincent Geers
39eec6d38edPIPE-2160: minor updates to reflect that imaging_mode is always defined in the Context.PIPE-2160
Vincent GeersVincent Geers
7713a6fd03fPIPE-2160: minor docstring update in MeasurementSet.PIPE-2160
Rui XueRui Xue
ebdb84e1a97PIPE-2426: correct the artifacts path.PIPE-2426
Rui XueRui Xue
56b32353069PIPE-2426: add readthedocs.mdPIPE-2426
Rui XueRui Xue
fc8e821ee78PIPE-2426: add a missed dependency entry.PIPE-2426
Rui XueRui Xue
4f5a2237ba3PIPE-2426/PIPE-2422: Migrate GitHub Actions HTML/PDF autobuild to ReadTheDocs* Migrated HTML and PDF autobuild setup from GitHub Actions to ReadTheDocs.io. * Added scrollbar configuration to notebooks to restrict page length for better readability. * Included a ‘Modules’ section in the autosummary template for improved organization. * Disabled recursive search in the “Full APIs” section to reduce build time. * Disabled recursive search in latex.rst for efficiency. * Swi...2 Jira issues
Rui XueRui Xue
8885d22c9c6update .readthedocs.yaml
Rui XueRui Xue
c87c9e7864fUpdate .readthedocs.yaml
Rui XueRui Xue
d5d8c83b96eupdate .readthedocs.yaml
Rui XueRui Xue
0f2dd3c8ba6update .readthedocs.yaml
Rui XueRui Xue
a97fc6e5335Update .reathedocs.yaml
Rui XueRui Xue
4edd28547adupdate .readthedocs.yaml
Rui XueRui Xue
d953bd1f8a9update .readthedocs.yaml
Rui XueRui Xue
e433550e354update .readthedocs.yaml
Rui XueRui Xue
93b5b9f6fdaPIPE-1883: fix a bug in .readthedocs.yamlPIPE-1883
Rui XueRui Xue
30f3424a64cPIPE-1883: fix a bug in .readthedocs.yamlPIPE-1883
Rui XueRui Xue
50285a42aa2PIPE-1883: fix a bug in .readthedocs.yamlPIPE-1883
Rui XueRui Xue
bafafa6bc9dPIPE-1883: fix a bug in .readthedocs.yamlPIPE-1883
Rui XueRui Xue
d1908983d6ePIPE-1883: fix a bug in .readthedocs.yamlPIPE-1883
Rui XueRui Xue
db84e57a505PIPE-1883: add .readthedocs.yamlPIPE-1883
Rui XueRui Xue
22c082e682fMMerge remote-tracking branch 'origin/PIPE-2160_update_documentation_context_domain' into PIPE-1669-run-dev-pipeline-with-modular-casa62 Jira issues

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut