Skip to content

Commit

Permalink
DOC note when feature released
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Jul 6, 2020
1 parent 9604f1a commit c9c9dc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apstools/filewriters.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,8 @@ class FileWriterCallbackBase:
"""
Base class for filewriter callbacks.
New with apstools release 1.3.0.
Applications should subclass and rewrite the ``writer()`` method.
The local buffers are cleared when a start document is received.
Expand Down Expand Up @@ -963,6 +965,8 @@ class NXWriter(FileWriterCallbackBase):
"""
General class for writing HDF5/NeXus file (using only NeXus base classes).
New with apstools release 1.3.0.
One scan is written to one HDF5/NeXus file.
METHODS
Expand Down Expand Up @@ -1552,6 +1556,8 @@ class NXWriterAPS(NXWriter):
"""
Customize :class:`~NXWriter` with APS-specific content.
New with apstools release 1.3.0.
* Adds `/entry/instrument/undulator` group if metadata exists.
* Adds APS information to `/entry/instrument/source` group.
Expand Down

0 comments on commit c9c9dc8

Please sign in to comment.