Change Logs¶
0.0.5¶
Changed¶
- Everytime a
DataTypeis instanced, it will be added to the attatchedDataCore. The behaviour was that the instance would be added only by callinginstance_model()andinstance_template(). Also tests were changed to make sure it happens. - All exceptions now inherit
PCDException. __init__()methods are not overwritten anymore.
0.0.4¶
Added¶
- Support for tox
Changed¶
- Fixed the installer to behave better, which could derp while reading some files.
0.0.3¶
Changed¶
- Improved compatibility with Python.Net
Fixed¶
- Fixed a bug with the _get_core() method
0.0.2¶
Added¶
- Support for Json was added
- Now, it’s possible to save
ModelorTemplateto the raw with thesave_to_file()method instance_model()andinstance_template()and older_contents were added.- panda_core_data_commands has a new option -re which you can choose between json or yaml
PCDInvalidRawandPCDDuplicatedModuleNameexceptions was created- Package Storage was created
Changed¶
auto_convert_to_pathlib()do not need the is_file parameter anymorepanda_core_data.DataCorehas a new parameter excluded_extensions- Both exceptions PCDFolderNotFound and PCDFileNotFound was merged into
PCDInvalidPath