File spyder3.changes of Package spyder3
-------------------------------------------------------------------
Mon Oct 13 15:02:55 UTC 2014 - toddrme2178@gmail.com
- Fix icon directory ownership
-------------------------------------------------------------------
Thu Sep 18 09:14:37 UTC 2014 - toddrme2178@gmail.com
- Update to 2.3.1
* New features since
* Variable Explorer
* Support for Pandas DataFrame's and TimeSerie's types
* Support for Numpy 3D arrays
* Drag and drop works for all its supported file types
(e.g. images, mat files, json files, etc)
* Editor
* F9 runs the current line under the cursor if nothing is
selected
* Focus remains on it after evaluating cells and selections
(an option was added to return to the old behavior)
* IPython console
* Connect to external kernels through ssh
* Object Inspector
* Add a tutorial for beginners
* Main Window
* Improve style on Mac
* Bug fixes
* Issue 93 Variable explorer: allow array editor to deal
with arrays with more than 2 dimensions
* Issue 1160 Variable Explorer: add support for pandas
objects
* Issue 1305 mayavi plot hangs when IPython graphics backend
is inline (default)
* Issue 1319 Spyder is not getting its taskbar icon right in
Win 7/8
* Issue 1445 Linux style middle mouse button paste not
executed in console
* Issue 1530 Wrong encoding for date in pylint widget
* Issue 1590 Add numpy matrices as a supported type to the
Variable Explorer
* Issue 1604 spyder 2.2.5 freezes with netCDF4-python
* Issue 1627 Run selection (F9) changes focus to Python
interpreter, but ex-Matlab users expect the
focus to remain on the editor
* Issue 1670 Provide a "Run current line" feature
* Issue 1690 Feature request: connect to existing IPython
kernel over ssh
* Issue 1699 Option to disable middle button paste
* Issue 1783 The new cell delimiter when converting a
notebook to python file is # In[`*`]
* Issue 1863 Ctrl-C doesn't work in a *restarted* IPython
console
* Issue 1893 Matplotlib plots do not display correctly in
2.3.0 (when running in dedicated python
interpreter)
- Update dependencies
-------------------------------------------------------------------
Thu Jul 17 08:11:46 UTC 2014 - toddrme2178@gmail.com
- Add spyder3-rpmlintrc to sources
- Remove unused version_check.patch
-------------------------------------------------------------------
Mon Jul 14 09:36:03 UTC 2014 - toddrme2178@gmail.com
- Update to 2.3.0 final
- New features
* Python 3 support
* Editor
* Use the Tab key to do code completions
* Highlight cells, i.e. portions of a file delimited by separators of the form `# %%`
* First-class support for Enaml files
* Syntax highlighting for Julia files
* Use Shift+Tab to show the signature corresponding to a function/method while it's been called
* Do code completions using the tokens (or words) found in a file
* Token-based completions work for any file type supported by the Editor
* Add a new tooltip widget (borrowed from the IPython project) to better handle how to show function signatures
* IPython console
* Assign the keyboard shortcut Ctrl+Shift+I to move to it
* Open a console by default at startup
* Give visual feedback when opening a console
* Show kernel error messages in the client tab
* Object Inspector
* Add an intro message to explain how to use it
* New style based on the Bootswatch Cerulean theme
* Main Window
* Reorganize several menus
* Under the hood
* Improve startup time
* Develop a new way to update configuration defaults (that doesn't involve resetting user settings)
- Bug fixes
-------------------------------------------------------------------
Fri May 30 17:43:52 UTC 2014 - toddrme2178@gmail.com
- Initial python 3 version
- Update to 2.3.0rc
* No upstream changelog
-------------------------------------------------------------------
Fri Feb 14 10:32:54 UTC 2014 - dmueller@suse.com
- remove python-pylint buildrequires, doesn't seem to be used
-------------------------------------------------------------------
Wed Nov 13 12:42:19 UTC 2013 - p.drouand@gmail.com
- Define %{python_sitelib} to fix build with SLE
-------------------------------------------------------------------
Tue Oct 15 21:33:19 UTC 2013 - toddrme2178@gmail.com
- Update to version 2.2.5
* Issue 1322 Problems with scientific_startup in other interpreters from the one Spyder is running on
* Issue 1337 Mac app - Update to Qt 4.8.4 for HDPI
* Issue 1450 IPython kernel cpu usage increases with time
* Issue 1520 LinuxColor for ipython plugin
* Issue 1551 /doc/installation.rst: update Arch Linux package link
* Issue 1560 spyder 2.2.3 incompatible with pylint 0.25.1 on Windows
* Issue 1564 Fix several Editor cell problems
* Issue 1578 Typo in your 'About Spyder...' dialog.
* Issue 1581 Cannot launch Spyder 2.2.4 installed from DMG on Mac OS X.
* Issue 1589 Mention what types of objects our Variable Explorer support in our docs
* Issue 1595 Fail to start an ipython console when variable explorer autorefresh is turned off in Preferences
* Issue 1596 Spelling mistake in dialog ('loose' --> 'lose')
* Update our Mac application to the latest versions of Python, Qt and PyQt (now it's based in Homebrew).
* Several important compatibility fixes for PySide.
* Improve our support for IPython 1.0+.
-------------------------------------------------------------------
Sat Oct 12 14:06:50 UTC 2013 - p.drouand@gmail.com
- Update to version 2.2.4 (bnc#849811)
* Fix issue 347: Matplotlib hangs on Mac if using PySide
* Fix issue 1265: Create a Debug menu to easily show how to set breakpoints
* Fix issue 1489: Project Explorer does not load all projects in workspace.
* Fix issue 1516: Make Spyder compatible with both IPython 0.13 and 1.0
* Fix issue 1531: Pyflakes version check is looking for 0.5.0 only
* Fix issue 1539: /tmp/spyder is owned by the first user on the server
to launch spyder
* Make Spyder compatible with SymPy 0.7.3+
* Add shortcuts to the tooltips of all toolbars
* Make IPython Console work better if Matplotlib is not installed
- Changes between version 2.2.3 and 2.2.2
* Fix issue 634: Debugging: Lingering break points
* Fix issue 639: Project Explorer: horizontal size issue (added an
optional horizontal scrollbar. This option may be enabled/disabled
in the widget context menu)
* Fix issue 749: Outline Explorer: Duplicate entries
* Fix issue 852: Implement matlab-like cell features
* Fix issue 1388: Add an "About Spyder dependencies" dialog box
* Fix issue 1438: "runfile" doesn't work correctly if unicode_literals has
been imported (replaced backslashes by slashes in paths)
* Fix issue 1515: Add an option to use the same interpreter Spyder is
running on as "Python executable" for external consoles
* Fix issue 1522: licenses of the images (especially the .png)
* Fix issue 1526: Build script (setup.py) includes the wrong version of
pyflakes/rope in Windows installer
* Fix issue 1527: please include the LICENSE file in the source package
* New "Run selection" (F9), "Run cell" (Ctrl+Enter) and "Run cell and
advance" (Shift+Enter) actions in "Run" menu entry, as a replacement
to the old "Run selection or block" and "Run block and advance" actions.
*Added "Optional Dependencies" dialog box in "?" menu.
*Editor: added Monokai and Zenburn syntax coloring schemes.
*Keyboard shortcuts: removing deprecated shortcuts at startup. Otherwise,
when renaming the name of a registered shortcut (in the code), the old
shortcut will stay in Spyder configuration file and opening the Preferences
dialog will show a shortcut conflict dialog box.
* External console tabs: fixed history browsing with Ctrl+Tab and added
Shift+Ctrl+Tab support.
* Preferences>Console>Advanced: new option to switch between the default Python
executable
* Run Icons: removed deprecated images, updated other images to the new design
setup.py/Windows installers: now building CHM documentation for Windows
* SPYDER_DEBUG environment variable now supports 3 levels of debug mode:
SPYDER_DEBUG=0 or False: debug mode is off
SPYDER_DEBUG=1 or True: debug level 1 is on (internal console is disconnected)
SPYDER_DEBUG=2: debug level 2 is on (+ logging coms with external Python processes)
SPYDER_DEBUG=3: debug level 3 is on (+ enabling -v option in external
Python processes and debugging editor)
- Changes between version 2.2.2 and 2.2.1
* Fix issue 1497: Spyder 2.2.1 does not work with Python < 2.7
* Fix issue 1498: TypeError thrown by IPython Console when the pager is off
* Fix issue 1499: Console (Terminal) throws NotImplementedError for Home/End keys
* Fix issue 1509: Add support for javascript syntax highlighting
* Fix issue 1510: Problems with zooming in/out
* Add new icons to the Run, Debug and Main toolbars
* Update Pylint plugin to work with pylint 1.0
* Add Ctrl/Cmd+[+,-] to zoom in/out in the Editor
* Disable Crtl+MouseWheel to zoom in/out in Mac (See Issue 1509 )
* Update Pandas and Matplotlib in our Mac application
-------------------------------------------------------------------
Tue Aug 13 10:00:20 UTC 2013 - speilicke@suse.com
- Updato to version 2.2.1 (bnc#833564):
+ Upstream provides no changelog
- Install documentation into correct location
-------------------------------------------------------------------
Mon Apr 22 21:48:07 UTC 2013 - hrvoje.senjan@gmail.com
- Added version_check.patch, fixes detection of pyqt version
-------------------------------------------------------------------
Thu Feb 14 01:24:49 UTC 2013 - fisiu@opensuse.org
- Update to version 2.1.13:
* Bug fixes
-------------------------------------------------------------------
Thu Nov 29 17:20:37 UTC 2012 - toddrme2178@gmail.com
- Fix typo
-------------------------------------------------------------------
Thu Nov 29 13:05:17 UTC 2012 - toddrme2178@gmail.com
- Update to Version 2.1.11
* Bug fixes
- Split documentation package
- Split spyderlib package and binary package, since spyderlib is
used independently of the spyder gui
- Spec file cleanups
-------------------------------------------------------------------
Tue Jun 12 08:32:23 UTC 2012 - toddrme2178@gmail.com
- Install desktop file, with appropriate icon
- Tag documentation in spec file
- Fix rpmlint warnings
-------------------------------------------------------------------
Mon May 28 09:40:29 UTC 2012 - toddrme2178@gmail.com
- Update to Version 2.1.10
* Bug fixes
-------------------------------------------------------------------
Tue May 22 15:46:57 UTC 2012 - toddrme2178@gmail.com
- Update dependencies
- Clean up spec file formatting
- Update to Version 2.1.9
* Bug fixes
- Update to Version 2.1.8
* Bug fixes
- Update to Version 2.1.7
* Bug fixes
* Variable explorer/Array editor: added support for masked arrays
* Showing Spyder's internal console automatically when there is a traceback
* Do not crash when a 3rd party plugin failed to import
* Editor:
* Automatic insertion of single, double and triple quotes
* Automatically colons insertion when pressing Enter after 'if', 'def', etc
* Don't trigger code completion on comments if text ends with a dot
* Added keyboard shortcut (Ctrl+Shift+Escape) to clear the console
* Added keyboard shortcut (Ctrl+P) to print current file (thanks to fheday at gmail dot com for the contribution)
* Code introspection features (code completion, calltips, go-to-definition) are now working even if script has syntax errors
- Update to Version 2.1.6
* Bug fixes
- Update to Version 2.1.5
* Bug fixes
* Debugging: when a non-empty SPYDER_DEBUG environment variable exists, Spyder switch to debug mode (log files are created in user's home directory and debug prints are available in the terminal)
* Variable explorer/Dictionary editor: added option to plot histogram from a 1-D array
* Console:
* standard Python interpreter is now a real Python interactive session: the older implementation was running a startup script and tried to emulate a standard Python interactive session (changing attributes like __name__, running the PYTHONSTARTUP script, etc.). But this implementation was not close enough to the standard Python interactive session, i.e. when you execute `python` outside Spyder, without any argument. A recent bug report confirmed this: the PYTHONSTARTUP script was executed but not exactly the same way as it is outside Spyder: for example, doing `from __future__ import division` in the startup script had no effect whereas it did outside Spyder.
* when running a standard Python interpreter, instead of running the startup script (spyderlib/widgets/externalshell/startup.py), the shell widget (ExternalPythonShell) simply runs the python executable with -u -i options, that's all. So now, the PYTHONSTARTUP script is executed as expected.
* Scientific startup script (default PYTHONSTARTUP in Spyder): added floating point division (from __future__ import division)
* PySide support:
* Added new "Qt (PyQt/PySide)" settings group in "External modules" tab
* It is now possible to select the Qt-Python bindings library: default (i.e. depends on the QT_API environment variable), PyQt or PySide
* The PyQt input hook has been adapted for PySide, so it is now possible to do interactive (non-blocking) plotting with PySide
* New options for standard Python interpreters (no effect on IPython):
* "Merge process standard output/error channels": merging the output channels of the process means that the standard error won't be written in red anymore, but this has the effect of speeding up display
* "Colorize standard error channel using ANSI escape codes": this method is the only way to have colorized standard error channel when the output channels have been merged
* Internal console (Issue 868): output is now immediately available
* "Maximize current plugin" action: now automatically shows the "Outline" plugin when maximizing the "Editor" plugin
* Editor/Outline comment separators: allow space betwee hash and dash, e.g "# --- Outline Separator"
- Update to Version 2.1.4
* Bug fixes
* Console:
* option "Open an IPython interperter at startup" is now *explicitely* disabled for IPython v0.11+ (these versions of IPython are not fully supported through Spyder's console plugin)
- Update to Version 2.1.3
* Bug fixes
* Variable explorer performance were improved, especially when dealing with very long sequences -- See this discussion: http://groups.google.com/group/spyderlib/browse_thread/thread/3a7ef892695e417a
* Variable explorer / dictionary editor: added support for unknown objects -- this allows browsing any object attributes -- This is still experimental.
- Update to Version 2.1.2
* Bug fixes
* File/Project explorer:
* Added "Delete" keyboard shortcut to remove selected file(s)/folder(s)
* SCM integration: added support for !TortoiseHg v2 (only v1 was supported)
* Console/Matplotlib options: the backend may now be set separately from the Matplotlib patch
* Console:
* The Matplotlib patch is only applied for Matplotlib <=v1.0
* !PyQt API version issues (error like "!ValueError: API 'QString' has already been set to version 1"): the "ignore setapi errors" option is disabled by default, to avoid masking these errors and associated tracebacks
- Update to Version 2.1.1
* Bug fixes
- Update to Version 2.1
* Bug fixes
* New *Profiler* plugin (thanks to Santiago Jaramillo)
* New experimental *IPython* plugin embedding IPython's Qt console: see [http://spyder-ide.blogspot.com/2011/08/preview-of-new-ipython-plugin-for.html here]
* General:
* Main window:
* added "Custom window layouts" management (see menu "View")/handling 3 custom layouts: default shortcuts Shift+Alt+FX to switch to/from layout #X and Ctrl+Shift+Alt+FX to set layout #X
* "General" preferences page: added option to set the Qt windows style, depending on platform (Plastique, Cleanlooks, CDE, Windows...)
* Menu "?": added menu entry to report Spyder issues, filling automatically informations on your configuration
* Reorganized "Run"/"Source" menu, added "Interpreters" menu
* Fixed application name for Gnome 3/Fedora 15
* Command line options: added option "--defaults" to reset settings (stored in .spyder.ini) to defaults (a lot of settings are preserved: shortcuts, window layouts, ...) -- this is less brutal than "--reset" which reset all settings by removing all configuration files related to Spyder
* *Outline* (function/class browser) is now a plugin in itself, embedded in its own dockwidget: Spyder's window layout is even more customizable than before
* *Code completion*
* (Editor/Console): entries starting with an underscore character are now placed to the end of the suggested list
* (Editor/Console): Import statements are now completed correctly
* *Console*:
* Major code cleaning: running Python applications in Spyder has never been cleaner and is very close to a simple Python interpreter
* Added built-in function `open_in_spyder` to open a file in Spyder's source code editor from the console
* Standard Python interpreter:
* now refresh the variable explorer at each new prompt (even if auto-refresh is disabled -- actually, this is the typical use case)
* added support for basic special commands (%pwd, %ls, %clear) and system commands (starting with '!', e.g. !dir or !ls)
* added [http://spyder-ide.blogspot.com/2011/09/new-enhanced-scientific-python.html "scientific" startup script] with support for numpy, scipy and matplotlib
* Preferences (External modules tab):
* added an option to set !PyQt API to v1 or v2 -- this avoids issues with Enthought Tool Suite or any other library/program using !PyQt API v2 which is *not* the default API for Python 2
* changed matplotlib patch to fix compatiblity issue with !PyQt API v2
* Preferences (Advanced Settings tab): added option "Python executable" to customize path to Python interpreter executable binary
* *Variable explorer*:
* New HDF5 plugin ([http://code.google.com/u/DavidAnthonyPowell/ DavidAnthonyPowell]): import/export HDF5 files to/from the variable explorer
* Dictionary editor/Variable explorer:
* Added support for more NumPy data types
* Added action "Resize rows to contents" (partially implements feature requested with Issue 807)
* *Editor*:
* find/replace:
* added support for *multiline* regular expression search pattern
* added support for *multiline* regular expression text replacement
* added button "Highlight matches" to highlight all found results
* syntax highlighting: added support for OpenCL, gettext files, patch/diff files, CSS and HTML files
* support for "2 spaces" and "tabs" indentation characters
* new code analysis feature: added support for the [http://pypi.python.org/pypi/pep8 pep8] style guide checker
* "Comment" and "Uncomment" actions were replaced by a single "Comment/Uncommment" toggle action
* (Fixes Issue 811 ) "Run configuration": added "Run in an external system terminal" option
* *File explorer* and *Project explorer*:
* great performance improvement (using a multithreaded file system model)
* Added minimalist SCM support (Mercurial and git are currently supported)
* *File explorer*: added an option to "Show current directory only"
* *Project explorer*: this plugin was entirely rewritten to improve performances and usability
* *Pylint plugin*:
* added option to save file before analyzing it
* *Spyder's console embedded in your application (spyderlib.widgets.internalshell):
* in traceback, a clickable link now opens the associated file in Spyder (if application was launched from Spyder with monitor enabled)
* Application sample embedding Spyder's internal shell: upgraded to guidata v1.4+ (simplified build script a lot!)
- Update to Version 2.0.12
* Bug fixes
* (Fixes Issue 655) Editor/pyflakes-powered code analysis: warnings are now ignored for lines containing "pyflakes:ignore"
* Internal console (Spyder debugging only): turned off the multithreaded mode
- Update to Version 2.0.11
* Bug fixes
* File explorer widget/plugin: improved performances (widget is now populated in a separate thread)
* Spyder crash dialog: warning the user about the '--reset' option (this will remove all configuration files)
-------------------------------------------------------------------
Sun Apr 17 14:48:10 UTC 2011 - saschpe@gmx.de
- Initial version (2.0.10)