Introducing MineProductivity v2.0 - A Stable Foundation for Mining Productivity Intelligence #3
imanojkumar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Introducing MineProductivity
I'm pleased to announce the first stable release of MineProductivity.
After months of designing, implementing, testing, documenting, and validating the architecture, the framework has reached v2.0.
MineProductivity is an open-source Python framework for mining productivity intelligence, providing a governed foundation for KPIs, analytics, digital twins, simulation, optimization, AI agents, and visualization.
The framework is organized as fourteen packages along a strict dependency chain:
plus three cross-cutting infrastructure packages (registry, plugins, and connectors) that any layer may use. Every performance indicator is a discoverable, versioned, self-describing object rather than a formula embedded in a script or a spreadsheet cell.
Engineering quality and production readiness
The v2.0 release was gated on a recorded certification pass. At certification:
mypy --strictis clean across 314 source files.ruff lintand format are clean; documentation builds with zero broken links.An invitation to contribute and collaborate
The architecture is complete and locked, which makes this a good moment to build on the framework. The most valuable contributions now are at the extension points:
Contributions of documentation, examples, benchmarks, and real-world validation are equally welcome. Mining practitioners, researchers, data scientists, and software engineers each see a different part of this problem clearly; the framework is designed so those perspectives can be added as plugins and data rather than as forks. Please read the contributing guide and the engineering rules before opening a pull request, and feel free to start a discussion if you are considering a larger piece of work.
Links
pip install mineproductivityMineProductivity is released under the Apache License 2.0.
All reactions