Commit graph

7 commits

Author SHA1 Message Date
adam
6c6f6e51af py-parse: updated to 1.15.0
1.15.0 Several fixes for parsing non-base 10 numbers
2020-03-02 10:29:57 +00:00
adam
ff9d645741 py-parse: updated to 1.14.0
1.14.0 More broad acceptance of Fortran number format
1.13.1 Project metadata correction.
1.13.0 Handle Fortran formatted numbers with no leading 0 before decimal point. Handle comparison of FixedTzOffset with other types of object.
2020-01-03 11:46:26 +00:00
adam
cca600e33f py-parse: updated to 1.12.1
1.12.1
Actually use the case_sensitive arg in compile
2019-08-28 08:22:28 +00:00
adam
cb6ecd528a py-parse: updated to 1.12.0
1.12.0
Do not assume closing brace when an opening one is found
2019-04-11 08:31:55 +00:00
adam
cb7d5f060b py-parse: updated to 1.11.1
1.11.0 Implement __contains__ for Result instances.
1.10.0 Introduce a "letters" matcher, since "w" matches numbers also.
1.9.1 Fix deprecation warnings around backslashes in regex strings. Also fix some documentation formatting issues.
2019-01-24 13:46:00 +00:00
adam
d56d98caed py-parse: updated to 1.9.0
1.9.0:
We now honor precision and width specifiers when parsing numbers and strings, allowing parsing of concatenated elements of fixed width
2018-10-07 07:28:01 +00:00
adam
50b25d8187 py-parse: added version 1.8.4
Parse strings using a specification based on the Python format() syntax.
parse() is the opposite of format()
2018-08-28 09:54:26 +00:00