Skip to content

Commit 684679b

Browse files
committed
Update project files
1 parent 366c685 commit 684679b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Setup Pages
2525
uses: actions/configure-pages@v4
26+
with:
27+
enablement: true
2628

2729
- name: Upload artifact
2830
uses: actions/upload-pages-artifact@v3

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)