* After using the `find_EventDataset` function, you can look at the `_eds_object` attribute to recover the original `EventDataset` object that started the whole query.
2.3b4
Support dictionaries inline (like tuples and lists) - they can be references, and the references will be resolved.
2.3b2
* Will allow executor to accept a title argument
No user-facing changes other than to add the ability.
2.3b1
This will allow one to specify a title in the `.value` call.
2.2.1
There should be no externally visible change.
Enables the python AST to contain complete information on the AST for `EventDataSet` - which will improve the flexibility and use cases like running on local files.
2.2.1b1
Move to an argument style rather than an object style. Should make things simpler downstream.
* Should be no user-facing changes
Potential conflicts to downstream packages, however.