Skip to content

0.0.5

Latest
Compare
Choose a tag to compare
@leandro-benedet-garcia leandro-benedet-garcia released this 20 Sep 19:44
· 10 commits to master since this release

Changed

  • Everytime a DataType is instanced, it will be added to the attatched
    DataCore. The behaviour was that the instance would be added only by
    calling DataModel.instance_model and DataTemplate.instance_template.
    Also tests were changed to make sure it happens.
  • All exceptions now inherit PCDException.
  • __init__ methods are not overwritten anymore.