- Fixed bug in which
TypeError
would result if aNone
value were mapped to aListConfig
- Using wheel for distribution
- Removed tests from being packaged
- Switched to using Python 3.6 vs 3.5 for running Travis builds
- Fixed bug where global LUT would leak data when calling expressions within custom lookups. See #11.
- Switched to using Python 3.5 vs 3.4 for running Travis builds
- Registered
AsTypeLookup
andArithmeticLookup
asas_type
andarith
lookups in default lookup registry
- Added the
AsTypeLookup
andArithmeticLookup
- Added ability to use lists in the simplepath config which will generate a list in the mapped data
- Added
deepvars
utility which is useful when using simplepath with objects
- Fixed a link to the repo in the package description
- First release