From 2d97cc30c61dbf590427b30a46237d2f38c8144d Mon Sep 17 00:00:00 2001 From: Dongdong Kong Date: Mon, 1 Jan 2024 10:16:04 +0800 Subject: [PATCH] bump NCDatasets --- Project.toml | 6 +++--- README.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index d10f97d..657fd95 100644 --- a/Project.toml +++ b/Project.toml @@ -32,11 +32,11 @@ CategoricalArrays = "0.10" DataFrames = "1.6" DocStringExtensions = "0.9" Interpolations = "0.14, 0.15" -Ipaper = "0.1.12, 0.1.13" +Ipaper = "0.1.13, 0.1.14" LoopVectorization = "0.12" -NCDatasets = "0.12, 0.13" +NCDatasets = "0.12, 0.13, 0.14" PrecompileTools = "1.2" -StatsBase = "0.33, 0.34" +StatsBase = "0.34, 0.35" julia = "1.9" [extras] diff --git a/README.md b/README.md index 51e25cf..31fbc5d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # NetCDFTools in Julia -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jl-spatial.github.io/NetCDFTools.jl/stable) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jl-spatial.github.io/NetCDFTools.jl/dev) -[![CI](https://github.com/jl-spatial/NetCDFTools.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/jl-spatial/NetCDFTools.jl/actions/workflows/CI.yml) -[![Codecov](https://codecov.io/gh/jl-spatial/NetCDFTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jl-spatial/NetCDFTools.jl) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jl-pkgs.github.io/NetCDFTools.jl/stable) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jl-pkgs.github.io/NetCDFTools.jl/dev) +[![CI](https://github.com/jl-pkgs/NetCDFTools.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/jl-pkgs/NetCDFTools.jl/actions/workflows/CI.yml) +[![Codecov](https://codecov.io/gh/jl-pkgs/NetCDFTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jl-pkgs/NetCDFTools.jl) > Dongdong Kong, CUG @@ -11,7 +11,7 @@ ``` using Pkg -Pkg.add(url = "https://github.com/jl-spatial/NetCDFTools.jl") +Pkg.add(url = "https://github.com/jl-pkgs/NetCDFTools.jl") ``` ## Usage