Skip to content

Releases: cfpb/owning-a-home-api

0.15.0

05 May 17:42
a957432
Compare
Choose a tag to compare
  • Update pin of django-localflavor #145

0.14.0

27 Mar 16:44
3aaa789
Compare
Choose a tag to compare
  • Fix annotated Decimals in Django 2.2 #144
  • Support tests running in Django 2.0 #142

0.13.1

17 Mar 14:36
584e4ac
Compare
Choose a tag to compare
  • Pin Django Rest Framework to >=3.9.1,<4.0 #143
  • Don't create universal wheels #141

0.13.0

14 Jan 15:41
d093e7a
Compare
Choose a tag to compare

Remove Python 2 Compatibility

0.12.4

17 Dec 15:28
aef6cdd
Compare
Choose a tag to compare
  • Fix string types in migrations for Python 3 #139

Remove manual SQL action from migration

12 Nov 16:26
e4d15c5
Compare
Choose a tag to compare

The manual SQL action didn't work as intended anywhere except production for reasons that are not entirely obvious. We think it's safest just to remove it, and we'll manually work on any databases we might need to.

Remove rate-checker-fees endpoint and Fee model

04 Nov 18:21
d8463aa
Compare
Choose a tag to compare

Changes in this owning-a-home-api release are as follows:

  1. Update Loader class to filter out duplicate rates in loader.py
  2. Reduce load call_count from 5 to 4 in test_load_daily_data
  3. Update API and README documentation
  4. Add ratechecker migration to remove_fee_loader
  5. Add fix_fee_product_index to remove_fee_loader migration
  6. Remove FeeLoader Class from loader.py
  7. Delete fee from views.py and test_views.py
  8. Remove FEE, TestFeeLoader, Fee model and view tests
  9. Delete rate-checker-fees endpoint URL
  10. Remove rate_checker_fees from view

0.12.1

03 Apr 00:43
ca89366
Compare
Choose a tag to compare
  • Store data for 2019 update #135

0.12

01 Apr 15:00
a540bb3
Compare
Choose a tag to compare
  • #133 Fix footnote reference
  • #134 Add Python 3 support to this repository

0.11.3

02 Nov 22:04
ce0e955
Compare
Choose a tag to compare

PR #131

  • Adjust ratechecker view to avoid IndexError when retrieving a timestamp
  • Sort the loading process so that Region is loaded last, and can be used to prevent querying the larger tables during a data update.