diff --git a/CHANGES.txt b/CHANGES.txt index 693458a5..3f6f5b34 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) ----------------------------- diff --git a/DESCRIPTION b/DESCRIPTION index 087fbadc..1961401f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 Maintainer: Andrew Janke diff --git a/README.md b/README.md index 41326bfe..38d875d9 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/doc/Tablicious.qch b/doc/Tablicious.qch index c27cfd3c..51c7ff9a 100644 Binary files a/doc/Tablicious.qch and b/doc/Tablicious.qch differ diff --git a/doc/tablicious.html b/doc/tablicious.html index 04eb9294..aa5b7d58 100644 --- a/doc/tablicious.html +++ b/doc/tablicious.html @@ -3,7 +3,7 @@ - -Octave Tablicious v0.3.6-SNAPSHOT +Octave Tablicious v0.3.6 - + @@ -54,7 +54,7 @@ -

Octave Tablicious v0.3.6-SNAPSHOT

+

Octave Tablicious v0.3.6

@@ -68,7 +68,7 @@

Octave Tablicious v0.3.6-SNAPSHOT

Tablicious for GNU Octave

-

This manual is for Tablicious, version 0.3.6-SNAPSHOT. +

This manual is for Tablicious, version 0.3.6.

@@ -540,7 +540,7 @@

Short Table of Contents

Douglas Adams
-

This is the manual for the Tablicious package version 0.3.6-SNAPSHOT for GNU Octave. +

This is the manual for the Tablicious package version 0.3.6 for GNU Octave.

Tablicious provides Matlab-compatible tabular data and date/time support for GNU Octave. This includes a table class with support for filtering and join operations; @@ -576,7 +576,7 @@

Short Table of Contents

To install the development prerelease of Tablicious, run this in Octave:

-
pkg install https://github.com/apjanke/octave-tablicious/releases/download/v0.3.6-SNAPSHOT/tablicious-0.3.6-SNAPSHOT.tar.gz
+
pkg install https://github.com/apjanke/octave-tablicious/releases/download/v0.3.6/tablicious-0.3.6.tar.gz
 

(Check the releases page at https://github.com/apjanke/octave-tablicious/releases to @@ -13350,7 +13350,7 @@

9.1 Package Copyright