SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for IPython-3.0.0~dev+git2186.g856a1b7-1.21.noarch.rpm :
Sat Aug 30 14:00:00 2014 dimstarAATTopensuse.org
- Drop gnome-icon-theme BuildRequires: the theme no longer exists
(it was merged and renamed to Adwaita-icon-theme). Instead,
package the icons in a tarball and install them during build.

Thu Aug 28 14:00:00 2014 toddrme2178AATTgmail.com
- Add pandoc dependency for nbconvert notebook converter.
This is only available for openSUSE > 13.1.
- Change some dependencies that are not required for basic
functionality to Recommends.

Sat Aug 9 14:00:00 2014 toddrme2178AATTgmail.com
- Update to 2.2.0

* Bugfix release

Tue Jul 15 14:00:00 2014 toddrme2178AATTgmail.com
- Update to 2.1.0

* Bugfix release

Thu May 8 14:00:00 2014 hpjAATTurpla.net
- add examples to -doc package

Thu Apr 3 14:00:00 2014 arunAATTgmx.de
- updated to 2.0.0
The principal milestones of 2.0 are:

* interactive widgets for the notebook

* directory navigation in the notebook dashboard

* persistent URLs for notebooks

* a new modal user interface in the notebook

* a security model for notebooks
more details at http://ipython.org/ipython-doc/2/whatsnew/version2.0.html

* changes in spec file:
- manual remove binaries that end in
*2
- added dependencies matplotlib, numpydoc, updated version for tornado
- logger, color and irunner are not provided anymore, remove from file list
- Copying is now in rst format
- name and location of desktop files changed

Fri Mar 7 13:00:00 2014 arunAATTgmx.de
- - update to 1.2.1 (including 1.2.0)
Pull Requests (38):
1.2.1:
PR #4372: Don’t assume that SyntaxTB is always called with a SyntaxError
PR #5166: remove mktemp usage
PR #5163: Simplify implementation of TemporaryWorkingDirectory.
PR #5105: add index to format to support py2.6
1.2.0:
PR #4972: Work around problem in doctest discovery in Python 3.4 with PyQt
PR #4934: ipython profile create respects –ipython-dir
PR #4845: Add Origin Checking.
PR #4928: use importlib.machinery when available
PR #4849: Various unicode fixes (mostly on Windows)
PR #4880: set profile name from profile_dir
PR #4908: detect builtin docstrings in oinspect
PR #4909: sort dictionary keys before comparison, ordering is not guaranteed
PR #4903: use https for all embeds
PR #4868: Static path fixes
PR #4820: fix regex for cleaning old logs with ipcluster
PR #4840: Error in Session.send_raw()
PR #4762: whitelist alphanumeric characters for cookie_name
PR #4748: fix race condition in profiledir creation.
PR #4720: never use ssh multiplexer in tunnels
PR #4738: don’t inject help into user_ns
PR #4722: allow purging local results as long as they are not outstanding
PR #4668: Make non-ASCII docstring unicode
PR #4639: Minor import fix to get qtconsole with –pylab=qt working
PR #4453: Play nice with App Nap
PR #4609: Fix bytes regex for Python 3.
PR #4488: fix typo in message spec doc
PR #4346: getpass() on Windows & Python 2 needs bytes prompt
PR #4230: Switch correctly to the user’s default matplotlib backend after inline.
PR #4214: engine ID metadata should be unicode, not bytes
PR #4232: no highlight if no language specified
PR #4218: Fix display of SyntaxError when .py file is modified
PR #4217: avoid importing numpy at the module level
PR #4213: fixed dead link in examples/notebooks readme to Part 3
PR #4183: ESC should be handled by CM if tooltip is not on
PR #4193: Update for #3549: Append Firefox overflow-x fix
PR #4205: use TextIOWrapper when communicating with pandoc subprocess
PR #4204: remove some extraneous print statements from IPython.parallel
PR #4201: HeadingCells cannot be split or merged
Issues (17):
1.2.1:
[#5101]: IPython 1.2.0: notebook fail with “500 Internal Server Error”
1.2.0:
[#4892]: IPython.qt test failure with python3.4
[#4810]: ipcluster bug in clean_logs flag
[#4765]: missing build script for highlight.js
[#4761]: ipv6 address triggers cookie exception
[#4721]: purge_results with jobid crashing - looking for insight
[#4602]: “ipcluster stop” fails after “ipcluster start –daemonize” using python3.3
[#3386]: Magic %paste not working in Python 3.3.2. TypeError: Type str doesn’t support the buffer API
[#4485]: Incorrect info in “Messaging in IPython” documentation.
[#4351]: /parallel/apps/launcher.py error
[#4334]: NotebookApp.webapp_settings static_url_prefix causes crash
[#4039]: Celltoolbar example issue
[#4256]: IPython no longer handles unicode file names
[#4122]: Nbconvert [windows]: Inconsistent line endings in markdown cells exported to latex
[#3819]: nbconvert add extra blank line to code block on Windows.
[#4203]: remove spurious print statement from parallel annoted functions
[#4200]: Notebook: merging a heading cell and markdown cell cannot be undone

Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)

Tue Oct 8 14:00:00 2013 toddrme2178AATTgmail.com
- Update to 1.1.0

* Bugfixes
- Fix building on openSUSE 12.2

Fri Aug 9 14:00:00 2013 tzotsosAATTopensuse.org
- update to 1.0.0
- The principal milestone is the addition of IPython.nbconvert.
- Added IPython.kernel for all kernel-related code.
- Removed the frontend subpackage, as it caused unnecessary depth.
- The IPython sphinx directives are now installed in IPython.sphinx.
- The input transformation framework has been reworked.
- Exception types can now be displayed with a custom traceback.
- A new command, ipython history trim can be used to delete everything but the last 1000 entries in the history database.
- __file__ is defined in both config files at load time, and .ipy files executed with %run.
- %logstart and %logappend are no longer broken.
- Add glob expansion for %run, e.g. %run -g script.py
*.txt.
- Expand variables ($foo) in Cell Magic argument line.
- By default, iptest will exclude various slow tests. All tests can be run with iptest –all.
- SQLite history can be disabled in the various cases that it does not behave well.
- %edit works on interactively defined variables.
- editor hooks have been restored from quarantine, enabling TextMate as editor, etc.
- The env variable PYTHONSTARTUP is respected by IPython.
- The %matplotlib magic was added.
- The --matplotlib command line flag was also added.

Wed Jun 5 14:00:00 2013 toddrme2178AATTgmail.com
- Install .desktop files
- Add buildrequires so there is proper detection of dependencies
at build-time
- Add python-distribute buildrequires for proper dependency
detection
- Build full documentation in python 2 version
(not yet working with python 3)
- Include license file and README file
- Change suggests to recommends since suggests are not well
supported
- Manually-specify executable and manual file names to better
identify conflicts between python 2 and python 3 versions

Fri May 17 14:00:00 2013 jmatejekAATTsuse.com
- update to 0.13.2
- bugfix-release, 52 bugs fixed
- improved compatibility with new Qt versions
(fixes bnc#819931, obsoletes ipython-fix-loading-newer-pyqt.diff)
- drop conditionals for too-old SUSE releases
- shorten summary

Fri Mar 15 13:00:00 2013 lbeltrameAATTkde.org
- Add ipython-fix-loading-newer-pyqt.diff to make Qt console
load with PyQt 4.10 (fix already upstream)

Wed Jan 2 13:00:00 2013 toddrme2178AATTgmail.com
- Fix building on SLES

Wed Oct 24 14:00:00 2012 einarAATTheavensinferno.net
- Update to 0.13.1
- New major upstream release
- Major notebook improvements
- Major improvements to the Qt console
- Improvement of parallel tools

Thu May 3 14:00:00 2012 cfarrellAATTsuse.com
- license update: BSD-3-Clause
See http://ipython.org/ipython-doc/dev/about/license_and_copyright.html

Mon Apr 30 14:00:00 2012 toddrme2178AATTgmail.com
- Fix building python 3 package on openSUSE 11.4 x86_64

Sat Apr 28 14:00:00 2012 highwaystar.ruAATTgmail.com
- added python-tornado Requires for ipython notebook mode

Fri Apr 27 14:00:00 2012 toddrme2178AATTgmail.com
- Update to 0.12.1
Bugfixes
- Comment out non-existant wxpython-related python 3 packages
- Change python 3 binary names so they don\'t conflict with the
python 2 ones
- Fix removal of hidden git info in python3 package
- Small python 2 package spec file cleanups

Fri Apr 27 14:00:00 2012 highwaystar.ruAATTgmail.com
- added build dependency python3-2to3
without it files just not converted silently

Thu Feb 9 13:00:00 2012 highwaystar.ruAATTgmail.com
- added python3-IPython package

Wed Feb 8 13:00:00 2012 einarAATTheavensinferno.net
- updated to 0.12
IPython 0.12 contains several major new features, as well as a large amount
of bug and regression fixes.
New features:

* An interactive browser-based Notebook with rich media support

* Two-process terminal console

* Tabbed QtConsole

* Full Python 3 compatibility

* Standalone Kernel

* PyPy support

Sun Jul 31 14:00:00 2011 ocefpafAATTyahoo.com.br
- updated to 0.11
IPython 0.11 is a
*major
* overhaul of IPython, two years in the making. Most
of the code base has been rewritten or at least reorganized, breaking backward
compatibility with several APIs in previous versions.
Since the internal APIs have changed so much, projects using IPython as a
library (as opposed to end-users of the application) are the most likely to
encounter regressions or changes that break their existing use patterns.
A quick summary:

* Standalone Qt console.

* High-level parallel computing with ZeroMQ.

* New model for GUI/plotting support in the terminal.

* A two-process architecture.

* Vim integration.

* Integration into Microsoft Visual Studio

* Improved unicode support.

* Python 3 support.

* New profile model.

* SQLite storage for history.

* New configuration system.

* Pasting of code with prompts.

Sat Jul 16 14:00:00 2011 ocefpafAATTyahoo.com.br
- updated to 0.10.2

* This is a minor bugfix and latst release of the 0.10.x series.

* Closing of github ticket #185, a major regression we had
in 0.10.1 where pylab mode with GTK was not working correctly,
hence plots were blocking with GTK. Since this is the default matplotlib
backend on Unix systems, this was a major annoyance for many users. Many
thanks to Paul Ivanov for helping resolve this issue.

* Fix IOError bug on Windows when used with -gthread.

* Work robustly if $HOME is missing from environment.

* Better POSIX support in ssh scripts (remove bash-specific idioms).

* Improved support for non-ascii characters in log files.

* Work correctly in environments where GTK can be imported but not started
(such as a linux text console without X11).

Wed Dec 29 13:00:00 2010 sbrabecAATTsuse.cz
- Updated python-wxWidgets name.

Tue Aug 11 14:00:00 2009 matejcikAATTsuse.cz
- removed useless item from filelist
- switched to noarch

Sun Aug 9 14:00:00 2009 cooloAATTnovell.com
- new new python macros

Wed Aug 5 14:00:00 2009 matejcikAATTsuse.cz
- update to 0.10

* lots of bugfixes

* improved gui and wx-based gui component

* improved ipcluster
- split off -doc subpackage


 
ICM