-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.1.0 bump + release notes + docs (#101)
- Loading branch information
Showing
9 changed files
with
127 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
1.0.0 | ||
===== | ||
|
||
Nov 27, 2016 | ||
November 27, 2016 | ||
|
||
.. note:: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
1.0.1 | ||
===== | ||
|
||
Nov 28, 2016 | ||
November 28, 2016 | ||
|
||
Bugfixes | ||
-------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. _v1_1_0: | ||
|
||
1.1.0 | ||
===== | ||
|
||
December 4, 2016 | ||
|
||
New features | ||
------------ | ||
|
||
- It is now possible to omit ``SIZE()`` for a ``LINES()`` segment, as long as it is the last segment in an I/O format. | ||
- Brand new segments: ``RAW_LINE()`` and ``RAW_LINES()``, which accept strings containing whitespaces. | ||
|
||
Enhancements | ||
------------ | ||
|
||
- I/O format errors after a vector/matrix now have the last indices reported in the error message. For example, | ||
|
||
Before: | ||
|
||
:: | ||
|
||
Expected: <newline> after 'D' | ||
|
||
|
||
Now: | ||
|
||
:: | ||
|
||
Expected: <newline> after 'D[1]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
1_1_0 | ||
1_0_1 | ||
1_0_0 | ||
0_7_0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters