CategoricalData / hydra

Transformations transformed
Apache License 2.0
74 stars 10 forks source link

Allow arbitrary case for element names #7

Closed joshsh closed 3 months ago

joshsh commented 2 years ago

Hydra currently makes some assumptions about case conventions for element and field names, e.g.

While these may be considered as best practices for models defined natively in Hydra, the only hard and fast rule should be that names contain only alphanumeric ASCII characters and underscores in their local part, while slashes '/' are also allowed in the namespace part. Certain lexical operations are currently broken by models which do not follow the best practices described above, and this should be fixed.

joshsh commented 3 months ago

There is actually nothing which enforces case conventions in Hydra Names any more. Closing this old ticket.