Skip to content

Commit

Permalink
update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evizero committed Jul 8, 2018
1 parent f40c281 commit 0ed71c8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v0.5.0

New functionality:

- Add support for multiple images per observation (represented as
tuples), in which case all images of an observation are
processed the same way (even when randomness is involved).
See #23 for more information.

# v0.4.0

New operations:

- `MapFun`: Maps the given function over all individual array
elements.

- `AggregateThenMapFun`: Compute some aggregated value of the
current image using some given function `aggfun`, and map that
value over the current image using some given function `mapfun`.

Online documentation:

- Replace tensorflow tutorial with Knet tutorial

# v0.3.1

Small fixes:
Expand Down

0 comments on commit 0ed71c8

Please sign in to comment.