Skip to content

Commit

Permalink
Merge pull request #148 from alimanfoo/repr_work
Browse files Browse the repository at this point in the history
repr changes
  • Loading branch information
alimanfoo committed Oct 24, 2017
2 parents 696cb9c + dd2190b commit 92c3f13
Show file tree
Hide file tree
Showing 18 changed files with 920 additions and 540 deletions.
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

0 comments on commit 92c3f13

Please sign in to comment.