From f87fa9a4791c603ab68f5332de20c432def21c0e Mon Sep 17 00:00:00 2001 From: Michael Green Date: Mon, 17 Jun 2024 14:23:35 +0200 Subject: [PATCH] docs: no idea why this fails. --- docs/CHANGELOG.md | 10 ---------- docs/src/index.md | 2 ++ src/EvidentialFlux.jl | 2 -- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md deleted file mode 100644 index e402421..0000000 --- a/docs/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -### [1.3.1](https://github.com/DoktorMike/EvidentialFlux.jl/compare/v1.3.0...v1.3.1) (2022-07-21) - - -### Documentation - -* Just added some badges. ([c8ded36](https://github.com/DoktorMike/EvidentialFlux.jl/commit/c8ded36ebbd69189841378cde4850cca9d691e8d)) diff --git a/docs/src/index.md b/docs/src/index.md index c316db9..3788a3e 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -93,6 +93,7 @@ quantity ranging between 0 and 1. ```@docs DIR NIG +MVE predict uncertainty aleatoric @@ -101,6 +102,7 @@ evidence nigloss nigloss2 dirloss +mveloss ``` ## Index diff --git a/src/EvidentialFlux.jl b/src/EvidentialFlux.jl index cf5cb59..fce12c2 100644 --- a/src/EvidentialFlux.jl +++ b/src/EvidentialFlux.jl @@ -4,8 +4,6 @@ using Flux using NNlib using SpecialFunctions -# Write your package code here. - include("dense.jl") export NIG export DIR