Recent Releases of <code>biopixR</code>

<code>biopixR</code> - 1.2.0 - JOSS Release

biopixR Package Release Notes - Version 1.2.0

We are excited to announce the release of biopixR version 1.2.0, the peer-reviewed version to be published in the Journal of Open Source Software (JOSS). This version includes the following enhancements, bug fixes, and documentation improvements:

Bug Fixes

  • tcltk Package Loading: Fixed issues related to the loading of the tcltk package, ensuring smoother functionality across different environments.

Documentation Updates

  • Improved Installation Instructions: The documentation now includes clearer instructions for downloading and installing the software, making it easier for new users to get started.

We appreciate your continued support and encourage you to explore the new features. As always, feel free to share feedback and report any issues.

Thank you for using biopixR!

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff over 1 year ago

<code>biopixR</code> - Update 1.1.0

biopixR Package Release Notes - Version 1.1.0

We are excited to announce the release of biopixR version 1.1.0, which includes the following updates and improvements:

Bug Fixes

  • Proximity Filter: Resolved an issue in the proximityFilter function to enhance its reliability and accuracy.

New Features

  • Interactive Size Filter: Introduced an interactive component to the sizeFilter, allowing for a more user-friendly and dynamic filtering experience.

Documentation

  • Updated Vignette: The package vignette has been updated to reflect the latest features and improvements, providing users with comprehensive and up-to-date guidance.

Thank you for using biopixR. We hope these updates enhance your experience. Please continue to provide feedback and report any issues.

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff over 1 year ago

<code>biopixR</code> - CRAN release 1.0.0

Version 1.0.0 Update - Now Published on CRAN

We are excited to announce the release of version 1.0.0! This major update brings significant enhancements and new features to improve your experience.

New Functions:

  • importImage: This function has been added to enhance the capabilities for importing images efficiently.

  • scanDir: A new function introduced to facilitate efficient directory scanning and image processing.

Updates:

  • objectDetection: Added automated calculation of parameters for ease of use. & Introduced multiple methods to choose from for enhanced detection capabilities.

  • Tcl/Tk Interface (interactive_objectDetection): Integrated updates from the objectDetection module to ensure better functionality and user experience.

Function Rewrites:

  • sizeFilter, proximityFilter, and resultAnalytics: Improved computation speed through vectorization techniques. & Simplified input and output processes to enhance user convenience.

Documentation:

  • Comprehensive improvements have been made across all modules to provide better user guidance and clarity.

Additional Note:

  • Improved examples have been added throughout the documentation to assist users in better understanding and utilizing the new and updated functions.

We hope you find these updates valuable and appreciate your continued support and feedback.

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff over 1 year ago

<code>biopixR</code> -

Pre-Release for 1.0.0 New Functions:

  • importImage: Added to enhance image importing capabilities.
  • scanDir: Introduced for efficient directory scanning and image processing.

Updates:

  • objectDetection: Added automated calculation of parameters. Introduced multiple methods to choose from for enhanced detection.

  • Tcl/Tk Interface: (interactive objectDetection) Integrated updates from objectDetection for better functionality.

  • Function Rewrites: sizeFilter, proximityFilter, and resultAnalytics: Improved computation speed through vectorization. Simplified input/output processes for user convenience.

  • Documentation: Comprehensive improvements across all modules for better user guidance and clarity.

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff over 1 year ago

<code>biopixR</code> - new version: 0.2.5

We are excited to announce the release of biopixR version 0.2.5. This version brings several updates and new features to improve the functionality and usability of our package.

What's New:

  • Updated function resultAnalytics: We have made improvements to the resultAnalytics function, optimizing its performance and expanding its analytical capabilities.

  • haralickCluster: A new function designed to help users analyze texture through Haralick features. This function is accompanied by comprehensive unit tests to ensure reliability.

  • shapeFeatures: This new function allows users to extract shape-related features from images. It also includes unit tests for accuracy and performance validation.

Looking Ahead:

Our team is continuously working to enhance the biopixR package. We are currently developing the scanDir function for efficient batch processing. We can’t wait to share more updates in our upcoming releases!

For more details, be sure to check out our documentation page! We can’t wait for you to update to the latest version so you can enjoy all the amazing improvements and new features!

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff almost 2 years ago

<code>biopixR</code> - CRAN release 0.2.4

A new version update is available. This minor update includes enhancements and fixes such as a refined package description to better reflect its features and usability, and the resolution of issues identified during the R CMD check process to ensure compliance with CRAN submission standards. Additionally, preparation for CRAN submission has been completed. This version has been prepared for submission to CRAN, with all necessary adjustments made to meet CRAN's submission criteria.

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff almost 2 years ago

<code>biopixR</code> - 0.2.3

The most recent version of our R package includes crucial updates that are essential for both users and developers. This version includes significant bug fixes that improve the package's performance and reliability across various use cases. Furthermore, we have thoroughly updated the documentation to ensure that users can easily navigate and effectively utilize the package's features. Preparations are underway for the upcoming CRAN submission, a crucial step towards making the package widely available to the R community. To ensure the highest quality and compatibility, we have implemented comprehensive R CMD checks across Windows, Linux, and macOS platforms through Continuous Integration (CI) processes. This rigorous testing framework underscores our commitment to delivering a robust and dependable tool for data analysis and visualization within the R ecosystem.

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff almost 2 years ago

<code>biopixR</code> - new version: 0.2.2

The latest update to the biopixR package introduces several significant enhancements, providing users with advanced functionalities for image analysis. The key features of this update include:

New Function - imgPipe:

  • Integrated Pipeline: The imgPipe function introduces a comprehensive pipeline that seamlessly combines objectDetection, sizeFilter, proximityFilter, and resultAnalytics. This integration streamlines the analysis process, allowing users to apply multiple filters in a sequential manner.

  • Individual Filter Selection: Users have the flexibility to selectively apply filter functions, tailoring the analysis to their specific requirements.

  • Multiple Color Channels: The imgPipe function supports the analysis of multiple color channels, enabling a more nuanced exploration of image data.

  • Time Stamp Log: To enhance traceability and reproducibility, imgPipe includes a time stamp log, providing a detailed record of the analysis steps undertaken.

Parallel Processing in resultAnalytics:

  • The resultAnalytics function has been enhanced with parallel processing capabilities. This addition significantly accelerates computation times, particularly beneficial for large-scale image datasets.

Zoom/Scale Tool in interactive_objectDetection:

  • The interactive_objectDetection function now incorporates a zoom/scale tool. This user-friendly feature facilitates a more detailed examination of detected objects, providing a comprehensive view of the analysis outcomes.

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff about 2 years ago

<code>biopixR</code> - new patch: 0.2.1

hotfix patch

Our analysis uses two key filter functions, sizeFilter and proximityFilter, which can now be applied individually based on specific requirements. Evaluating the results of objectDetection, sizeFilter and proximityFilter is now easily done with resultAnalytics. Automation is a key feature - proximityFilter can now automatically calculate the radius and sizeFilter can automatically determine the limits. Code reliability is ensured by continuous integration checks using R-CMD-check for Ubuntu (other OS in progress). Also, the input format has been improved for better usability.

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff about 2 years ago

<code>biopixR</code> - new version: 0.2.0

Our analysis uses two key filter functions, sizeFilter and proximityFilter, which can now be applied individually based on specific requirements. Evaluating the results of objectDetection, sizeFilter and proximityFilter is now easily done with resultAnalytics. Automation is a key feature - proximityFilter can now automatically calculate the radius and sizeFilter can automatically determine the limits. Code reliability is ensured by continuous integration checks using R-CMD-check for Ubuntu (other OS in progress). Also, the input format has been improved for better usability.

Full Changelog: https://github.com/Brauckhoff/biopixR/compare/0.1.0...0.2.0

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff about 2 years ago

<code>biopixR</code> - first stable release: 0.1.0

Full Changelog: https://github.com/Brauckhoff/biopixR/commits/0.1.0

Scientific Software - Peer-reviewed - HTML
Published by Brauckhoff about 2 years ago