Skip to content

Commit

Permalink
Prepare to release (#891)
Browse files Browse the repository at this point in the history
* Update release history

* Release version v1.5.0
  • Loading branch information
henrykironde authored Jan 17, 2025
1 parent d6fa735 commit 593c7fd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.4.2"
current_version = "1.5.0"

parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
Expand Down
20 changes: 20 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
DeepForest Changelog
====================

Version 1.5.0 (Date: Jan 15, 2024)
----------------------------------

The major innovations are:

1. Restructured package layout by moving code into src/ directory for better organization
2. Added batch prediction capabilities for improved processing of multiple images
3. Implemented support for image dataframes to allow more flexible input formats
4. Created plot_annotations method for better visualization of predictions
5. Added out-of-memory dataset sample for handling large datasets efficiently

Additional features and enhancements include:

- **Enhancement:** Reorganized package structure to follow modern Python packaging standards
- **Enhancement:** Enhanced test coverage for new features
- **Enhancement:** Improved code organization and maintainability
- **Documentation:** Added docformatter for consistent docstring formatting
- **Documentation:** Improved documentation clarity and organization
- **Documentation:** Added new contributor: Dingyi Fang

Version 1.4.1 (Date: Oct 26, 2024)
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [

[project]
name = "deepforest"
version = "1.4.2"
version = "1.5.0"
description = "Tree crown prediction using deep learning retinanets"
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion src/deepforest/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.4.2'
__version__ = '1.5.0'
# Version updated using bump-my-version

0 comments on commit 593c7fd

Please sign in to comment.