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

Traits 6.4.2 bugfix release #1752

Merged
merged 6 commits into from
Aug 7, 2023
Merged

Traits 6.4.2 bugfix release #1752

merged 6 commits into from
Aug 7, 2023

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    280a3b4 View commit details
    Browse the repository at this point in the history
  2. MAINT: replace deprecated version check for traitsui (#1746)

    In traitsui, traitsui.__version__ has been deprecated and should be
    replaced with importlib.metadata.version('traitsui'). The deprecation
    warning raised have also caused test_edit_not_given in
    traits/traits/tests/test_configure_traits.py to fail as mentioned in
    #1745 . Since the version check is a temporary check to address the
    dependency of traits on traits ui and is no longer need, the current PR
    fixed this issue by removing all version checks related to
    _traitsui_helpers.py.
    
    Closes #1745
    
    Co-authored-by: Chengyu Liu <[email protected]>
    (cherry picked from commit 60f918e)
    homosapien-lcy authored and mdickinson committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    200e1ed View commit details
    Browse the repository at this point in the history
  3. Fix an overzealous test (#1749)

    This PR fixes one part of the cause of #1748, namely that a test was
    failing on warnings that were unrelated to the test purpose.
    
    (cherry picked from commit d066c6d)
    mdickinson committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7c9a71e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0fdb86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a097ba View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Update release date

    mdickinson committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b58db46 View commit details
    Browse the repository at this point in the history