forked from enthought/traits-enaml
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request enthought#56 from enthought/prepare-for-0.2.1-release
Prepare for 0.2.1 release
- Loading branch information
Showing
6 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
Traits-Enaml CHANGELOG | ||
====================== | ||
|
||
Release 0.2.1 | ||
------------- | ||
|
||
* Fix TraitView parenting bug (#32) | ||
* Fix items subscription for trait collections (#55). | ||
* Cleanup testing framework and improve test coverage. | ||
* Travis-CI now runs also on the latest enaml and atom versions | ||
* Test coverage is reported through Coveralls.io | ||
|
||
Release 0.2.0 | ||
------------- | ||
|
||
Support enaml 0.8.x | ||
Better test framework including enaml and gui testing helpers | ||
Basic documentation | ||
Integrate with Travis-CI | ||
* Support enaml 0.8.x | ||
* Better test framework including enaml and gui testing helpers | ||
* Basic documentation | ||
* Integrate with Travis-CI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--allow-external enable | ||
--allow-unverified enable | ||
--allow-external PIL | ||
--allow-unverified PIL | ||
unittest2 | ||
ply | ||
coverage | ||
coveralls | ||
casuarius | ||
enaml==0.8.9 | ||
atom==0.3.5 | ||
traits | ||
traitsui | ||
enable | ||
mayavi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ coverage | |
coveralls | ||
enaml | ||
atom | ||
casuarius | ||
kiwisolver | ||
traits | ||
enable | ||
traitsui | ||
|