Skip to content

Commit

Permalink
chore: release version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
maikol-solis committed Apr 26, 2023
1 parent ff65d84 commit 64acbe7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.0
Date: 2023-02-14 18:46:51 UTC
SHA: 52294dcf8e4ac73eafc664b3679d120e4e56d380
Version: 0.3.0
Date: 2023-04-26 19:15:11 UTC
SHA: ff65d846fa4dc20df4307c06e86ab2ebb02b8c2d
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: spatgeom
Type: Package
Title: Geometric Spatial Point Analysis
Version: 0.2.0
Version: 0.3.0
Authors@R: c(
person(given = "Maikol",
family = "Solís",
Expand Down
33 changes: 32 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

All notable changes to this project will be documented in this file.

## [0.3.0] - 2023-04-26

### Bug Fixes

- Remove old code of geometric sensitivity
- Change data_frame_triangles to geom_indices
- Slice the triangles df instead of subset it.
- Correct print and plot functions with the new data structure.
- Return triangle_list in estimate_envelope.
- Use ribbons instead of lines for the envelope.
- Plot envelope ribbon min and max without NAs.
- Force to finite values in envelope ribbon.
- Documentation and import checks.
- Tweak plot styles (in derivative).

### Documentation

- Add package badges.

### Features

- Add linear and donut examples in a separate `data.R` file.

### Miscellaneous Tasks

- Add pre-commit config

### Refactor

- Move envelope loop to its own function

## [0.2.0] - 2023-02-14

### Bug Fixes
Expand All @@ -12,7 +43,7 @@ All notable changes to this project will be documented in this file.

- Include envelope plots

## 0.1.0
## [0.1.0] - 2022-07-02

This is the initial release for `spatgeom`.

Expand Down

0 comments on commit 64acbe7

Please sign in to comment.