Skip to content

Commit b4c8d02

Browse files
committed
Updated version to release 1.1
1 parent 18a1b8f commit b4c8d02

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ list(APPEND CMAKE_MODULE_PATH
4040
# Generate configuration file
4141
###############################################################################
4242
set (APR_VERSION_MAJOR 1)
43-
set (APR_VERSION_MINOR 0)
44-
set (APR_VERSION_PATCH 2)
43+
set (APR_VERSION_MINOR 1)
44+
set (APR_VERSION_PATCH 0)
4545
set (APR_VERSION_STRING ${APR_VERSION_MAJOR}.${APR_VERSION_MINOR}.${APR_VERSION_PATCH})
4646
execute_process(COMMAND git rev-parse HEAD
4747
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,19 @@ Example usage of the available functionality:
131131

132132
Note that you may have to manually change the `sys.path.insert()` statements before `import pyApr` in these scripts to insert your build folder.
133133

134+
## Java wrappers
135+
136+
Basic Java wrappers can be found at [LibAPR-java-wrapper](https://github.com/krzysg/LibAPR-java-wrapper)
137+
134138
## Coming soon
135139

136140
* more examples for APR-based filtering and segmentation
137141
* deployment of the Java wrappers to Maven Central so they can be used in your project directly
138142
* support for loading the APR in [Fiji](https://fiji.sc), including [scenery-based](https://github.com/scenerygraphics/scenery) 3D rendering
139143
* improved java wrapper support
140144
* CUDA GPU-accelerated APR generation and processing
145+
* Block based decomposition for extremely large images.
146+
* Time series support.
141147

142148
## Contact us
143149

@@ -149,4 +155,4 @@ If anything is not working as you think it should, or would like it to, please g
149155

150156
If you use this library in an academic context, please cite the following paper:
151157

152-
* Cheeseman, Günther, Susik, Gonciarz, Sbalzarini: _Forget Pixels: Adaptive Particle Representation of Fluorescence Microscopy Images_ (bioRxiv 2018) https://www.biorxiv.org/content/early/2018/02/09/263061
158+
* Cheeseman, Günther, Susik, Gonciarz, Sbalzarini: _Forget Pixels: Adaptive Particle Representation of Fluorescence Microscopy Images_ (bioRxiv 2018) https://www.biorxiv.org/content/early/2018/06/28/263061

0 commit comments

Comments
 (0)