2 Commits

Author SHA1 Message Date
Manuel Raimann 624283c766 chore: release v0.8.1 2026-02-11 21:05:12 +01:00
Manuel Raimann 64c7aa2448 fix: resolve broken rustdoc intra-doc links for Error::NoCompletedTrials 2026-02-11 21:04:40 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ members = ["optimizer-derive"]
[package]
name = "optimizer"
version = "0.8.0"
version = "0.8.1"
edition = "2024"
rust-version = "1.88"
license = "MIT"
+2 -2
View File
@@ -2038,7 +2038,7 @@ where
///
/// # Errors
///
/// Returns [`Error::NoCompletedTrials`] if fewer than 2 trials have completed.
/// Returns [`crate::Error::NoCompletedTrials`] if fewer than 2 trials have completed.
#[cfg(feature = "fanova")]
pub fn fanova(&self) -> crate::Result<crate::fanova::FanovaResult> {
self.fanova_with_config(&crate::fanova::FanovaConfig::default())
@@ -2051,7 +2051,7 @@ where
///
/// # Errors
///
/// Returns [`Error::NoCompletedTrials`] if fewer than 2 trials have completed.
/// Returns [`crate::Error::NoCompletedTrials`] if fewer than 2 trials have completed.
#[cfg(feature = "fanova")]
#[allow(clippy::cast_precision_loss)]
pub fn fanova_with_config(