layout | title |
---|---|
default |
A list of changes in each version of fecfile |
A list of changes in each version of fecfile
- use https for docquery.fec.gov URLs
- add mappings and types for F8, F82, and F83
- edits to documentation
- add mappings and types for F10 and F105
- add as_strings option to disable typing process
- raise exception when requests for a given file number do not succeed
- add iter_http and iter_file functions, using a shared iter_lines function
- refactor loads to use the new generator functions for performance
- handle trailing whitespace in form_type field
- fix regex for F1M
- fix F5 for P3.2 and P3.3
- add Form 1 mappings for version 2
- add Schedule F mappings for version 2
- update mappings regexes for F6 and F65
- add H4 mappings for version 2
- add H3 mappings for version 2
- update mappings versions for F3Z
- add mappings and types for schedule I
- allow filtering of itemizations for comma-delimited filings
- add ability to filter which types of itemizations to parse
- cache mappings and types for much faster parsing
- handle files encoded in Windows 1252
- fix for duplicate col_b_transfers_from_affiliated mapping
- allow for form F4T
- strip whitespace when parsing values as float or date
- fix mis-mapped field in paper F3 filings
- add mappings for paper versions of F24
- fix v5/3 mapping for F3P to include v1 and v2
- make F5 mappings more explicit and include v6.1
- add types for F3S
- add types for F4, SF, and SL
- fix issue causing incorrect mapping for F9
- add mappings for paper versions of F4
- add mappings for paper versions of F56
- add mappings for paper versions of F91
- add mappings for paper versions of F92
- add mappings for paper versions of F93
- add mappings for paper versions of F94
- add mappings for paper versions of F99
- add mappings for paper versions of H5 and H6
- add mappings for paper versions of Schedule L
- add mapping for version P3.4 for F3Z1 and F3Z2
- add mappings for paper versions of F3Z
- fixed out of order mappings for paper versions of F3
- add mappings for paper versions of F76
- add mappings for paper versions of F9
- add mappings for paper versions of F2
- add mappings for paper versions of F7
- add mappings for paper versions of F57
- add mappings for paper versions of F5
- add mappings for paper versions of F3L
- add mappings for paper versions of F3S
- add mappings for versions P1 and P2 of Schedule B
- add mappings for versions P1 and P2 of Schedule A
- add mappings for versions P1 and P2 of F3
- add F99_text field to returned object for form 99 filings
- add hdr mappings for paper versions 1 and 2
- do not split on commas when we know the form is using ascii 28
- add mappings for paper versions of F65
- add mappings for paper versions of schedule C1
- add mappings for paper versions of schedule C2
- add mappings for paper versions of schedule E
- Updated documentation
- add paper versions for schedule F
- add paper versions for H1, H2, H3, and H4
- add paper versions for the F1S
- add paper versions of F1M
- add paper versions for F3X
- add F3P paper filing mappings
- add F6 paper mappings and fix missing commas
- add all paper versions of form F1
- expose parse_header and parse_line to consumers of this library
- add version 8.3 to mappings
- versions 1 and 2 of schedule H1 and H2
- added more mappings
- add a method to determine which mappings are missing
- Rework warnings and errors for cases where mappings are missing
- add mappings
- fix for filings that use both quotes and the field separator
- add support for F13, F132, and F133
- Fix regression that broke paper filings
- Add parsing for versions 1 and 2 of the .fec format
- add parsing for senate paper filings
- interest rate should never have been a float field
- handle n/a in number fields
- more types
- update documentation
- handle percent signs in interest rates
- Initial published version