Skip to content

[ENH] Format lambda value with underscores and remove legacy backends #15

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

Merged
merged 2 commits into from
May 26, 2025

Conversation

Leguark
Copy link
Member

@Leguark Leguark commented May 26, 2025

[CLN] Remove legacy backend options and improve numeric formatting

  • Removed "aesara" and "legacy" backends from the AvailableBackends enum in config.py
  • Improved numeric readability by replacing 100000000 with 100_000_000 in the L1 regularization parameter

These changes improve code clarity and maintainability without altering functionality.

Leguark added 2 commits May 25, 2025 10:42
Eliminated "aesara" and "legacy" backends from the config and compute logic. Cleaned up redundant code, improving codebase maintainability and clarity by focusing on supported backends.
Replaced `100000000` with `100_000_000` to improve code readability and maintain uniform number formatting. This change does not alter functionality.
@Leguark Leguark marked this pull request as ready for review May 26, 2025 14:55
Copy link
Member Author

Leguark commented May 26, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Leguark Leguark changed the title [CLN] Remove legacy backend and unused code [ENH] Format lambda value with underscores and remove legacy backends May 26, 2025
@Leguark Leguark merged commit a225a74 into main May 26, 2025
2 checks passed
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.

1 participant