Skip to content

Commit 2c8b5a7

Browse files
authored
Remove pics from license (#2)
2 parents bee4c6c + 4d5679d commit 2c8b5a7

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

license.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
<a href="https://github.com/famura/torch-crps">torch-crps</a> © 2025 by
22
<a href="https://github.com/famura">Fabio Muratore</a> is licensed under
33
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
4-
<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">
5-
<img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">

readme.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# torch-crps
22

3-
[![License: MIT][license-badge]][license-url]
3+
[![License: CC-BY-4.0][license-badge]][license-url]
44
![python][python-badge]<space>
55
[![Docs][docs-badge]][docs]
66
[![CD][cd-badge]][cd]
@@ -40,22 +40,19 @@ There is [work on multi-variate CRPS estimation][multivariate-crps], but it is n
4040
The integral formulation is infeasible to naively evaluate on a computer due to the infinite integration over $x$.
4141

4242

43-
44-
---
45-
46-
> :construction: Disclaimer: This project is at an early stage of development and subject to change.
47-
48-
**Please have a look at the [documentation][docs] to get started.**
43+
:point_right: **Please have a look at the [documentation][docs] to get started.**
4944

5045
<!-- URLs -->
51-
[cd-badge]: https://github.com/famura/torch-crps/actions/workflows/cd.yaml/badge.svg
52-
[cd]: https://github.com/famura/torch-crps/actions/workflows/cd.yaml
53-
[coverage-badge]: https://pages.github.com/famura/torch-crps/latest/exported/coverage/badge.svg
54-
[coverage]: https://pages.github.com/famura/torch-crps/latest/exported/coverage/index.html
46+
[cd-badge]: https://github.com/famura/binned-cdf/actions/workflows/cd.yaml/badge.svg
47+
[cd]: https://github.com/famura/binned-cdf/actions/workflows/cd.yaml
48+
[ci-badge]: https://github.com/famura/binned-cdf/actions/workflows/ci.yaml/badge.svg
49+
[ci]: https://github.com/famura/binned-cdf/actions/workflows/ci.yaml
50+
[coverage-badge]: https://famura.github.io/binned-cdf/latest/exported/coverage/badge.svg
51+
[coverage]: https://famura.github.io/binned-cdf/latest/exported/coverage/index.html
5552
[docs-badge]: https://img.shields.io/badge/Docs-gh--pages-informational
56-
[docs]: https://pages.github.com/famura/torch-crps
57-
[license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg
58-
[license-url]: https://opensource.org/licenses/MIT
53+
[docs]: https://famura.github.io/binned-cdf
54+
[license-badge]: https://img.shields.io/badge/License-CC--BY--4.0%20-blue.svg
55+
[license-url]: https://creativecommons.org/licenses/by/4.0
5956
[mkdocs-material-badge]: https://img.shields.io/badge/Material_for_MkDocs-526CFE?logo=MaterialForMkDocs&logoColor=white
6057
[mkdocs-material]: https://github.com/squidfunk/mkdocs-material
6158
[mypy-badge]: https://www.mypy-lang.org/static/mypy_badge.svg
@@ -64,11 +61,11 @@ The integral formulation is infeasible to naively evaluate on a computer due to
6461
[pre-commit]: https://github.com/pre-commit/pre-commit
6562
[pytest-badge]: https://img.shields.io/badge/Pytest-green?logo=pytest
6663
[pytest]: https://github.com/pytest-dev/pytest
67-
[python-badge]: https://img.shields.io/badge/python-3.11%20|3.12%20|%203.11-informational?logo=python&logoColor=ffdd54
64+
[python-badge]: https://img.shields.io/badge/python-3.11%20|3.12%20|%203.13-informational?logo=python&logoColor=ffdd54
6865
[ruff-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
6966
[ruff]: https://docs.astral.sh/ruff
70-
[tests-badge]: https://pages.github.com/famura/torch-crps/latest/exported/tests/badge.svg
71-
[tests]: https://pages.github.com/famura/torch-crps/latest/exported/tests/index.html
67+
[tests-badge]: https://famura.github.io/binned-cdf/latest/exported/tests/badge.svg
68+
[tests]: https://famura.github.io/binned-cdf/latest/exported/tests/index.html
7269
[uv-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json
7370
[uv]: https://docs.astral.sh/uv
7471
<!-- Paper URLS-->

0 commit comments

Comments
 (0)