Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: python

branches:
only:
- master

sudo: false

addons:
Expand Down
10 changes: 10 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
@@ -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
Loading