Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1023 Bytes

changelog.rst

File metadata and controls

37 lines (27 loc) · 1023 Bytes

Change Log

0.2.1 - unreleased

  • Added MLLP client (:pyhl7.client.MLLPClient) and command line tool, mllp_send <mllp-send>.

0.2.0 - 2011-06-12

  • Converted hl7.segment and hl7.segments into methods on :pyhl7.Message.
  • Support dict-syntax for getting Segments from a Message (e.g. message['OBX'])
  • Use unicode throughout python-hl7 since the HL7 spec allows non-ASCII characters. It is up to the caller of :pyhl7.parse to convert non-ASCII messages into unicode.
  • Refactored from single hl7.py file into the hl7 module.
  • Added Sphinx documentation. Moved project to github.

0.1.1 - 2009-06-27

  • Apply Python 3 trove classifier

0.1.0 - 2009-03-13

  • Support message-defined separation characters
  • Message, Segment, Field classes

0.0.3 - 2009-01-09

  • Initial release