Skip to content

Tags: spendright/msd

Tags

0.1.5

Toggle 0.1.5's commit message
YAML encoding

 * leave it to PyYAML to determine file encoding (#39)

0.1.4

Toggle 0.1.4's commit message
YAML!

 * reads in YAML format as well as sqlite (#36)
 * fixes rows with null or missing primary key values (#37)

0.1.3

Toggle 0.1.3's commit message
merge bugfixes

 * eliminated single-character company names/keys (#33)
 * use canonical company/brand when building category table (#34)
 * output now uses NFC unicode normalization, not NFKD (#32)
 * fix "a/s" (#30) and "Pvt Ltd" (#12) company suffixes
 * custom corrections: make "Pet" and "Restaurant" categories plural (#9)

0.1.2

Toggle 0.1.2's commit message
select_groups()

 * fix severe bug in select_groups() that silently dropped data (#27)

0.1.1

Toggle 0.1.1's commit message
Install dependencies

 * setup.py includes dependencies in install_requires

0.1.0

Toggle 0.1.0's commit message
Initial release