Skip to content

Commit

Permalink
nicer changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gdementen committed Mar 28, 2017
1 parent ad8760e commit 3c8d48a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
3 changes: 2 additions & 1 deletion doc/source/changes/version_0_20.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ in the future, to update from one version to the next, it should always be enoug

conda update larrayenv


New features
------------

Expand Down Expand Up @@ -101,7 +102,7 @@ Miscellaneous improvements
Axis('b', ['b0', 'b1', 'b2'])
])

* nicer display (repr) for LSet (closes :issue:`44).
* nicer display (repr) for LSet (closes :issue:`44`).

>>> x.b['b0,b2'].set()
x.b['b0', 'b2'].set()
Expand Down
19 changes: 0 additions & 19 deletions doc/source/changes/version_0_20_1.rst.inc

This file was deleted.

3 changes: 2 additions & 1 deletion doc/source/changes/version_0_21.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
>>> x.time[group1, group2]
(x.time[2001:2004], x.time[2008, 2009])

* implemented Axis.by() which is equivalent to axis[:].by() and divides the axis into several groups of specified length
* implemented Axis.by() which is equivalent to axis[:].by() and divides the axis into several groups of specified
length:

>>> year = Axis('year', '2010..2016')
>>> year.by(3)
Expand Down

0 comments on commit 3c8d48a

Please sign in to comment.