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

Add 'lineshuffle' command #714

Closed
wants to merge 10 commits into from
Closed

Add 'lineshuffle' command #714

wants to merge 10 commits into from

Conversation

gatesphere
Copy link
Contributor

Description

Adds a 'lineshuffle' layer processor to randomize the plotting order of lines in the current geometry. Useful in some niche cases where a plotting-time optimized file is not ideal.

Checklist

  • feature/fix implemented
  • code formatting ok (black and ruff check .)
  • mypy returns no error
  • tests added/updated and pytest succeeds
  • documentation added/updated
    • command docstring and option/argument help
    • README.md updated (Feature Overview)
    • CHANGELOG.md updated
    • added new command to reference.rst
    • RTD doc updated and building with no error (make clean && make html in docs/)

Sorry, something went wrong.

gatesphere and others added 8 commits March 6, 2024 08:37

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…nally rotating a page to a target orientation.
…of `pagerotate` command, per @abey79

- Added new tests for `pagerotate --orientation`
- Updated CHANGELOG.md
@gatesphere gatesphere changed the title Lineshuffle Add 'lineshuffle' command Apr 5, 2024
@gatesphere
Copy link
Contributor Author

Quality Gate Failed Quality Gate failed

Failed conditions 1 Security Hotspot

See analysis details on SonarCloud

This use of random.shuffle is not in any cryptographically sensitive code.

Copy link

sonarqubecloud bot commented Apr 5, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

Copy link

codecov bot commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.69%. Comparing base (9c9de12) to head (26de0f0).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #714      +/-   ##
==========================================
+ Coverage   94.68%   94.69%   +0.01%     
==========================================
  Files          62       62              
  Lines        5777     5790      +13     
  Branches     1275     1279       +4     
==========================================
+ Hits         5470     5483      +13     
  Misses        189      189              
  Partials      118      118              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gatesphere gatesphere closed this Apr 5, 2024
@gatesphere gatesphere deleted the lineshuffle branch April 5, 2024 16:50
@gatesphere
Copy link
Contributor Author

This PR was closed and redone with a fresh fork. New PR #715.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants