Skip to content

Latest commit

 

History

History
98 lines (65 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

98 lines (65 loc) · 3.75 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

  • Documentation container tagging error by github action #90

[0.7.0] - 2024-10-23

Added

  • Apply Black formatter #83

Fixed

  • Fixed the pypi publish of the package #87

[0.6.3] - 2024-06-12

Added

  • Google Analytics to the documentation. #78

[0.6.2] - 2024-02-07

Fixed

  • Sphinx documentation build error. #72

[0.6.1] - 2023-12-13

Changed

  • Clean dependencies #65

[0.6.0] - 2023-03-15

Added

  • Added CensusUtil functions to provide demographic data for county and nation from Housing Household Recovery notebook. #269

Changed

  • Made census util to provide dataset object. #51

[0.5.2] - 2022-09-14

Added

  • GitHub action for building and publish the package to conda and pypi. #44

Changed

  • Updated ipyleaflet and refactored. #42

[0.5.1] - 2022-07-27

Changed

  • Updated conda library dependency. #38

[0.5.0] - 2022-06-29

Changed

  • Refactored Census Util with generalizing the methods. #30
  • Made pyincore build with legacy naming for pypi publish. #31

[0.4.1] - 2022-3-31

Fixed

  • Documentation doesn't show the content properly. #21

[0.4.0] - 2022-03-30

Added

  • Parameters for regulating data to Census utility. #21
  • Create a general method for obtaining the census data. #22

Changed

  • Renamed master branch to main. #17

Fixed

  • Auto build of documentation container. #19
  • Pytest error in github action. #20

[0.3.0] - 2021-10-27

Added

  • release script for building documentation automatically. #1
  • Automatic documentation container build and publish. #7
  • Conda build recipe for publishing the pyincore-data to conda channel. #5
  • CensusUtil's output as geopackage data fromat. #4
  • Unit-test added to github action. #11

[0.2.0] - 2021-09-01

Added

  • Ipyleaflet mapping to census house dislocation data acquisition method. INCORE1-1375

[0.1.0] - 2021-07-28

Added