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

Delete straggling create_dataset method #776

Merged
merged 3 commits into from
Dec 11, 2020
Merged

Conversation

musm
Copy link
Member

@musm musm commented Dec 10, 2020

Not sure if we really need a deprecation for this, but looks like it accidentally snuck in v0.14.

EDIT: yes we do, looks like JLD is using this. (Finally good use of the integration testing)

Altough the failure there is mem map failure not anything related to the deprecation AFAIK.

src/deprecated.jl Outdated Show resolved Hide resolved
src/deprecated.jl Outdated Show resolved Hide resolved
@musm musm merged commit 9cf9f66 into JuliaIO:master Dec 11, 2020
@musm musm deleted the create_dataset_rem branch December 11, 2020 18:28
@calebwin
Copy link

calebwin commented Jul 4, 2021

@musm @jmert Wait, this is deprecated? what should I use instead? just file[dataset_name] = some_array?

@musm
Copy link
Member Author

musm commented Jul 4, 2021

Yep. Also if you run julia with depwarn set to true you will get the depreciation warnings printed, which will make upgrading trivial.

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.

3 participants