v0.2
What's Changed
- config updates by @ahalev in #1
- better exception msg by @ahalev in #2
- allow for missing verbose key in config by @ahalev in #3
- add check for 'name' key (not allowed) by @ahalev in #4
- add check for name key and make sequential log dir by @ahalev in #5
- add make_sequential_log_dir to init by @ahalev in #6
- fix xor when some keys are missing by @ahalev in #7
- allow reading of multiple config files by @ahalev in #8
- allow period-delimited dict for config by @ahalev in #11
- create subdirs in make_sequential_log_dir by @ahalev in #9
- Create build.yml by @ahalev in #14
- namespacify updates by @ahalev in #12
- unittests by @ahalev in #13
- blank readme by @ahalev in #16
- pip update by @ahalev in #17
- parse defaults better (search dir of script) and clean up verbose by @ahalev in #18
- special verbosity by @ahalev in #19
- serialization updates + logging by @ahalev in #15
- add readme by @ahalev in #10
- readme titles updates by @ahalev in #20
- intersection by @ahalev in #23
- ensure config is str before using it as default path candidate by @ahalev in #21
- allow tuple idx by @ahalev in #22
- symmetric_difference function by @ahalev in #24
- nested dict update by @ahalev in #25
- logging updates by @ahalev in #26
- resolution order fixes/update by @ahalev in #27
- reorder code by @ahalev in #28
- make type str if default is None by @ahalev in #29
- default config types by @ahalev in #30
- support pandas-like indexing by @ahalev in #31
- updates by @ahalev in #32
- refactor restucture arguments by @ahalev in #33
New Contributors
Full Changelog: https://github.com/ahalev/experiment-config/commits/v0.2