We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366c685 commit 684679bCopy full SHA for 684679b
.github/workflows/pages.yml
@@ -23,6 +23,8 @@ jobs:
23
24
- name: Setup Pages
25
uses: actions/configure-pages@v4
26
+ with:
27
+ enablement: true
28
29
- name: Upload artifact
30
uses: actions/upload-pages-artifact@v3
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## v0.1.0
4
5
+- Initial release of Opproplot.
6
+- Vectorized core (`compute_operating_profile`) with TPR/FPR/accuracy vs threshold.
7
+- Matplotlib plotting helper (`operating_profile_plot`) with optional key placement and grid styling.
8
+- Package scaffold with docs site (hero/demo images), tests, and CI for lint/tests plus Pages deploy.
0 commit comments