Skip to content

Commit 9c0111d

Browse files
authored
Merge branch 'main' into asdf
2 parents 407595d + ecd7e6f commit 9c0111d

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: julia-actions/cache@v2
32+
- uses: julia-actions/cache@v3
3333
- uses: julia-actions/julia-buildpkg@v1
3434
- uses: julia-actions/julia-runtest@v1
3535
with:

.github/workflows/DocPreviewCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: julia-actions/setup-julia@v2
1919
with:
2020
version: '1'
21-
- uses: julia-actions/cache@v2
21+
- uses: julia-actions/cache@v3
2222

2323
- name: Check for stale PR previews
2424
shell: julia --color=yes {0}

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: julia-actions/setup-julia@v2
1515
with:
1616
version: "1"
17-
- uses: julia-actions/cache@v2
17+
- uses: julia-actions/cache@v3
1818
- uses: julia-actions/julia-docdeploy@v1
1919
env:
2020
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ postprocess_cb()
105105

106106
# Differentiate between pure Julia and wrapper packages
107107
wrapper_packages = [
108-
"torrance/Casacore",
108+
"Casacore",
109109
"CFITSIO",
110110
"JuliaAPlavin/Difmap",
111111
"emmt/EasyFITS",

docs/src/tutorials/tabular-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In these examples, we will fetch and load the Hipparcos-GAIA Catalog of Accelera
66
This catalog cross matches stars from the Hipparcos and GAIA catalogs in order to calculate the long term astrometric proper motion anomaly; that is, the star's deviation from straight line motion in the plane of the sky over the ~20 baseline between the two missions.
77

88
A wide range of tabular data formats are supported in Julia under a common [Tables.jl interface](https://tables.juliadata.org). For example,
9-
[CSV](https://csv.juliadata.org), [Excel](https://felipenoris.github.io/XLSX.jl), [Arrow](https://github.com/apache/arrow-julia), [CASA Tables](http://mweastwood.info/CasaCore.jl/stable/), and various SQL formats to name a few.
9+
[CSV](https://csv.juliadata.org), [Excel](https://felipenoris.github.io/XLSX.jl), [Arrow](https://github.com/apache/arrow-julia), [CASA Tables](http://juliaastro.org/Casacore/stable/), and various SQL formats to name a few.
1010

1111

1212
## Packages

src/JuliaAstroDocs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,12 +849,12 @@ ecosystem() = (
849849
),
850850
(
851851
name = "Casacore.jl",
852-
repo = "https://github.com/torrance/Casacore.jl",
853-
doc = "https://github.com/torrance/Casacore.jl?tab=readme-ov-file#casacorejl",
852+
repo = "https://github.com/JuliaAstro/Casacore.jl",
853+
doc = "https://juliaastro.org/JuliaAstro/stable",
854854
tagline = "A high level Julia interface to Casacore",
855855
descr = """
856-
- Wrapper for [CasaCore](http://casacore.github.io/casacore/)
857-
- Uses [casacorecxx](https://github.com/torrance/casacorecxx) which uses [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) to wrap the C++ Casacore codebase. These raw objects and methods are available in `Casacore.LibCasacore`
856+
- Wrapper for [casa ore](http://casacore.github.io/casacore/)
857+
- Uses [casacorecxx](https://github.com/JuliaBinaryWrappers/casacorecxx_jll.jl) which uses [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) to wrap the C++ Casacore codebase. These raw objects and methods are available in `Casacore.LibCasacore`
858858
""",
859859
astropy = [],
860860
),

0 commit comments

Comments
 (0)