Skip to content

Releases: cfpb/hmda-platform

HMDA Platform v1.3.0

20 Apr 19:22
Compare
Choose a tag to compare
HMDA Platform v1.3.0 Pre-release
Pre-release

New Features

  • The IRS report will now show the names for MSAs.

Known Issues

  • The IRS report will show "NA" for any MD IDs. (#933)
  • Workflow can't be completed (submission signed) because status is not fully updated in the backend (#906)

HMDA Platform v1.2.0

07 Apr 20:18
Compare
Choose a tag to compare
HMDA Platform v1.2.0 Pre-release
Pre-release

New Features

  • Switched production backend to Cassandra
  • Fixed bug when persisting file name
  • Pagination for edits
  • Add human readable names to ExternalIdType
  • Updated documentation for software modules and sample bank data
  • Simplify macro edits verification
  • Add status to endpoints
  • Speed up tests
  • Added backpressure to persistent actors
  • Documentation for panel data loader

Known Issues

  • Workflow can't be completed (submission signed) because status is not fully updated in the backend (#906)

HMDA Platform v1.1.0

10 Mar 21:04
Compare
Choose a tag to compare
HMDA Platform v1.1.0 Pre-release
Pre-release

New Features

  • Initial version of IRS
  • Added signature endpoint
  • Added summary endpoint
  • Pagination for parsing errors
  • Improved internal structure (sample data files, code refactoring, async tests, etc.)
  • Fixed issue with client side parser

Known Issues

  • There are some discrepancies between institution id and respondent id matches that will be fixed when real sample institution data is incorporated into the platform
  • The IRS endpoint has some tests failing that have been commented out

HMDA Platform v1.0.0

10 Feb 21:46
Compare
Choose a tag to compare
HMDA Platform v1.0.0 Pre-release
Pre-release

Release 1.0.0

Goals for this release

This first release of the HMDA platform is intended to provide the basic functional components of the platform, in a working form, in order to promote transparency in our work. This platform is in very early stages of development and is not intended for production use at this time. There are three code repositories connected to this 1.0.0 release: hmda-platform, hmda-platform-ui, and hmda-platform-auth

Features Included in this release

This release establishes the basic functionality for the HMDA platform backend, the user interface, and the authentication components. Specific features include:

  1. Authentication: users can register and authenticate accounts and the system can validate authorized users
  2. The platform allows authorized users to upload a valid 2017 HMDA file
  3. The platform will parse the 2017 HMDA file and confirm file validity.
  4. Authorized users can perform validation on their uploaded HMDA file, against 2017 Syntactical, Validity and Quality edits. (Macro edits not yet feature complete).
  5. The system will report edit errors to users, storing intermediate results (i.e. to correct quality edits).
  6. Authorized users can confirm their data submission and conclude the HMDA filing process.

Known Issues

This is early release version of the platform and will not be stable.