Skip to content

Commit

Permalink
Cut release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jul 5, 2021
1 parent 39860d6 commit ffe7e20
Show file tree
Hide file tree
Showing 9 changed files with 392 additions and 389 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Tablicious Changelog
====================

Version 0.3.6 (???)
Version 0.3.6 (2021-07-05)
-----------------------------

* Fix multi-argout calling form of table.size. (Thanks, @rdzman!)
* Fix table dot-indexing assignment by having table.numel always return 1.
* Support arbitrary strings as variable names (#82).

Version 0.3.5 (2020-01-30)
-----------------------------
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: tablicious
Version: 0.3.6-SNAPSHOT
Date: 2020-01-30
Version: 0.3.6
Date: 2021-07-05
Title: Tablicious - Tabular/Relational data for Octave
Author: Andrew Janke <floss@apjanke.net>
Maintainer: Andrew Janke <floss@apjanke.net>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The `string` and `categorical` support are incomplete, and less mature than the
To get started using or testing this project, install it using Octave's `pkg` function:

```octave
pkg install https://github.com/apjanke/octave-tablicious/releases/download/v0.3.5/tablicious-0.3.5.tar.gz
pkg install https://github.com/apjanke/octave-tablicious/releases/download/v0.3.6/tablicious-0.3.6.tar.gz
pkg load tablicious
```

Expand Down
Binary file modified doc/Tablicious.qch
Binary file not shown.
16 changes: 8 additions & 8 deletions doc/tablicious.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ffe7e20

Please sign in to comment.