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

v3.13.0 - Olentzero's gift #430

Merged
merged 8 commits into from
Dec 24, 2023
Merged

v3.13.0 - Olentzero's gift #430

merged 8 commits into from
Dec 24, 2023

Conversation

enekomartinmartinez
Copy link
Collaborator

@enekomartinmartinez enekomartinmartinez commented Dec 24, 2023

Description

New version with bug fixes, new features and performance improvements.

  • New copy method to copy a model
  • Bug fixes in the pipe of DelayFixed
  • Performance improvements in DataFrameHandler (thanks @easyas314159 !)
  • Better documentation
  • More warnings

More details in What's New!

Related issues

Closes #58 #131 #330 #374 #427

Type of change

  • Bug fix
  • New feature
  • Performance
  • Documentation
  • Warning

PR verification (to be filled by reviewers)

  • The code follows the PEP 8 style
  • The new code has been tested properly for all the possible cases
  • The overall coverage has not dropped and other features have not been broken.
  • If new features have been added, they have been properly documented
  • docs/whats_new.rst has been updated
  • PySD version has been updated

@pep8speaks
Copy link

Hello @enekomartinmartinez! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 504:80: E501 line too long (131 > 79 characters)
Line 580:80: E501 line too long (131 > 79 characters)
Line 995:80: E501 line too long (118 > 79 characters)
Line 1004:80: E501 line too long (144 > 79 characters)
Line 1433:80: E501 line too long (107 > 79 characters)
Line 1552:80: E501 line too long (131 > 79 characters)
Line 1638:80: E501 line too long (130 > 79 characters)
Line 1795:80: E501 line too long (120 > 79 characters)

@enekomartinmartinez enekomartinmartinez merged commit d2eeb44 into master Dec 24, 2023
14 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.

Warning for user when non-constant functions are modified by 'params'
2 participants