Jai-76 opened a new issue, #842: URL: https://github.com/apache/mahout/issues/842
Is your feature request related to a problem? Please describe.The current README.md and project introduction do not accurately reflect the project's significant technical pivot.While the repository statistics show that the codebase is now dominated by Rust (45.9%) and Python (38.2%) due to the development of Qumat and the Quantum Data Plane (QDP), the documentation still heavily emphasizes "Classic" Mahout (Java/Scala/Hadoop/Spark).This creates two issues:Contributor Confusion: Potential Rust or Quantum contributors might skip the repository, assuming it is a legacy Java maintenance project.User Friction: Users looking for the new Quantum tools struggle to find the correct entry point among the legacy documentation.Describe the solution you'd likeI propose a restructuring of the repository's main README.md to prioritize the modern stack.Specific Updates:Modern Header: Update the project description to clearly state the new mission: "A Distributed Linear Algebra Framework for Quant um Computing."Architecture Overview:Add a section explaining the modern stack: Qumat (Python API) $\to$ QDP (Rust Backend) $\to$ Quantum Backends (Qiskit/Cirq).Legacy Distinction: Create a clear separation (e.g., a "Classic Mahout" section) for the Spark/H2O/Flink bindings, noting they are stable/maintenance-mode features.Language Highlighting: Prominently display the Python and Rust prerequisites for the new workflows. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
