-
Notifications
You must be signed in to change notification settings - Fork 367
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
[WIP] Drop prototype features to focus on core functionality #492
Conversation
Removing Regarding |
I think the plan is to try out different approaches to |
I didn't move
|
Yeah, |
This is much closer to being done. The one trouble is that some of the code in formula.jl depends on I changed the way tests are run to be more informative. If you type |
I think this is ready for review now. |
I decided to not try to move |
Bump. I'd really like to merge this soon. |
I like your deletions and reorganizations. |
I unfortunately can't merge this yet because the current formula definition depends on |
- Expression-based indexing - DataStream - NamedArray
I made the minimum fix required to get simple GLM functionality working again. I'll do my best to restore everything else by the end of the night, but I'm going to merge this now to get it over with. |
[WIP] Drop prototype features to focus on core functionality
This removes several non-core pieces of functionality that we don't have the resources to maintain:
Right now I haven't updated the tests to indicate the removal of functionality.