-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first autolint set * new round for dict, list, tuple * some more for optional, union * fix implicit optionals * refix many imports rules * fix use of literal dicts * propagate error change here * fix trailing whitespaces * miscellaneous * fix error messages not declared before raising * fix magic values use in comparisons * miscellaneous * place *args correctly * miscellaneous * use dict literal * miscellaneous * no implicit namespace * correctly propagate kwargs * clean up logic * message outside raise * message outside raise * trade map for list comprehension * cleaner checks * format and last lints * no mypy * no interrogate * rename to nemitt_[xy], accept old and let user override npart and sigma_e * formatting * remove trailing whitespaces * pytest parametrize expects tuples * dict membership test does not need .keys() * mpl * names * unecessary list comprehensions * fixtures want lists of tuples * provide 'match' argument to every pytest.raises, normalize error messages * minimal linting here * remove old helper functions * bump version for minor release * release 1.6.0 file * added to this list
- Loading branch information
Showing
100 changed files
with
1,092 additions
and
1,066 deletions.
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
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
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
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,26 @@ | ||
.. _release_1.6.0: | ||
|
||
1.6.0 | ||
----- | ||
|
||
Release `1.6.0` brings a few changes, and a great amount of maintenance fixes to the package. | ||
|
||
Enhancements | ||
~~~~~~~~~~~~ | ||
|
||
* The `pyhdtoolkit.cpymadtools.lhc.make_lhc_beams` function now accepts the user providing values for `npart` and `sige`. The previously hard-coded values are now used as defaults. | ||
|
||
Changes | ||
~~~~~~~ | ||
|
||
* The `pyhdtoolkit.cpymadtools.lhc.make_lhc_beams` function now expects `nemitt_[xy]` arguments instead of the previous `emittance_[xy]`. Providing the previous name is still accepted but will raise a warning. | ||
|
||
Maintenance | ||
~~~~~~~~~~~ | ||
|
||
* A great amount of linting has been done to ensure best practices in every line of code. | ||
* Switched all relevant type hints to use the latest practices. | ||
* Fixed the `__all__` exports in the `__init__.py` files. | ||
* Moved type-hint relevant imports in a `TYPE_CHECKING` block to lighten import times. | ||
|
||
See `v1.6.0 release notes on GitHub <https://github.com/fsoubelet/PyhDToolkit/releases/tag/1.6.0>`_ and the `full changes since v1.5.0 <https://github.com/fsoubelet/PyhDToolkit/compare/1.5.0...1.6.0>`_. |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.