Skip to content

Commit

Permalink
Merge pull request #808 from enthought/release-4.7.1
Browse files Browse the repository at this point in the history
Release 4.7.1
  • Loading branch information
prabhuramachandran committed Jul 21, 2019
2 parents 72a65cf + 989196e commit 9abd44f
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/CHANGES.txt
@@ -1,3 +1,29 @@
Mayavi 4.7.1
============

Thanks to the following who contributed to this release (in alphabetical
order): Poruri Sai Rahul, Prabhu Ramachandran

This is a bug-fix release. 3 pull-requests were merged.

Fixes
-----

21 Jul 2019 `#807 <https://github.com/enthought/mayavi/pull/807>`_ (PR)
- Fix old pipeline errors in image actor.

16 Jul 2019 `#804 <https://github.com/enthought/mayavi/pull/804>`_ (rahulporuri)
- Use the decorator for classmethod
Instead of explicitly calling it in the class definition

04 Jul 2019 `#800 <https://github.com/enthought/mayavi/pull/800>`_ (PR)
- Misc bug fixes
Fixes 3 issues that affect the new release due to changes in traits, pyface etc.
- Fix issue with CTF editor not showing.
- Fix issue with lut editor not launching.
- Fix issue with cut/pasting tree nodes and drag drop onto shell.


Mayavi 4.7.0
============

Expand Down
26 changes: 26 additions & 0 deletions docs/source/mayavi/auto/changes.rst
@@ -1,3 +1,29 @@
Mayavi 4.7.1
============

Thanks to the following who contributed to this release (in alphabetical
order): Poruri Sai Rahul, Prabhu Ramachandran

This is a bug-fix release. 3 pull-requests were merged.

Fixes
-----

21 Jul 2019 `#807 <https://github.com/enthought/mayavi/pull/807>`_ (PR)
- Fix old pipeline errors in image actor.

16 Jul 2019 `#804 <https://github.com/enthought/mayavi/pull/804>`_ (rahulporuri)
- Use the decorator for classmethod
Instead of explicitly calling it in the class definition

04 Jul 2019 `#800 <https://github.com/enthought/mayavi/pull/800>`_ (PR)
- Misc bug fixes
Fixes 3 issues that affect the new release due to changes in traits, pyface etc.
- Fix issue with CTF editor not showing.
- Fix issue with lut editor not launching.
- Fix issue with cut/pasting tree nodes and drag drop onto shell.


Mayavi 4.7.0
============

Expand Down
2 changes: 1 addition & 1 deletion mayavi/__init__.py
Expand Up @@ -5,7 +5,7 @@
Part of the Mayavi project of the Enthought Tool Suite.
"""

__version__ = '4.7.1.dev0'
__version__ = '4.7.2.dev0'

__requires__ = [
'apptools',
Expand Down

0 comments on commit 9abd44f

Please sign in to comment.