Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kbtriangulum committed Mar 22, 2022
1 parent da6e5c5 commit 6e4e5f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

## v1.3.0 - 2022-03-23

### Added
* Support for visualizing k-marginal scores of each puma with openstreet map for all available census datasets in SDNist. Support available for datasets:
* IL_OH_10Y_PUMS.[csv, json, parquet] tabular supported with IL_OH_10Y_PUMS.geojson.
* GA_NC_SC_10Y_PUMS.[csv, json, parquet] tabular (csv, json, parquet) supported with GA_NC_SC_10Y_PUMS.geojson.
* NY_PA_10Y_PUMS.[csv, json, parquet] tabular supported with NY_PA_10Y_PUMS.geojson.

### Changed
* No more support for downloading a specific missing dataset instead SDNist downloads all the available datasets from the [sdnist github releases](https://github.com/usnistgov/SDNist/releases).

### Fixed
* problem with importing `importlib_resources` in python >= 3.7
* broken download links for fetching data.

0 comments on commit 6e4e5f4

Please sign in to comment.