diff --git a/README.md b/README.md index d3f8b15..0765ffd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # smopt -**Stiefel manifold optimization, with all numerics in Fortran 77** +**Stiefel Manifold Optimization: Penalty-Free First-Order Solvers** [![Tests](https://github.com/eggzec/smopt/actions/workflows/test.yml/badge.svg)](https://github.com/eggzec/smopt/actions/workflows/test.yml) [![Documentation](https://github.com/eggzec/smopt/actions/workflows/docs.yml/badge.svg)](https://github.com/eggzec/smopt/actions/workflows/docs.yml) diff --git a/docs/index.md b/docs/index.md index b31d154..fb53148 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ ![smopt](https://raw.githubusercontent.com/eggzec/smopt/master/docs/assets/images/smopt-banner.png) -**Stiefel manifold optimization, with all numerics in Fortran 77** +**Stiefel Manifold Optimization: Penalty-Free First-Order Solvers** `smopt` minimizes a smooth function, optionally plus a nonsmooth regularizer, over the set of matrices with orthonormal columns: diff --git a/pyproject.toml b/pyproject.toml index a9a6534..4745718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "mesonpy" [project] name = "smopt" dynamic = ["version"] -description = "Stiefel manifold optimization with all numerics in Fortran 77" +description = "Stiefel Manifold Optimization: Penalty-Free First-Order Solvers" authors = [ { name = "Saud Zahir", email = "m.saud.zahir@gmail.com" }, ] @@ -24,8 +24,6 @@ keywords = [ "optimization", "manifold optimization", "Stiefel manifold", - "fortran", - "f2py" ] classifiers = [ "Development Status :: 5 - Production/Stable", @@ -56,7 +54,6 @@ requires-python = ">=3.10" homepage = "https://eggzec.github.io/smopt/" documentation = "https://eggzec.github.io/smopt/" source = "https://github.com/eggzec/smopt" -changelog = "https://eggzec.github.io/smopt/changelog/" releasenotes = "https://github.com/eggzec/smopt/releases/latest" issues = "https://github.com/eggzec/smopt/issues"