Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repr changes #148

Merged
merged 14 commits into from Oct 24, 2017
Merged
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,5 +1,9 @@
language: python

branches:
only:
- master

sudo: false

addons:
Expand Down
10 changes: 10 additions & 0 deletions docs/release.rst
@@ -1,6 +1,16 @@
Release notes
=============

Changes to ``__repr__``; new ``info`` property
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The string representation (``__repr__``) of array and group objects has been been simplified
(`#83 <https://github.com/alimanfoo/zarr/issues/83>`_,
`#115 <https://github.com/alimanfoo/zarr/issues/115>`_,
`#132 <https://github.com/alimanfoo/zarr/issues/132>`_).
Further diagnostic information can be obtained via a new ``info`` property. See the tutorial
section on :ref:`tutorial_tips_info` for examples.

.. _release_2.1.4:

2.1.4
Expand Down