Skip to content

Commit

Permalink
topcat: document unsigned byte I/O capability
Browse files Browse the repository at this point in the history
Add a version history entry in the TOPCAT and STILTS user documents
to say that unsigned byte columns can now be round-tripped.
  • Loading branch information
mbtaylor committed Feb 26, 2015
1 parent 616f833 commit 58ef4e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions topcat/src/docs/sun253.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18123,6 +18123,7 @@ Some of the notable contributers are these:
<li>Aaron Robotham (Bristol)</li>
<li>Yannick Roehlly (OAMP)</li>
<li>Mike Read (ROE)</li>
<li>Juan Carlos Segovia (ESAC)</li>
<li>Petr &#x0160;koda (AIAS, CZ)</li>
<li>Mattia Vaccari (Western Cape)</li>
<li>Juande Sandander Vela (IAA-CSIC)</li>
Expand Down Expand Up @@ -21050,6 +21051,10 @@ introduced since the last version:
inline FITS serialization, and possibly elsewhere.</li>
<li>Fix bug that caused trouble when auto-ranging a plot
with a single sky position.</li>
<li>Column data read in as unsigned bytes will now be written out as
unsigned bytes where the output format permits;
previously they were forced to 16-bit signed integers.
This affects FITS, VOTable and CDF I/O handlers.</li>
</ul>
</p></dd>

Expand Down
4 changes: 4 additions & 0 deletions ttools/src/docs/sun256.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10157,6 +10157,10 @@ eds. C. Gabriel et al., ASP Conf. Ser. 351, p. 666 (2006)
inline FITS serialization, and possibly elsewhere.</li>
<li>Fix bug that caused trouble when auto-ranging a plot
with a single sky position.</li>
<li>Column data read in as unsigned bytes will now be written out as
unsigned bytes where the output format permits;
previously they were forced to 16-bit signed integers.
This affects FITS, VOTable and CDF I/O handlers.</li>
</ul>
</p></dd>

Expand Down

0 comments on commit 58ef4e9

Please sign in to comment.