-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.1.0 to dev **Do not squash**
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
|
||
## Version 0.1.0 | ||
|
||
**Initial Release** | ||
|
||
### New features | ||
|
||
- [#14](https://github.com/QEDjl-project/QEDfields.jl/pull/14): Add interface for pulsed plane-wave fields (`AbstractBackgroundField`) | ||
- [#24](https://github.com/QEDjl-project/QEDfields.jl/pull/24): Add Cos Square Pulse background field implementation | ||
|
||
### Maintenance | ||
|
||
- [#3](https://github.com/QEDjl-project/QEDfields.jl/pull/3): Add unit testing | ||
- [#5](https://github.com/QEDjl-project/QEDfields.jl/pull/5): Add integration tests | ||
- [#8](https://github.com/QEDjl-project/QEDfields.jl/pull/8): Add install instructions | ||
- [#11](https://github.com/QEDjl-project/QEDfields.jl/pull/11): Add JuliaFormatter | ||
- [#12](https://github.com/QEDjl-project/QEDfields.jl/pull/12): Remove Manifest.toml | ||
- [#13](https://github.com/QEDjl-project/QEDfields.jl/pull/13): Move CI formatting job to github actions | ||
- [#15](https://github.com/QEDjl-project/QEDfields.jl/pull/15): Add documentation build and deploy jobs to CI | ||
- [#17](https://github.com/QEDjl-project/QEDfields.jl/pull/17): Run unit tests with additional Julia versions | ||
- [#18](https://github.com/QEDjl-project/QEDfields.jl/pull/18): Fix compat helper | ||
- [#19](https://github.com/QEDjl-project/QEDfields.jl/pull/19): Run compat helper only on upstream repository | ||
- [#26](https://github.com/QEDjl-project/QEDfields.jl/pull/26): Refactor cos square pulse implementation | ||
- [#29](https://github.com/QEDjl-project/QEDfields.jl/pull/29): QED.jl refactoring | ||
- [#30](https://github.com/QEDjl-project/QEDfields.jl/pull/30): Use QEDcore.jl implementations over QEDbase | ||
- [#34](https://github.com/QEDjl-project/QEDfields.jl/pull/34): Refactoring cleanup | ||
- [#36](https://github.com/QEDjl-project/QEDfields.jl/pull/36): Add Julia 1.10 and rc to CI testing versions | ||
- [#39](https://github.com/QEDjl-project/QEDfields.jl/pull/39): Cleanup work for 0.1.0 release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters