Skip to content

Commit

Permalink
Name the v0.3.0: "Wizard's First Rule"
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Dec 13, 2017
1 parent 3660127 commit 36c97a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Arraymancer v0.3.0
==========================
Arraymancer v0.3.0 Dec. 14 2017 "Wizard's First Rule"
=====================================================

I am very excited to announce the third release of Arraymancer which includes numerous improvements and (unfortunately!) breaking changes.
I am very excited to announce the third release of Arraymancer which includes numerous improvements, features and (unfortunately!) breaking changes.
Warning ⚠: Deprecated ALL procs will be removed next release due to deprecated spam and to reduce maintenance burden.

Changes:
Expand All @@ -14,7 +14,7 @@ Changes:
- Arraymancer now works like Numpy and Julia, making it easier to port code.
- Unfortunately it makes it harder to debug unexpected data sharing.

- Breaking ?
- Breaking (?)
- The max number of dimensions supported has been reduced from 8 to 7 to reduce cache misses.
Note, in deep learning the max number of dimensions needed is 6 for 3D videos: [batch, time, color/feature channels, Depth, Height, Width]

Expand Down Expand Up @@ -68,7 +68,7 @@ Changes:


Arraymancer v0.2.0 Sept. 24, 2017 "The Color of Magic"
===========================================
======================================================

I am very excited to announce the second release of Arraymancer which includes numerous improvements `blablabla` ...

Expand Down Expand Up @@ -105,8 +105,8 @@ I probably would have struggled a lot more without the guidance of Andrea's code
Minor revisions v0.1.1 to v0.1.3
================================

Arraymancer v0.1.0. July 12, 2017 "Magician Apprentice"
===========================================
Arraymancer v0.1.0 July 12, 2017 "Magician Apprentice"
=======================================================

First public release.

Expand Down

0 comments on commit 36c97a1

Please sign in to comment.