Releases: PHOTOX/promdens
Releases · PHOTOX/promdens
v1.0.1
The only changes are in cleaned plotting in the code and extended manual in README.md which now provides more information about the code and guidelines to analyze the results.
What's Changed
- CI: Test python 3.13 by @danielhollas in #51
- Cleanup plotting by @danielhollas in #40
- Improving README.md with more information about the method by @JanosJiri in #48
- Figure links in README.md by @JanosJiri in #54
Full Changelog: v1.0.0...v1.0.1
v1.0.0
First Official release of promdens
What's Changed
- Cleanup calc_field() and related code by @danielhollas in #39
- Links in project.toml by @JanosJiri in #36
- Add MIT LICENSE by @danielhollas in #41
- Decouple PyPI from TestPyPI publish by @danielhollas in #42
- Update installation instructions by @danielhollas in #43
- README: Recommend pipx|uv for installation by @danielhollas in #45
- Trigger release to TestPyPI by test-release PR label by @danielhollas in #46
- Getting ready for release v1.0.0 by @JanosJiri in #47
Full Changelog: v1.0.0a1...v1.0.0
v1.0.0a1
What's Changed
- Convert units in read_input_data by @danielhollas in #11
- Move plotting into functions by @danielhollas in #12
- Move code to
main()
by @danielhollas in #13 - Convert script to a importable package by @danielhollas in #15
- Group CLI options by @danielhollas in #16
- Add LaserPulse dataclass by @danielhollas in #17
- Move
field_cos
method toLaserPulse
class, add unit tests by @danielhollas in #18 - Exact tests comparing to QD by @JanosJiri in #20
- Validation with QD by @JanosJiri in #21
- Move
calc_envelope
to LaserPulse and add tests by @danielhollas in #19 - Modify envelopes and test by @JanosJiri in #23
- Move pulse_wigner to LaserPulse class by @danielhollas in #25
- Analytic wigner by @JanosJiri in #27
- Improving Readmd with analytic formulas by @JanosJiri in #29
- Run field_envelopes.py script in CI by @danielhollas in #28
- Add unit test for
calc_field
method by @danielhollas in #30 - Cleanup
field_envelopes.py
by @danielhollas in #31 - Add publish workflow to TestPyPI by @danielhollas in #32
- CI workflow for publishing to PyPI by @danielhollas in #33
- Release v1.0.0a1 by @danielhollas in #34
Full Changelog: v1.0.0a0...v1.0.0a1
v1.0.0a0
Initial release of the Promoted Density Approach code.
What's Changed
- Add rudimentary CI by @danielhollas in #1
- Fixes from ruff linter by @danielhollas in #3
- Polishing of the code by @JanosJiri in #4
- Handle input choices in argparse parser by @danielhollas in #5
- Add basic tests with real data by @danielhollas in #8
- One small modification in promdens.py and more details in README.md by @JanosJiri in #10
New Contributors
- @danielhollas made their first contribution in #1
- @JanosJiri made their first contribution in #4
Full Changelog: https://github.com/PHOTOX/promdens/commits/v1.0.0a0