-
Notifications
You must be signed in to change notification settings - Fork 3
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
"Revert" master back to 0.2 branch #68
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use Pkg.develop instead of LOAD_PATH * Expand CI test matrix to include 1.5, 1.7 1.5 is the lowest version we support here. (cherry picked from commit ad3c9a9)
This backports a part of #40 that enables hyphens in dataset names to the 0.2 branch, for tagging as 0.2.7.
Backport allowing `-` in dataset names to 0.2
Backports for 0.2.8
Also bump the DataSets.jl version to 0.2.9 for release.
fix: allow AbstractTrees 0.4 on release-0.2 branch
[release-0.2] feat: add way to register post-__init__ callbacks
pfitzseb
approved these changes
Nov 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a bit strange move, but we're probably not going to release the changes on 0.3 any time soon. So to simplify the maintenance here (to avoid backports etc), this resets master to the 0.28 (via a merge commit with the current
release-0.28
branch).At the time of the PR, master was at bdaa1ff and the changes are staying around on https://github.com/JuliaComputing/DataSets.jl/tree/next
Diff with 0.2.10 (no "0 Files changed"): v0.2.10...mp/master-to-0.28