Skip to content

Commit

Permalink
bump NCDatasets
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Jan 1, 2024
1 parent 344215a commit 2d97cc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 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
# Installation

```
using Pkg
Pkg.add(url = "https://github.com/jl-spatial/NetCDFTools.jl")
Pkg.add(url = "https://github.com/jl-pkgs/NetCDFTools.jl")
```

## Usage
Expand Down

0 comments on commit 2d97cc3

Please sign in to comment.