From d261e5915b667895a2b97d164aa3aa72a02772d5 Mon Sep 17 00:00:00 2001 From: samtalki <10187005+samtalki@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:24:06 -0400 Subject: [PATCH] Prepare v0.0.1 release --- .github/workflows/CI.yml | 2 +- .github/workflows/TagBot.yml | 4 +--- Project.toml | 6 ++++-- README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f6dcb13..5c79db5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: ['1.9', '1.11'] + julia-version: ['1.10', '1.11'] os: [ubuntu-latest] include: - julia-version: '1' diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 7490cb8..ae252c7 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -3,9 +3,6 @@ on: issue_comment: types: [created] workflow_dispatch: - inputs: - lookback: - default: "3" jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' @@ -14,3 +11,4 @@ jobs: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + ssh: ${{ secrets.DOCUMENTER_KEY }} diff --git a/Project.toml b/Project.toml index e9e48ed..d72ed61 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "PowerDiff" uuid = "4fa8226c-b122-4e48-8217-6f318ba8ef74" -version = "0.1.0" +version = "0.0.1" authors = ["Samuel Talkington", "Michael Klamkin", "Cameron Khanpour"] [deps] @@ -22,12 +22,14 @@ PowerDiffAPFExt = "AcceleratedDCPowerFlows" [compat] AcceleratedDCPowerFlows = "0.1" ExaModels = "0.9, 0.10" +ForwardDiff = "0.10, 1" Ipopt = "1" JuMP = "1" LazyArtifacts = "1" NLPModelsIpopt = "0.11.2" +PowerModels = "0.21" PowerIO = "0.1.3" -julia = "1.9" +julia = "1.10" [extras] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" diff --git a/README.md b/README.md index 45c5e2f..d8d8054 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A Julia package for differentiable power system analysis. Compute sensitivities ## Installation -> Requires Julia 1.9 or later. +> Requires Julia 1.10 or later. ```julia using Pkg