Skip to content

Latest commit

 

History

History

README.md

Architecture Decision Records

This directory contains Architecture Decision Records (ADRs) for numpy-node.

What is an ADR?

An ADR is a document that captures an important architectural decision made along with its context and consequences.

Index

ADR Title Status
0000 ADR Template -
0001 Use Native C++ Backend with N-API Accepted
0002 Platform-Specific BLAS/LAPACK Backends Accepted
0003 Row-Major Memory Layout Accepted
0004 CPU-Based Computation (No GPU) Accepted
0005 NumPy Compatibility Policy Accepted
0006 Platform-Specific Package Distribution Accepted

Creating a New ADR

  1. Copy 0000-template.md to XXXX-title.md (next sequential number)
  2. Fill in the template sections
  3. Update this README with the new ADR
  4. Submit a PR for review

References