Skip to content

Commit 0c7cd96

Browse files
authored
Merge pull request #1 from JuliaAI/dev
For a 0.1.0 release
2 parents 41d632b + 3695ce2 commit 0c7cd96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
- run: |
6464
julia --project=docs -e '
6565
using Documenter: DocMeta, doctest
66-
using StatisticalMeasuresAPI
67-
DocMeta.setdocmeta!(StatisticalMeasuresAPI, :DocTestSetup, :(using StatisticalMeasuresAPI); recursive=true)
68-
doctest(StatisticalMeasuresAPI)'
66+
using StatisticalMeasuresBase
67+
DocMeta.setdocmeta!(StatisticalMeasuresBase, :DocTestSetup, :(using StatisticalMeasuresBase); recursive=true)
68+
doctest(StatisticalMeasuresBase)'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# StatisticalMeasuresBase.jl
22

3-
A Julia package for building production-ready measures (metrics) for statistics and machine learning.
3+
A Julia package for building production-ready measures (metrics) for statistics and machine learning
44

55
[![Build Status](https://github.com/JuliaAI/StatisticalMeasuresBase.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/StatisticalMeasuresBase.jl/actions)
66
[![Coverage](https://codecov.io/gh/JuliaAI/StatisticalMeasuresBase.jl/branch/master/graph/badge.svg)](https://codecov.io/github/JuliaAI/StatisticalMeasuresBase.jl?branch=master)
77
[![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaai.github.io/StatisticalMeasuresBase.jl/dev/)
88

99

10-
## The main idea
10+
## The main idea
1111

1212
Here's an example of a simple statistical measure that can be applied to a pair of scalars:
1313

0 commit comments

Comments
 (0)