11. Release notes¶
QUAC releases are more a planning tool than anything else; we try to keep the
master
branch stable. That is, there’s no real point in favoring a release
tag instead of whatever is on master
. All that gets you is an old version.
11.1. The future¶
Planning is done in GitHub. There’s no nice view of the key improvements we envision, though you can see all the open issues tagged “release driver” as well as planned future releases (click browse issues too see what’s planned for each milestone).
11.2. List of releases¶
Improvements in each release are below. Key changes are listed, while full details are available in GitHub.
11.2.1. v0.6 (October 20, 2014)¶
- Python 3.4 is now required.
- Remove dependencies on Python libraries that cannot be installed with
pip
. - Simplify installation.
- Full details
11.2.2. v0.5 (November 13, 2013)¶
- Time series computation and correlation for Wikipedia data.
- Metadata re-computation for Wikipedia data.
- Improved test harness.
- Full details
11.2.3. v0.4 (October 10, 2013)¶
- Multi-node implementation of QUACreduce.
- Full details
11.2.4. v0.3 (August 5, 2013)¶
- Basic time series computation and correlation.
- Acquire Wikipedia access logs and dumps.
- Full details
11.2.5. v0.2 (May 30, 2013)¶
- Single-node implementation of QUACreduce.
- Various documentation and code organization cleanups.
- Full details
11.2.6. v0.1 (April 26, 2013)¶
- Initial open source release.