Skip to content

Releases: augurlabs/augur

Release Version 0.16.2: The Linda Lindas

02 Jul 20:19
f83a45c

Choose a tag to compare

Updates In This Release Include:

  1. Dependency worker updates,
  2. Documentation Improvements
  3. MAJOR ease of use improvements to Docker implementation
  4. Updates to software dependencies in Python.

Release Version 0.16.1.1: YYZ

24 Jun 22:44
770fd77

Choose a tag to compare

Pre-release
  1. Updated Readme.md file

Release Version 0.16.1: Whitechocolatespaceegg

10 Jun 23:33
8df79e7

Choose a tag to compare

New in this release:

  1. Support for Tensorflow 2.5.0
  2. Improved visualization API Documentation
  3. Advanced configuration update
  4. Docker Container Improvements

Release Version 0.16.0: Path of Wellness

31 May 18:17
a7688af

Choose a tag to compare

This release contains the following updates:

  1. Library dependencies now frozen across all workers and endpoints
  2. Bug fixes and updates to the visualization API
  3. Introduction of the Dependency Worker
  4. Documentation Updates
  5. Bulk loading updates for improved performance on large initial data collections
  6. Updates to frontend
  7. Added testing.

Release Version 0.15.4: Master of None

26 Apr 14:46

Choose a tag to compare

Pre-release
  1. Port assignment for workers and frontend randomized and error checked to enable easy deployment of multiple instances make rebuild-dev command altered to skip frontend build. Perform these steps manually.
  2. The Housekeeper now automatically updates URL's when repositories move. Consider this an alpha feature, but our testing to date shows robustness.
  3. API Routes for Auggie, the slackbot, are added in the new API format.
  4. API Development documentation substantially updated.
  5. Frontend bug fixes. Last release got wonky again and we fixed that.
  6. Schema update to ensure deletion of contributors is restricted. Contributor worker presently does not delete any users, but resolves canonical ones.
  7. Added informational output to the installation scripts
  8. Added two libraries to setup.py to support Slack API calls: boto3, and slack.
  9. Gitlab issue worker patch: Now skips non-GitLab URL's entirely
  10. Gitlab Merge Request worker patch: Now skips non-GitLab URL's entirely
  11. Added debug logging to worker_base.py and pull_request_worker.py.

Release Version 0.15.2.1: The Melting of the Sun

06 Apr 20:52
ff5d919

Choose a tag to compare

  1. Updates to Docker Container Definitions, including enhancements to the frontend using a minimal npm deployment command set.
  2. Updates to CLI interface to return two functions previously under augur util, which is now deprecated, into the augur backend CLI.
  3. Version bumps on numerous backend dependencies, including Pandas and TensorFlow.
  4. Documentation updates for new developers, and corresponding to other changes
  5. Visualization API Updates to use "Flyby" for one-timer committers

Release Version 0.15.2 - Rhinestone Cowboy

29 Mar 13:22
71db576

Choose a tag to compare

  1. Contributor Breadth Worker Schema Update
  2. Improved topic modeling in clustering worker
  3. Updated Documentation
  4. Renamed "drive-by" contributors to "fly-by" contributors in visualization API.
  5. Fixed issues with frontend dependencies. Frontend speed significantly improved.

Hambone

16 Mar 04:20
e5127c2

Choose a tag to compare

Hambone Pre-release
Pre-release

A number of small bug fixes.

  1. Contributor breadth worker with non-duplication, and timestamps on each event
  2. Removal of accidental placement of contributor_worker.py into contributor_breadth_worker directory
  3. Updated clustering worker.
  4. Inline comments added to github worker
  5. Documentation added for machine learning workers.
  6. Full release of the contributor worker

Covid Party

09 Mar 02:55
b054142

Choose a tag to compare

Covid Party Pre-release
Pre-release

This release includes:

  1. GitLab Workers
  2. Four machine learning workers
  3. Updates to documentation
  4. Increased Development support
  5. Rigorous testing and validation at large scale.

Release v0.14.0: Soft Sounds from Another Planet

11 Nov 18:38
3cc3a9d

Choose a tag to compare

CHANGELOG

  • Update to schema version 31, which includes a multitude of performance enhancements and bug fixes for worker tables
  • Minor documentation updates
  • Implement GET request response for every worker's /AUGWOP/task route
  • Implement data collection status endpoints under /api/unstable/collection_status
  • Add SPDX license identifiers to source code files
  • Add augur backend family of commands to replace augur run
  • augur util commands for process control moved to augur backend
  • augur configure generate renamed to augur config init
  • Move frontend configuration from augur.config.json to frontend/frontend.config.json
  • Add augur config init-frontend command to generate a default frontend config file