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

Fix compiler warnings #1519

Merged
merged 19 commits into from
Jul 2, 2023
Merged

Fix compiler warnings #1519

merged 19 commits into from
Jul 2, 2023

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    5bde0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d596eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d11a876 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96fafd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5709b36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aab6b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82997a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfe1528 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c33794 View commit details
    Browse the repository at this point in the history
  10. Ensure mass flow rate is set for FlowReactor

    Fixes a confusing error (depending on the LAPACK implementation) if
    the reactor is initialized before setting the mass flow rate.
    speth committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    559bdd5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a658714 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    119059f View commit details
    Browse the repository at this point in the history
  13. [Python] Show call site in deprecation warnings

    For warnings from pure Python methods, we need the 'stacklevel=2'
    argument to show the call in the users' code. For Cythonized methods,
    the default 'stacklevel=1' gives the desired result because the Cython
    method is not visible as part of the Python stacktrace.
    speth committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    915085d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6bca8e5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dd518d0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e9443fa View commit details
    Browse the repository at this point in the history
  17. [Doc] Fix typos

    speth committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a9e14cc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b32ef9e View commit details
    Browse the repository at this point in the history
  19. Bump version to 3.0.0b1

    speth committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4fb1d76 View commit details
    Browse the repository at this point in the history