11# SITS Release History
22
3- # What's new in SITS version 1.5.3
3+ # What's new in SITS version 1.5
4+
5+ ### New features in SITS version 1.5.4
6+ * Fix bug in ` sits_summary() ` in obtaining the variance summary with multiple tiles
7+ * Add new plot type in ` sits_accuracy() ` function (` "confusion_matrix" ` )
8+ * Add new ` type ` parameter in ` sits_accuracy() ` function for selecting plot type
9+ * Improve ` plot.som_evaluate_cluster ` function to include a ` legend ` parameter
10+ * Add new ` sits_snic ` segmentation function based on the [ snic] ( https://cran.r-project.org/package=snic ) package
11+ * Add ` pkgdown ` [ documentation website] ( https://e-sensing.github.io/sits/ ) for the ` sits ` package
12+ * Add new imputation functions: ` impute_mean() ` , ` impute_median() ` , and ` impute_mean_window() `
13+ * Improve validation messages in the ` sits_accuracy() ` function
14+ * Add ` sits_labels<- ` support for ` probs_vector_cube ` and ` probs_class_cube `
15+ * Extend the ` sits_colors_qgis() ` function to export ` sits ` color palettes to QGIS for vector cubes
16+ * Fix area calculations in ` sits_summary() `
17+ * Add ` res ` parameter to the ` sits_mosaic() ` function to allow generating mosaics at different resolutions
18+
19+ ### Hotfix version 1.5.3-1
20+ * Replace ` arma::is_finite ` with ` std::isfinite `
421
522### Hotfix version 1.5.3-1
623* Improve documentation for ` sits_labels `
3249* Include label parameter on ` sits_select() `
3350* General bug fixes
3451
35- # What's new in SITS version 1.5.2
36-
52+ ### New features in SITS version 1.5.2
3753* Include ` exclusion_mask ` parameter in ` sits_classify() ` and ` sits_smooth() `
3854* Support classification data cubes with NA values
3955* Support for multiple tiling system in ` sits_regularize() ` , including MGRS and Brazil Data Cube grids
5167* Support for interactive visualization with SOM samples
5268* General bug fixes
5369
54- # What's new in SITS version 1.5.1
55-
70+ ### New features in SITS version 1.5.1
5671* Support for ESA World Cover map
5772* Support for Digital Earth Australia products
5873* Support for Digital Earth Africa geomedian products
120135* Corrected errors in labelling of classified cubes
121136* Created a factory of functions for segmentation
122137
123-
124138### New features in SITS version 1.4.0
125139* New function for image segmentation based on ` supercells ` package
126140* New version of ` sits_get_data() ` to extract average values of time series based on segments
144158* Organize and clean internal APIs
145159* General bug fixes
146160
147- # What's new in SITS version 1.2.0
161+ # What's new in SITS version 1.2
148162
149163### Hotfix version 1.2.0-4
150164* Fix ` .raster_file_blocksize.terra() ` bug (issue #918 )
172186* Support for operations on CLOUD band in ` sits_apply() `
173187* Bug fixes and internal re-engineering for better code maintenance
174188
175- # What's new in SITS version 1.1.0
189+ # What's new in SITS version 1.1
176190
177191### Hotfix version 1.1.0-8
178192* Fix support to BDC cubes in ` sits_regularize() ` (issue #848 )
212226* Change Microsoft Planetary Computer source name to ` "MPC" `
213227* Fix several bugs and improve performance
214228
215- # What's new in SITS version 1.0.0
216- * Available on CRAN.
229+ # What's new in SITS version 1.0
217230
218231### New features in SITS version 1.0.0
232+ * Available on CRAN.
219233* Hotfix to improve ` sits_whittaker() ` function to process cube.
220234* Update documentation to match CRAN standards
221235
222- # What's new in SITS version 0.17.0
236+ # What's new in SITS version 0.17
223237
224238### New features in SITS version 0.17.0
225239* Introduced new classifier model ` sits_lighttae() `
@@ -245,7 +259,7 @@ confidence
245259* Improve several internal functions performances
246260* Fix several bugs
247261
248- # What's new in SITS version 0.16.3
262+ # What's new in SITS version 0.16
249263
250264### New features in SITS version 0.16.3
251265* reimplemented all deep learning functions using ` torch ` package and remove ` keras ` dependence
@@ -259,16 +273,12 @@ confidence
259273* Update ` plot() ` parameters on raster cubes
260274* Support multi-tile for classified cube in ` sits_view() `
261275
262- # What's new in SITS version 0.16.2
263-
264276### New features in SITS version 0.16.2
265277* Improve ` sits_get_data() ` to accept tibbles
266278* Remove multiples progress bar from ` sits_cube() `
267279* Improve ` sits_regularize() ` to process in parallel by tiles, bands, and dates
268280* Improve ` sits_regularize() ` to check malformed files
269281
270- # What's new in SITS version 0.16.1
271-
272282### New features in SITS version 0.16.1
273283* Update ` AWS_NO_SIGN_REQUEST ` environment variable
274284* Solved bug in ` .gc_get_valid_interval() ` function.
@@ -277,8 +287,6 @@ confidence
277287* ` sits_cube ` function for ` local cubes ` has a new parameter called ` multicores ` .
278288* Print ` F1 score ` in ` sits_kfold_validate ` with more than 2 labels.
279289
280- # What's new in SITS version 0.16.0
281-
282290### New features in SITS version 0.16.0-1
283291* hotfix ` sits_cube() ` function to tolerate malformed paths from STAC service;
284292
@@ -290,8 +298,7 @@ confidence
290298* Improve ` sits_regularize() ` by taking least cloud cover by default method to compose images
291299* Bug fixes;
292300
293-
294- # What's new in SITS version 0.15.1
301+ # What's new in SITS version 0.15
295302
296303### New features in SITS version 0.15.1-1
297304* Fix bug in ` sits_regularize ` that generated images with artifacts
@@ -319,8 +326,6 @@ confidence
319326* ` sits_regularize() ` is producing * Float64* images as output
320327* Full support for Microsoft Planetary Computing
321328
322- # What's new in SITS version 0.15.0
323-
324329### New features in SITS version 0.15.0-4
325330* Change ` gdalcubes_chunk_size ` in "config.yml" to improve ` sits_regularize() ` .
326331
@@ -365,7 +370,7 @@ confidence
365370* Remove ` S2_10-1 ` BDC collection from config
366371* Other bug fixes
367372
368- # What's new in SITS version 0.14.1
373+ # What's new in SITS version 0.14
369374
370375### New features in SITS version 0.14.1-1
371376
@@ -387,9 +392,6 @@ confidence
387392* Fix partial merge configuration file
388393* Change bbox to roi in sits
389394
390-
391- # What's new in SITS version 0.14.0
392-
393395### New features in SITS version 0.14.0-2
394396
395397* fix ` sits_bbox() ` function
@@ -411,7 +413,7 @@ confidence
411413* Add parameters ` origin ` and ` collection ` to ` sits_cube.local_cube() ` function
412414* Fix LOCAL source examples and tests
413415
414- # What's new in SITS version 0.13.1
416+ # What's new in SITS version 0.13
415417
416418### New features in SITS version 0.13.1
417419
@@ -421,28 +423,20 @@ confidence
421423* fix deprecated warnings in keras package
422424* bug fixes
423425
424- # What's new in SITS version 0.13.0-3
425-
426426### New features in SITS version 0.13.0-3
427427
428428* Update documentation in Machine Learning methods
429429* Hotfix bug in neuron labelling
430430
431- # What's new in SITS version 0.13.0-2
432-
433431### New features in SITS version 0.13.0-2
434432
435433* Bug fixes in BDC MODIS cube
436434
437- # What's new in SITS version 0.13.0-1
438-
439435### New features in SITS version 0.13.0-1
440436
441437* Bug fixes in check STAC bands
442438* Change Landsat-8 (LC8_30-1) product metadata for BDC source
443439
444- # What's new in SITS version 0.13
445-
446440### New features in SITS version 0.13.0
447441
448442* Create API for source cube
0 commit comments