Releases: JacksonBurns/Crow
Crow v2.0.3
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
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
- Fixing bugs in present by @JacksonBurns in #18
Full Changelog: v2.0.1...v2.0.2
Crow v2.0.1
This update contains some minor bug fixes and developer improvements, mostly related to Present
functionality.
What's Changed
- update dev docs by @JacksonBurns in #16
- Fixing bugs in present by @JacksonBurns in #17
Full Changelog: v2.0.0...v2.0.1
Crow v2.0.0
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
- Major Restructuring of
Crow
by @JacksonBurns in #15
Full Changelog: v1.6.0...v2.0.0
Crow v1.6.0
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
- add 48 well plates, fix legend by @JacksonBurns in #14
Full Changelog: v1.5.3...v1.6.0
Crow v1.5.3
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
Various bug fixes and usage improvements.
Full Changelog: v1.5.0...v1.5.2
Crow v1.5.0
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
Crow
now supports image overlays to assist in analyzing multivariate data at a glance!
Crow
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.