Skip to content

Change default separator in to_dict() from '_' to '.' #228

@Didou09

Description

@Didou09

The default separator for flattening nested dict is currently '_'.

  • It keeps users from defining attributes with '_' in the name
  • A '.' would better render te nested structure

=> Switch from '_' to '.'
=> Ensure backward-retrocompatibility in tf.load() by implementing a general test

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions