- Placeholder
- Placeholder
- Add market_value to owner query results.
- Fix bug with normalized address.
- When guessing earliest ownership, if year_built==0000 then set to earliest receipt date.
- Include mailing address-shared owner options.
- Add lat and lng as outputs of owner search query.
- Move li.phila.gov link from parcel number to address.
- Added fuzzywuzzy and us-scourgify dependencies.
- Added owner-based search.
- Accidental version bump.
- Remove default removal of city-owned proeprties.
- Refactor tests.
- Add address formatting using passyunk.
- Add link to table schema sites and a function to get the schema for each table using
get_schema()
. - Add list() to each table.
- Update testing framework to be more general for future tests.
- Add RealEstateTransfers().infer_property_ownership() which allows for historical ownership querying.
- Add property-specific links to li, cyclomedia, and atlas.
- Add RealEstateTaxRevenue endpoint.
- Add wheel builder to bump_version.sh
- Update bump_version.sh script with
python setup.py sdist
.
- Add another query that can be used for autocomplete
query_by_single_str_column
. - Remove constraint for owner search on rental licenses that are active.
- Rename PhiladelphiaDataTable to PhiladelphiaCartoDataTable
- Add custom exceptions.
- Iniital release.