Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Releases: JacksonBurns/Crow

Crow v2.0.3

04 Sep 20:55
Compare
Choose a tag to compare

This minor release fixes an issue with the display of graphics in the Present tab and fixes a memory leak issue primarily affecting the constant integration on GitHub.

Full Changelog: v2.0.2...v2.0.3

Crow v2.0.2

14 Apr 01:09
Compare
Choose a tag to compare

This release contains minor bug fixes in present, including some related to the sizing of legends, images being skipped, and incorrect plotting of wells with no data.

What's Changed

Full Changelog: v2.0.1...v2.0.2

Crow v2.0.1

14 Mar 23:14
Compare
Choose a tag to compare

This update contains some minor bug fixes and developer improvements, mostly related to Present functionality.

What's Changed

Full Changelog: v2.0.0...v2.0.1

Crow v2.0.0

06 Mar 02:45
Compare
Choose a tag to compare

This update to Crow contains a huge number of internal changes related to the core organization and environment of the tool.

  • Core functions have been subdivided into easily maintainable, modular files
  • Testing has been added with 100% code coverage
  • The base UI is gone, and Crow now directly launches to the UI
  • Online documentation page added through GitHub.io
  • GitHub actions added to keep docs up to date, tests running, and code well formatted

Hopefully, these changes make Crow much easier to maintain in the future.

What's Changed

Full Changelog: v1.6.0...v2.0.0

Crow v1.6.0

01 Mar 15:41
Compare
Choose a tag to compare

This minor release of Crow adds support for generating 48 well plates in multiple configurations, and fixes a persistent issue with legend text being difficult to read for size & coloring reasons.

What's Changed

Full Changelog: v1.5.3...v1.6.0

Crow v1.5.3

11 Feb 01:53
Compare
Choose a tag to compare

This release fixes a bug in image overlays where, previously, Crow would require a restart in order to change the images being drawn.

Full Changelog: v1.5.2...v1.5.3

Crow v1.5.2

05 Feb 02:27
Compare
Choose a tag to compare

Various bug fixes and usage improvements.

Full Changelog: v1.5.0...v1.5.2

Crow v1.5.0

19 Oct 17:20
Compare
Choose a tag to compare

crow now allows the user to directly save the output graphics from Present into a .png file to view with their system.

Full Changelog: v1.4.0...v1.5.0

Crow

18 Aug 22:04
Compare
Choose a tag to compare

Crow now supports image overlays to assist in analyzing multivariate data at a glance!

Crow

09 Jan 01:15
Compare
Choose a tag to compare

This release of Crow includes some internal restructuring needed to officially publish to PyPi. Crow can now be installed with pip install crowhte and launched with crow! All dependencies and versioning are handled by pip.