Sphinx 1.4-alpha1 released

2016-02-14 Thread Takayuki Shimizukawa
Hi all,

I'm very happy to announce the release of Sphinx 1.4-alpha1 available on the
Python package index at .
This is the first testing release for Sphinx 1.4 that includes:
* 31 features
* 10 incompatible changes
* 20 fixes of bugs/buglets
from the 1.3.5 version of Sphinx

For the full changelog, go to <
http://www.sphinx-doc.org/en/master/changes.html>.
Thanks to all coraborators and contributers!

What's new in 1.4 (very short version)?
===

Features added
--

* Directive: glossary term supports grouping key for index entries by using
classifier syntax (experimental)
* Directive: Support Imgmath (pngmath with svg support).
* Builder: XeTeX and LuaTeX for the LaTeX builder.
* Builder: Add the ``dummy`` builder: syntax check without output.
* Builder: Add EPUB 3 builder (experimental)
* Search: Chinese language search index.
* Search: Japanese language search index by using Janome
* Search: splitter customization for Japanese language search index
* Domain: cpp domain improvements
* Ext: Add sphinx.ext.githubpages to publish the docs on GitHub Pages
* Ext: Add ``sphinx.ext.autosectionlabel`` extension to allow reference
  sections using its title.
* API: Add Sphinx.add_source_parser() to add source_suffix and
source_parsers from extension
* Image recognition by using  ``imagesize`` package w/o PIL/Pillow

Incompatible changes


* sphinx_rtd_theme has become optional. Please install it manually.
* :confval:`html_extra_path` also copies dotfiles in the extra directory,
and
  refers to :confval:`exclude_patterns` to exclude extra files and
directories.
* Under glossary directive, each terms are converted into individual
``term`` nodes and ``termsep`` node is removed.
  By this change, output layout of every builders are changed a bit.
* The default highlight language is now Python 3.  This means that source
code
  is highlighted as Python 3 (which is mostly a superset of Python 2), and
no
  parsing is attempted to distinguish valid code.
* `Locale Date Markup Language
  `_
like
  ``" dd, "`` is default forma for `today_fmt` and
`html_last_updated_fmt`.
  However strftime format like ``"%B %d, %Y"`` is also supported for
backward
  compatibility until Sphinx-1.5. Later format will be disabled from
Sphinx-1.5.


What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takayuki SHIMIZUKAWA
http://about.me/shimizukawa
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Pygments 2.1.1 released

2016-02-14 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm happy to announce the release 2.1.1 of the Pygments syntax highlighter.
2.1.1 fixes several bugs and regressions in release 2.1.

Report bugs and feature requests in the issue tracker:
.
Thanks go to all those who reported bugs and sent pull requests!

Download it from , or look at the
demonstration at .

Enjoy,
Georg




-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlbAiqYACgkQN9GcIYhpnLCuewCgpdRu28LjRNkDstDu2JgNbc6B
TgYAoJ8VSO7nYVR/PfL0tVP/YAXEmxYa
=gZlR
-END PGP SIGNATURE-
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: pandas v0.18.0rc1 - RELEASE CANDIDATE

2016-02-14 Thread Jeff Reback
Hi,

I'm pleased to announce the availability of the first release candidate of
Pandas 0.18.0.
Please try this RC and report any issues here: Pandas Issues

We will be releasing officially in 1-2 weeks or so.

**RELEASE CANDIDATE 1**

This is a major release from 0.17.1 and includes a small number of API
changes, several new features,
enhancements, and performance improvements along with a large number of bug
fixes. We recommend that all
users upgrade to this version.

Highlights include:

   - pandas >= 0.18.0 will no longer support compatibility with Python
   version 2.6 GH7718  or
   version 3.3 GH11273 
   - Moving and expanding window functions are now methods on Series and
   DataFrame similar to .groupby like objects, see here
   

   .
   - Adding support for a RangeIndex as a specialized form of the
Int64Index for
   memory savings, see here
   

   .
   - API breaking .resample changes to make it more .groupby like, see here
   

   - Removal of support for positional indexing with floats, which was
   deprecated since 0.14.0. This will now raise a TypeError, see here
   

   - The .to_xarray() function has been added for compatibility with the xarray
   package  see here
   

   .
   - Addition of the .str.extractall() method
   
,
   and API changes to the the .str.extract() method
   
,
   and the .str.cat() method
   

   - pd.test() top-level nose test runner is available GH4327
   

See the Whatsnew
 for much
more information.

Best way to get this is to install via conda

from
our development channel. Builds for osx-64,linux-64,win-64 for Python 2.7
and Python 3.5 are all available.

conda install pandas=v0.18.0rc1 -c pandas

Thanks to all who made this release happen. It is a very large release!

Jeff
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/