Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Buss committed Oct 16, 2012
1 parent d7f64d7 commit 3cb6ae0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ a specific partner in the health care payment ecosystem.
State of the Project
====================

Version 0.2.5
-------------
**Lots** of 271 bugfixes! Several tests for 271 files have been added. A few
parsing bugs have been fixed.

A nice change is that the parser no longer crashes if there is an invalid code
in an X12 element. This was causing me nothing but grief so I disabled it.
Valid codes are only checked when there is a single valid code for a segment,
since this is important in determining loop boundaries for 271 files.

ParseErrors return a more helpful error message so tracking down a bad line
is much easier.

Important bugfix that prevents an early parser exit if an optional segment
isn't found, but later optional segments are present.

PyX12, which this project depends on, changed its project layout (in version
2.0.0), so the parser generation scripts have been updated to look in the new
directory.

Version 0.2.4
-------------
I discovered a bug that caused deductible/co-insurance/co-payments from being
Expand Down Expand Up @@ -109,7 +129,7 @@ S. Lott made, especially as compared to everything else I had seen. If you
want to contribute to this project, I highly encourage you to go read those
posts first.

What you see in verion 0.1 is a series of hacks to get TigerShark working.
What you see in version 0.1 is a series of hacks to get TigerShark working.
I fixed a few bugs, added a facade for 835 files, and added setup instructions
to the readme. The facade code is a mess (I didn't have enough time to fully
understand the descriptor pattern and all of the underlying data structures
Expand Down
2 changes: 1 addition & 1 deletion tigershark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
TigerShark - An X12 EDI message parser.
"""
__version__ = "0.2.4"
__version__ = "0.2.5"
__authors__ = [
"Steven Buss <[email protected]>",
"Steven Lott <[email protected]>",
Expand Down

0 comments on commit 3cb6ae0

Please sign in to comment.