Skip to content

Commit

Permalink
Merge pull request #395 from camicroscope/develop
Browse files Browse the repository at this point in the history
For 3.7.3
  • Loading branch information
birm authored May 1, 2020
2 parents 11789fb + bb49636 commit 04421a7
Show file tree
Hide file tree
Showing 24 changed files with 1,970 additions and 350 deletions.
9 changes: 0 additions & 9 deletions .nocache.htaccess

This file was deleted.

67 changes: 67 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
### caMicroscope [?.?.?](https://github.com/camicroscope/camicroscope/compare/v3.7.3...camicroscope:develop)
###### ????-??-??

### caMicroscope [3.7.3](https://github.com/camicroscope/camicroscope/compare/v3.7.2...camicroscope:v3.7.3)
###### 2020-05-01
* Start this changelog.
* Use Friendlier Alerts in Viewer (#383)
* Batch Slide Loader (#385, #389)
* Filter Selector in Tables (#391)
* High-volume Render Optimization
* Temporarily Disabled Security Integration (#388)
* Readme Visual Documentation (#394)
* Details Button in Information Dashboard (#393)


### caMicroscope [3.7.2](https://github.com/camicroscope/camicroscope/compare/v3.7.1...camicroscope:v3.7.2)
###### 2020-04-17
* Documentation Improvements (#314, #315)
* User Creation Workflow (#371)
* Slide Deletion Workflow (#303, #367, #369)
* Table and Loader Improvements (#340, #345, #356, #358)
* Model and Segment App Improvements (#317, #375 #327, #330, #348, #351, #354, #360, #362, #382)
* Heatmap Color Changes (#322, #381)
* Viewer Tool Tour (#334)


### caMicroscope [3.7.1](https://github.com/camicroscope/camicroscope/compare/v3.7.0...camicroscope:v3.7.1)
###### 2020-04-03
* Bugfix: POST instead of UPDATE tables
* Sanitize user input (#301)
* Responsive tables (#306, #308)
* Style: camel case checks (#278)


### caMicroscope [3.7.0](https://github.com/camicroscope/camicroscope/compare/v3.6.2...camicroscope:v3.7.0)
###### 2020-04-02
* Use new backend (#291, https://github.com/camicroscope/Caracal/)
* Adopted a code style guide (#270, #282, #281)
* Table/loader improvements (#273, #276)
* Faster UI transitions (#284, #288)
* Spyglass Behavior Improvements (#275, #297)

### caMicroscope [3.6.2](https://github.com/camicroscope/camicroscope/compare/v3.6.1...camicroscope:v3.6.2)
###### 2020-03-29
* Add Custom colors for heatmap (#253)
* Model Summary for Segmentation and Prediction Apps (#255, #250)
* Keyboard shortcut upgrades (#262, #265)
* Segmentation Memory Cleanup (#261)
* Edit Prediction Classes (#263)
* Loader Slide Name Checking (#266)
* Panel Text Wrapping (#264)
* Selector Fix #260

### caMicroscope [3.6.1](https://github.com/camicroscope/camicroscope/compare/v3.6.0...camicroscope:v3.6.1)
###### 2020-03-26
* Bugfix: Upload button with no slides (#249)
* Testing Updates
* UI Improvements (#256, #252, #251, #246)

### caMicroscope [3.6.0](https://github.com/camicroscope/camicroscope/compare/v3.5.10...camicroscope:v3.6.0)
###### 2020-03-22
* Removal of Package System (breaking) (#243)
* Table, Slide Loader, and Signup UX Improvements (#239, #241, #227, #226)
* Model Improvements (#223, #231)

### Older Versions
see the [release log](https://github.com/camicroscope/caMicroscope/releases)
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
<a href="http://camicroscope.org/"><img src="https://avatars2.githubusercontent.com/u/12075069?s=400&v=4" style="background-color:rgba(0,0,0,0);" height=230 alt="camicroscope: a web-based image viewer optimized for large bio-medical image data viewing"></a>
</h2>

caMicroscope is a web-based image viewer optimized for large bio-medical image data viewing, with a strong emphasis on cancer pathology.
caMicroscope is a web-based biomedical image and data viewer, with a strong emphasis on cancer pathology WSI (Whole Slide Imaging).
This guide has sections for different kinds of use of the platform. The [User Guide](#user-guide) covers the basics on how to use caMicroscope viewer. [nanoBorb](#nanoborb) covers nanoBorb, the version of caMicroscope designed as a standalone application for individual users without a server. [Hosted Setup](#hosted-setup) covers how to set up caMicroscope for multiple users on a server. [Developer Guide](#developer-guide) covers the broad strokes on how to add new functionality to caMicroscope.

![View Slides](docs/View.gif)
![Measure Features](docs/Measure.gif)
![Annotate Areas of Interest](docs/Draw.gif)
![Alternate Annotation Method](docs/Paint.gif)
![Automatic Object Detection](docs/Segment.gif)
![Test Classification Models](docs/Predict.gif)

# User Guide

## Selecting an Image
Expand Down
Loading

0 comments on commit 04421a7

Please sign in to comment.