Rui Xue | 2486c0b8090 | PIPE-2359: fix the PDF link. | | PIPE-2359 |
Rui Xue | cfa5f0b3cd6 | PIPE-2359: Update reference links to use readthedocs.io | | PIPE-2359 |
Rui Xue | b30d44e8528 | PIPE-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 Xue | 749a53b3a19M | Merge remote-tracking branch 'origin/main' into PIPE-1669-run-dev-pipeline-with-modular-casa6 | | PIPE-1669 |
Rui Xue | 699abeb779aM | Merge 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 Nakazato | 18710dbb9efM | Pull request #1417: remove fragmentation.pyMerge in PIPE/pipeline from PIPE-2420-remove-hsd-tasks-heuristics-fragmentation.py to main
* commit 'eec10a8022e4e74eea06cf5af9ac2934c8384692':
remove fragmentation.py | | PIPE-2420 |
Vincent Geers | 1dd1f30859a | PIPE-2160: update docstrings and type hints in callibrary.py. | | PIPE-2160 |
Vincent Geers | b0f7070f88e | PIPE-2160: update minimum CASA version to 6.6.6-1. | | PIPE-2160 |
Takeshi Nakazato | eec10a8022e | remove fragmentation.py | | |
Vincent Geers | ec24058163d | PIPE-2160: update pipeline.infrastructure.launcher.Pipeline.close method to use context save method for consistency. | | PIPE-2160 |
Vincent Geers | fab97f8f8b1 | PIPE-2160: document removal of the dictionary-based implementation of the Pipeline calibration library. | | PIPE-2160 |
Vincent Geers | 81b674d10b9 | PIPE-2160: remove the unused dictionary-based implementation of the Pipeline calibration library (DictCalLibrary and DictCalState) from pipeline.infrastructure.callibrary. | | PIPE-2160 |
Vincent Geers | 99bdee36bc5 | PIPE-2160: remove unused "sensitivities" attribute from pipeline.infrastructure.launcher.Context class. | | PIPE-2160 |
Vincent Geers | 17033bc5a8a | PIPE-2160: remove unused "logtype" attribute from pipeline.infrastructure.launcher.Context class. | | PIPE-2160 |
Vincent Geers | 88dc2430fb7 | PIPE-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 Geers | 5d6628b8362 | PIPE-2160: remove unused "reduction_intents" property from pipeline.domain.state.State class. | | PIPE-2160 |
Vincent Geers | 27c0024d504 | PIPE-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 Geers | 87530516cb0 | PIPE-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 Geers | 05163229aee | PIPE-2160: remove unused "get_fields" method from pipeline.domain.observingrun.ObservingRun. | | PIPE-2160 |
Vincent Geers | 521a10e0716 | PIPE-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 Geers | 3dc4ab616bd | PIPE-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 Geers | f068ada3415 | PIPE-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 Xue | 3a847d1e77f | PIPE-1883: update context.ipynb | | PIPE-1883 |
Rui Xue | 50192f15f2a | PIPE-1883: Limit the height of rich.inspect output cells. | | PIPE-1883 |
Rui Xue | 96fab09f742 | PIPE-1883: update conf.py and context.ipynb | | PIPE-1883 |
Rui Xue | 660f1d89a42M | Merge remote-tracking branch 'origin/PIPE-2160_update_documentation_context_domain' into PIPE-1669-run-dev-pipeline-with-modular-casa6 | | 2 Jira issues |
Vincent Geers | 9785296143a | PIPE-2160: fix type hints in callibrary after removing import. | | PIPE-2160 |
Vincent Geers | f2338a7837c | PIPE-2160: updated docstrings and type hints for CalApplication, CalTo, CalToIdAdapter, and CalFrom. | | PIPE-2160 |
Vincent Geers | e0df1652da1 | PIPE-2160: update hif.heuristics.mosaicoverlap and hif.tasks.refant.referenceantenna to simplify retrieval of spws matching given intent(s). | | PIPE-2160 |
Vincent Geers | 39eec6d38ed | PIPE-2160: minor updates to reflect that imaging_mode is always defined in the Context. | | PIPE-2160 |
Vincent Geers | 7713a6fd03f | PIPE-2160: minor docstring update in MeasurementSet. | | PIPE-2160 |
Rui Xue | ebdb84e1a97 | PIPE-2426: correct the artifacts path. | | PIPE-2426 |
Rui Xue | 56b32353069 | PIPE-2426: add readthedocs.md | | PIPE-2426 |
Rui Xue | fc8e821ee78 | PIPE-2426: add a missed dependency entry. | | PIPE-2426 |
Rui Xue | 4f5a2237ba3 | PIPE-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 Xue | 8885d22c9c6 | update .readthedocs.yaml | | |
Rui Xue | c87c9e7864f | Update .readthedocs.yaml | | |
Rui Xue | d5d8c83b96e | update .readthedocs.yaml | | |
Rui Xue | 0f2dd3c8ba6 | update .readthedocs.yaml | | |
Rui Xue | a97fc6e5335 | Update .reathedocs.yaml | | |
Rui Xue | 4edd28547ad | update .readthedocs.yaml | | |
Rui Xue | d953bd1f8a9 | update .readthedocs.yaml | | |
Rui Xue | e433550e354 | update .readthedocs.yaml | | |
Rui Xue | 93b5b9f6fda | PIPE-1883: fix a bug in .readthedocs.yaml | | PIPE-1883 |
Rui Xue | 30f3424a64c | PIPE-1883: fix a bug in .readthedocs.yaml | | PIPE-1883 |
Rui Xue | 50285a42aa2 | PIPE-1883: fix a bug in .readthedocs.yaml | | PIPE-1883 |
Rui Xue | bafafa6bc9d | PIPE-1883: fix a bug in .readthedocs.yaml | | PIPE-1883 |
Rui Xue | d1908983d6e | PIPE-1883: fix a bug in .readthedocs.yaml | | PIPE-1883 |
Rui Xue | db84e57a505 | PIPE-1883: add .readthedocs.yaml | | PIPE-1883 |
Rui Xue | 22c082e682fM | Merge remote-tracking branch 'origin/PIPE-2160_update_documentation_context_domain' into PIPE-1669-run-dev-pipeline-with-modular-casa6 | | 2 Jira issues |