Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow dataset names to start with numbers #70

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

mortenpi
Copy link
Member

Currently, the first character of a dataset name (or a name segment) must be a letter ([:alpha:]). The original reason for the restriction was so that the dataset names could be used as Julia identifiers. However, by allowing -s and /s in the names, we have moved on from that philosophy.

On the other hand, by allowing numbers, the dataset names (or name segments) can now be e.g. ISO dates, or GitHub usernames that start with numbers.

Also bump the version to 0.2.11, so that we can tag as soon as this is merged.

@mortenpi mortenpi requested a review from pfitzseb February 16, 2024 04:16
@mortenpi mortenpi merged commit 27047b2 into master Feb 19, 2024
11 of 14 checks passed
@mortenpi mortenpi deleted the mp/dataset-names branch February 19, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants