16
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: Just print a warning instead of raising an exception if a setattr fails for a TVTK object when it is being unpickled. More... over 16 years ago
BUG: First cut at fixing a 64bit OS specific problem where is it possible that VTK is not compile with 64 bit IDs but numpy is using a 64 bit int for the 'l' typecode. Thanks to all the users who reported this problem on their 64 bit platforms. More... over 16 years ago
ENH: tvtk: changing properties and "#!" lines to match Debian policies.
GaelVaroquaux
as gaelvaroquaux
More... over 16 years ago
Fixed RST errors in doc comments. More... over 16 years ago
BUG: The path for the python shell plugin was not working with the egg based install. This example should now work. More... over 16 years ago
* Making the patch level explicit in the version specifier.
Dave Peterson
as dpeterson
More... over 16 years ago
* Fixed a bug when building source tarballs with the latest release of setuptools (0.6c6) and numpy (1.0.3) by forcing usage of setuptools' sdist command. * Removed the MANIFEST.in since it is no longer needed.
Dave Peterson
as dpeterson
More... over 16 years ago
* Bumping the version number to reflect the new target release.
Dave Peterson
as dpeterson
More... over 16 years ago
* Creating a branch to work on fixing the sdist problem with the latest release of tvtk.
Dave Peterson
as dpeterson
More... over 16 years ago
* Oops, typo in command line on last checkin. :-(
Dave Peterson
as dpeterson
More... over 16 years ago
Moving to dir for release builds
Dave Peterson
as dpeterson
More... over 16 years ago
* Tagging for release of ETS 2.5.
Dave Peterson
as dpeterson
More... over 16 years ago
* Added a set of dependency links to the setup.py's. The listed URLS are the released source tarballs, and the unstable source tarballs.
Dave Peterson
as dpeterson
More... over 16 years ago
* Updated url values to match pages on http://code.enthought.com.
Dave Peterson
as dpeterson
More... over 16 years ago
Prabhu's suggested platform independent dtype check More... over 16 years ago
* Correct non-literal maximum version specifications to end with the first possible dev release instead of only those marked as 'dev'. i.e. we should now not work with alphas as well.
Dave Peterson
as dpeterson
More... over 16 years ago
* Refactored *all* ETS cross-project requirements to default to allowing any future version. We are switching to a model where people can shoot themselves in the foot, and we'll get them to the hospital afterward. i.e. we'll release an update with a more strict set of versions once we know things do not work.
Dave Peterson
as dpeterson
More... over 16 years ago
* Adding the manifest instructions into the source tarball.
Dave Peterson
as dpeterson
More... over 16 years ago
* Adding manifest instructions in order to include docs, examples, etc. in the source dist. Note that if we relied on setuptools instead of numpy.distutils, then we wouldn't have to do this.
Dave Peterson
as dpeterson
More... over 16 years ago
removing references to the [wx] extra for enthought.util in various ETS setup.py More... over 16 years ago
fixing references to enthought.util.wx.timer More... over 16 years ago
* HOPEFULLY, THE LAST PASS WITH 'etsdeps' TO UPDATE CROSS-COMPONENT ETS DEPENDENCIES! * Updated extras dependencies after doing a full pass with 'etscollect' and re-running 'etsdeps' against each component. * Fixed formatting for developer_2.0/extras.map
Dave Peterson
as dpeterson
More... over 16 years ago
* First cut at an extras mapping file for use with etscollect/etsdeps commands. * Updated ETS component dependencies after another pass with etsdeps. * Created a 'wx' extra for the one direct import of enthought.traits.ui.wx.
Dave Peterson
as dpeterson
More... over 16 years ago
* Added configuration settings for nose to be more informative.
Dave Peterson
as dpeterson
More... over 16 years ago
* Added a declaration to use nose.collector to build the test suite for this package. * Re-ordered the setup attributes to make them easier to find.
Dave Peterson
as dpeterson
More... over 16 years ago
* Renamed extra to fit standard used across other ETS components.
Dave Peterson
as dpeterson
More... over 16 years ago
* Updated ETS component dependencies passed on another pass with the validatedeps tool.
Dave Peterson
as dpeterson
More... over 16 years ago
* Refactored the way cross-component ETS dependencies are generated based on more experience with editing them. It now only requires two values (package name, current version number) to require another ETS component. This change reduces the potential for errors (at the cost of a little less flexibility.) This new mechanism relies on the Enthought version numbering scheme (API break is a major version number change.) As a result, the generator method has been renamed 'etsdeps' instead of 'gendeps'. * Fixed a leak in the generated dependency specifications. Official alpha or beta releases might have been included as a valid match before.
Dave Peterson
as dpeterson
More... over 16 years ago
tvtk is not zip_safe More... over 16 years ago
* Fixed a typo that had spread to all ETS component setup.py's. Each component only works with the API-compatible versions of the other components, so we must declare ourselves incompatible with the first release of a dev version.
Dave Peterson
as dpeterson
More... almost 17 years ago