chore: prepare v1.0.0 release for crates.io and PyPI

BREAKING CHANGES:
- Version bumped to 1.0.0 (stable release)
- Default features: Removed python-bindings from default (fixes linking issues)
- python-bindings now opt-in feature for PyO3 builds

Metadata Updates:
- Authors: HFThot Research Lab <contact@hfthot-lab.eu>
- Repository: https://github.com/ThotDjehuty/optimiz-r
- Homepage: https://hfthot-lab.eu
- Documentation: https://optimiz-r.readthedocs.io

README Updates:
- Version badge: 0.3.0 → 1.0.0
- What's New section updated for v1.0.0 stable release
- Citation author updated
- Contact information updated

This prepares OptimizR for publication to:
- crates.io (Rust package registry)
- PyPI (Python package index)

API is now stable and follows semantic versioning from v1.0.0 forward.
This commit is contained in:
Melvin Alvarez
2026-02-16 16:24:25 +01:00
parent f43659c8e6
commit f44280edd7
3 changed files with 21 additions and 22 deletions
+6 -6
View File
@@ -4,10 +4,10 @@ build-backend = "maturin"
[project]
name = "optimizr"
version = "0.3.0"
version = "1.0.0"
description = "High-performance optimization algorithms in Rust with Python bindings"
authors = [
{name = "Your Name", email = "your.email@example.com"}
{name = "HFThot Research Lab", email = "contact@hfthot-lab.eu"}
]
readme = "README.md"
license = {text = "MIT"}
@@ -48,10 +48,10 @@ all = [
]
[project.urls]
Homepage = "https://github.com/yourusername/optimiz-r"
Documentation = "https://github.com/yourusername/optimiz-r/blob/main/README.md"
Repository = "https://github.com/yourusername/optimiz-r"
Issues = "https://github.com/yourusername/optimiz-r/issues"
Homepage = "https://hfthot-lab.eu"
Documentation = "https://optimiz-r.readthedocs.io"
Repository = "https://github.com/ThotDjehuty/optimiz-r"
Issues = "https://github.com/ThotDjehuty/optimiz-r/issues"
[tool.maturin]
python-source = "python"