1. Added pydantic BaseModel support (for instantiating DynamicConfiguration objects) 2. Ability to merge DynamicConfiguration objects, with or without being inplace 3. Append to DynamicArgumentParser objects on the fly 4. Make dependencies much less restrictive
0.1a2
Changed effective priority ordering of specifications: 1. Manually specified at cmd line (e.g. `--arg1 myarg`) 2. Specified in a specific config instance 3. Pulled from the default in a spec or argparse definition