Skip to content

Commit 1ee0728

Browse files
author
R. S. Doiel
committed
prep for v1.3.1, Removed DEBUG statement from output in csv.go.
1 parent 96d0de6 commit 1ee0728

File tree

100 files changed

+156
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+156
-147
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainers:
1515
orcid: ""
1616

1717
repository-code: "https://github.com/caltechlibrary/datatools"
18-
version: 1.3.0
18+
version: 1.3.1
1919
license-url: "https://data.caltech.edu/license"
2020
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
21-
date-released: 2025-01-31
21+
date-released: 2025-04-29

INSTALL.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,37 +59,37 @@ <h2 id="compiled-version">Compiled version</h2>
5959
</blockquote>
6060
<table>
6161
<thead>
62-
<tr class="header">
62+
<tr>
6363
<th>Platform</th>
6464
<th>Zip Filename</th>
6565
</tr>
6666
</thead>
6767
<tbody>
68-
<tr class="odd">
68+
<tr>
6969
<td>Windows</td>
7070
<td>datatools-VERSION_NUMBER-Windows-x86_64.zip</td>
7171
</tr>
72-
<tr class="even">
72+
<tr>
7373
<td>Windows</td>
7474
<td>datatools-VERSION_NUMBER-Windows-arm64.zip</td>
7575
</tr>
76-
<tr class="odd">
76+
<tr>
7777
<td>Mac OS X</td>
7878
<td>datatools-VERSION_NUMBER-macOS-x86_64.zip</td>
7979
</tr>
80-
<tr class="even">
80+
<tr>
8181
<td>Mac OS X</td>
8282
<td>datatools-VERSION_NUMBER-macOS-arm64.zip</td>
8383
</tr>
84-
<tr class="odd">
84+
<tr>
8585
<td>Linux/Intel</td>
8686
<td>datatools-VERSION_NUMBER-Linux-x86_64.zip</td>
8787
</tr>
88-
<tr class="even">
88+
<tr>
8989
<td>Linux/ARM 64</td>
9090
<td>datatools-VERSION_NUMBER-Linux-aarch64.zip</td>
9191
</tr>
92-
<tr class="odd">
92+
<tr>
9393
<td>Raspbery Pi OS</td>
9494
<td>datatools-VERSION_NUMBER-RaspberryPiOS-arm7.zip</td>
9595
</tr>

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ gen_batfiles: .FORCE
214214
snap: dist/datatools_$(VERSION)_amd64.snap
215215

216216
release: .FORCE clean build man gen_batfiles distribute_docs dist/Linux-armv7l dist/Linux-aarch64 dist/Linux-x86_64 dist/macOS-x86_64 dist/macOS-arm64 dist/Windows-x86_64 dist/Windows-arm64
217+
echo "ready to run ./release.bash"
217218

218219

219220
.FORCE:

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<section>
2727
<h1 id="about-this-software">About this software</h1>
28-
<h2 id="datatools-1.3.0">datatools 1.3.0</h2>
28+
<h2 id="datatools-1.3.1">datatools 1.3.1</h2>
2929
<h3 id="authors">Authors</h3>
3030
<ul>
3131
<li>R. S. Doiel</li>

about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ authors:
1111
orcid: ""
1212

1313
repository-code: "https://github.com/caltechlibrary/datatools"
14-
version: 1.3.0
14+
version: 1.3.1
1515
license-url: "https://data.caltech.edu/license"
1616
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
17-
date-released: 2025-01-31
17+
date-released: 2025-04-29
1818
---
1919

2020
About this software
2121
===================
2222

23-
## datatools 1.3.0
23+
## datatools 1.3.1
2424

2525
### Authors
2626

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
}
3030
],
3131
"dateCreated": "2017-02-06",
32-
"dateModified": "2025-01-31",
33-
"datePublished": "2025-01-31",
32+
"dateModified": "2025-04-29",
33+
"datePublished": "2025-04-29",
3434
"description": "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents.",
3535
"funder": {
3636
"@id": "https://ror.org/5dxps055",
@@ -61,9 +61,9 @@
6161
"Golang >= 1.23.5",
6262
"Pandoc >= 3.1"
6363
],
64-
"version": "1.3.0",
64+
"version": "1.3.1",
6565
"developmentStatus": "active",
6666
"issueTracker": "https://github.com/caltechlibrary/datatools/issues",
6767
"downloadUrl": "https://github.com/caltechlibrary/datatools/releases/",
68-
"releaseNotes": "Added CRLF option on CSV write to better support Windows, see issue #24"
68+
"releaseNotes": "Removed DEBUG statement from output in csv.go."
6969
}

codemeta2cff.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%codemeta2cff(1) user manual | version 1.3.0 f486d87
1+
%codemeta2cff(1) user manual | version 1.3.1 96d0de6
22
% R. S. Doiel
3-
% 2025-01-31
3+
% 2025-04-29
44

55
# NAME
66

csv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func JSONObjectsToCSV(in io.Reader, out io.Writer, eout io.Writer, quiet bool, s
259259
}
260260
}
261261
row := []string{}
262-
fmt.Fprintf(eout, "DEBUG object list length %d\n", len(objList))
262+
//fmt.Fprintf(eout, "DEBUG object list length %d\n", len(objList))
263263
for i, obj := range objList {
264264
// clear the row before proceeding.
265265
row = []string{}

csv2json.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%csv2json(1) user manual | version 1.3.0 f486d87
1+
%csv2json(1) user manual | version 1.3.1 96d0de6
22
% R. S. Doiel
3-
% 2025-01-31
3+
% 2025-04-29
44

55
# NAME
66

csv2mdtable.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1 id="examples">EXAMPLES</h1>
7979
<pre><code> cat data1.csv | csv2mdtable &gt; data1.md</code></pre>
8080
<p>Convert data1.csv to data1.md using options.</p>
8181
<pre><code> csv2mdtable -i data1.csv -o data1.md</code></pre>
82-
<p>csv2mdtable 1.3.0</p>
82+
<p>csv2mdtable 1.3.1</p>
8383
</section>
8484

8585
<footer>

0 commit comments

Comments
 (0)