Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.0 to main #91

Merged
merged 26 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
09fb7a3
Release 0.1.0 back into dev (#68)
SimeonEhrig Sep 13, 2024
99c6586
remove custom registry in CI (#69)
SimeonEhrig Sep 13, 2024
8a59462
Add tagbot (#73)
AntonReinhard Sep 19, 2024
f3b1c95
use IntegrationTests.jl in .ci/src/integTestGen.jl
SimeonEhrig Sep 23, 2024
71ffbcc
use IntegrationTests.jl in .ci/src/integTestGen.jl (#70)
SimeonEhrig Sep 25, 2024
d2bfdd1
dropped Julia <1.10 in CI, bumped combat to Juila1.10
Oct 9, 2024
975d7dc
dropped Julia <1.10 in CI, bumped combat to Juila1.10 (#75)
SimeonEhrig Oct 9, 2024
3e3d6c5
upgrade integration tests to Julia 1.10 (#76)
SimeonEhrig Oct 10, 2024
394d5e7
improve CI script to setup Julia dev environment
SimeonEhrig Oct 21, 2024
7036936
replace move content of set_dev_dependencies.jl script in SetupDevEnv.jl
SimeonEhrig Oct 23, 2024
381783c
improve CI script to setup Julia dev environment (e.g. setting compat…
SimeonEhrig Oct 23, 2024
340b64a
SetupDevEnv.jl: Check for QED package version and set it in the compa…
SimeonEhrig Oct 24, 2024
19bdef0
use git clone approach to construct dependency graph
SimeonEhrig Oct 28, 2024
6316403
SetupDevEnv.jl: Check for QED package version and set it in the compa…
SimeonEhrig Oct 28, 2024
247e3b9
CompatHelper: bump compat for QEDcore to 0.2, (keep existing compat)
Oct 29, 2024
1946640
fix QEDcore and QEDbase versions
SimeonEhrig Oct 29, 2024
b664abc
update CI doc build job
SimeonEhrig Oct 29, 2024
7758385
fix bug in calculate_linear_dependency_ordering()
SimeonEhrig Oct 29, 2024
dac2aa6
do not git clone QuantumElectrodynamics.jl in the CI documentation bu…
SimeonEhrig Oct 29, 2024
457dba2
Fixed calculate_linear_dependency_ordering() and bump versions to QED…
SimeonEhrig Oct 29, 2024
391449a
Adjust the release procedure guidelines
AntonReinhard Oct 29, 2024
3c71951
Delete Changelog.md
AntonReinhard Oct 29, 2024
58cf252
Adjust the release procedure guidelines (#84)
SimeonEhrig Nov 4, 2024
93d6fba
SetupDevEnv: do not (un-)install dependency if the dependency is the …
SimeonEhrig Nov 4, 2024
94a3c2b
Update QEDevents and QEDfields (#89)
AntonReinhard Nov 5, 2024
b250ac9
Update version number
AntonReinhard Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ci/SetupDevEnv/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors = ["Simeon Ehrig <[email protected]> and contributors"]
version = "1.0.0"

[deps]
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

Expand Down
4 changes: 2 additions & 2 deletions .ci/SetupDevEnv/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Usage

The application `SetupDevEnv.jl` takes a `Project.toml` and adds all dependencies which match a filter rule as the development version to the current Julia environment. The first application parameter sets the Project.toml path.
The script `SetupDevEnv.jl` checks the dependencies of the current project and provides a Julia environment that provides all current development versions of the QED dependencies.

```bash
julia --project=/path/to/the/julia/environment src/SetupDevEnv.jl /path/to/Project.toml
julia --project=/path/to/the/julia/environment src/SetupDevEnv.jl
```

# Optional Environment variables
Expand Down
Loading
Loading