Changelog¶
Future releases¶
Todo
Add data cleansing pipeline requirements into
caproj.data
module Mixin classesCreate
caproj.data.CleanMixin
classIdentify missing data
Remove records with no PID or no record date
Confirm no duplicate PID / datetime combos
Add change index column
Add record unique ID column
Fill missing project attribute fields based on prior or next earliest available info
Fill project budget and schedule values
Add missing data inspection and handling functionality to
caproj.BaseData
class via a newMissingMixin
classAdd Makefile for triggering data cleansing pipeline
Add an
IntervalMixin
class for subsetting project change records based on desired year-interval
v0.0.4 (2020-07-24)¶
Add tox automated tests for
py36
,py37
,py38
,docs
,linter
Add GitHub Actions workflow with CI test matrix
Add
caproj.data.BaseData
class as interface for accessing all data operationsAdd
caproj.data.base.BaseDataOps
class for providingBaseData
’s core IO functionalityAdd
caproj.data.clean.CleanMixin
class for providingBaseData
with required data cleansing functionalityRename project repo from
nyc-capital-projects
tocaproj-sandbox
to reflect experimental nature of this repo
v0.0.3 (2020-06-09)¶
Add logging configuration and basic
caproj.logger
module functionality
v0.0.2 (2020-05-26)¶
fix setup.cfg to prevent travis-ci build fail
v0.0.1 (2020-05-25)¶
Generate intial site skeleton using
gh-pages
git branchDraft initial readme and introduction text
Add custom project logo and favicon
v0.0.0 (2020-05-24)¶
Initial release with blank Cookiecutter PyData starter template