cycler
cycler copied to clipboard
cycler: composable cycles
Candidate operator is `&` such that `cycler('c', 'rgb') & cycler('c', 'cmyk') == cycler('c', 'rgbcmyk')` If the keys do not match exactly, raises.
As it stands, one can not easily perform validation on the cycler components, such as validating the list of colors, and then the list of line styles. You have to...
The error message will now print out which keys were duplicated. Addresses https://github.com/bluesky/bluesky/issues/1768 Example output: ``` ... ... File "/home/jwlodek/Workspace/cycler/cycler/__init__.py", line 288, in __add__ return Cycler( ^^^^^^^ File "/home/jwlodek/Workspace/cycler/cycler/__init__.py", line...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Apply recommended hardening steps including: - pinning to a SHA any actions used - not persisting the read token on checkout - setting the default permissions - adding a depandabot...