Skip to content

Tags: enthought/traits

Tags

7.1.0

Toggle 7.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
Release version 7.1.0 of Traits

This is a minor release of the Traits package. The most significant change is to the type
stubs, which should now be better behaved for common uses of the `Instance` trait type.

The following people contributed code changes and reviews for this release:

* Mark Dickinson
* Guillaume Garcia
* Ioannis Tziakos

## Fixes

* Make `Instance` type hints more useful. (#1840)
* Remove type hints on `IntEnum` members. (#1856)
* Fixed subclassing support in trait-documenter. (#1866)
* Fix `TraitChangeNotifyWrapper` handling of compiled methods; the previous strict type
  check was causing issues with Nuitka. (#1850)
* Fix failure of ``clone_traits`` in the presence of dynamic traits. (#1846)

## Tests

* Fix that we weren't actually running `mypy` in some of the stubs tests. (#1838)

## Build

* Fix failure of `python etstool.py install` due to an invalid EDS dependency. (#1831)
* Fix flake8 errors resulting from redundant `global` statements. (#1847)
* Support Python 3.14 in CI workflows and wheel builds. (#1871)

7.0.2

Toggle 7.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
Release version 7.0.2 of Traits

7.0.1

Toggle 7.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
Release version 7.0.1 of Traits

7.0.0

Toggle 7.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
Release version 7.0.0 of Traits

6.4.3

Toggle 6.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
# Traits 6.4.3

This is a bugfix release that fixes test failures with Sphinx 7.2 and later,
and adds support for Python 3.12.

## Fixes

* Use `pathlib.Path` instead of `sphinx.testing.path.path` for Sphinx
  7.2 and later. (#1755)
* Fix uses of the deprecated `datetime.utcnow` method. (#1758)
* Update CI and workflows for Python 3.12 support. (#1757)

6.4.2

Toggle 6.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
Release version 6.4.2 of Traits

This is a bugfix release that fixes some test failures with the
most recent TraitsUI versions.

## Fixes

* Replace a deprecated version check for TraitsUI. (#1746)
* Fix a test that fails on warnings other than those directly
  related to the test purpose. (#1749)

6.4.1

Toggle 6.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
Release version 6.4.1 of Traits

traits-stubs/6.4.0

Toggle traits-stubs/6.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
Release version 6.4.0 of traits-stubs

6.4.0

Toggle 6.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mdickinson Mark Dickinson
Release version 6.4.0 of Traits

6.3.2

Toggle 6.3.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release version 6.3.2 of Traits