Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Dec 9, 2024
1 parent 552050d commit ff5359f
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 32 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "spatsoc" in publications use:'
type: software
license: GPL-3.0-only
title: 'spatsoc: Group Animal Relocation Data by Spatial and Temporal Relationship'
version: 0.2.7
version: 0.2.8
identifiers:
- type: doi
value: 10.32614/CRAN.package.spatsoc
Expand Down Expand Up @@ -109,7 +109,7 @@ references:
orcid: https://orcid.org/0000-0002-3146-0865
year: '2024'
doi: 10.32614/CRAN.package.data.table
version: '>= 1.10.5'
version: '>= 1.15.0'
- type: software
title: igraph
abstract: 'igraph: Network Analysis and Visualization'
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatsoc
Title: Group Animal Relocation Data by Spatial and Temporal Relationship
Version: 0.2.7
Version: 0.2.8
Authors@R: c(
person("Alec L.", "Robitaille", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4706-1762")),
Expand Down
83 changes: 57 additions & 26 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# v 0.2.7
# spatsoc 0.2.8

New experimental function:

* `edge_delay` function for calculating the directional correlation delay
([PR 70](https://github.com/ropensci/spatsoc/pull/70))

Fixes:

* fix bracket typo longlat `direction_step` ([PR 92](https://github.com/ropensci/spatsoc/pull/92))
* fix test expected direction of steps ([PR 93](https://github.com/ropensci/spatsoc/pull/93))

# spatsoc 0.2.7

New experimental functions:

* `leader_direction_group` function for calculating leadership defined as
position within a spatiotemporal group along the mean direction of movement
Expand All @@ -9,11 +23,14 @@ leader of each spatiotemporal group identified by `leader_direction_group`
* `distance_to_leader` function for calculating the distance to the
leader of each spatiotemporal group identified by `leader_direction_group`
([PR 68](https://github.com/ropensci/spatsoc/pull/68))

Fixes:

* removed temporary startup message warning of changes related to
R-spatial evolution


# v 0.2.6
# spatsoc 0.2.6

New experimental functions:

Expand All @@ -30,7 +47,7 @@ centroid ([PR 74](https://github.com/ropensci/spatsoc/pull/74))
* `direction_step` function for calculating direction in radians between each
location ([PR 90](https://github.com/ropensci/spatsoc/pull/90))

# v 0.2.5
# spatsoc 0.2.5

New experimental functions:

Expand All @@ -39,7 +56,7 @@ New experimental functions:
* `centroid_group` function for calculating group centroids
([PR 72](https://github.com/ropensci/spatsoc/pull/72)))

# v 0.2.4
# spatsoc 0.2.4

New experimental function:

Expand All @@ -49,25 +66,25 @@ New experimental function:
([PR 83](https://github.com/ropensci/spatsoc/pull/83))


# v 0.2.3
# spatsoc 0.2.3

* Fix/replace igraph clusters with components
([PR 61](https://github.com/ropensci/spatsoc/pull/61))
* Fix/warnings from merge args
([PR 62](https://github.com/ropensci/spatsoc/pull/61))

# v 0.2.2 (2023-09-07)
# spatsoc 0.2.2 (2023-09-07)

* fixed CRAN notes about number of cores/parallel process/threads
([PR 58](https://github.com/ropensci/spatsoc/pull/58))


# v 0.2.1 (2023-08-23)
# spatsoc 0.2.1 (2023-08-23)

* fixed CRAN notes ([PR 56](https://github.com/ropensci/spatsoc/pull/56))


# v 0.2.0 (2023-08-22)
# spatsoc 0.2.0 (2023-08-22)

* following [R-spatial evolution](https://r-spatial.org/r/2022/04/12/evolution.html),
removed dependencies on retired spatial packages (
Expand All @@ -89,7 +106,7 @@ removed dependencies on retired spatial packages (
- added temporary package startup message until November 2024


# v 0.1.17 (2023-03-16)
# spatsoc 0.1.17 (2023-03-16)

* added a link to our `spatsoc` + `targets` workflow example
* changed the error and underlying check for `group_polys` from alphanumeric to
Expand All @@ -107,7 +124,8 @@ and polys@area ([PR 49](https://github.com/ropensci/spatsoc/pull/49))
([PR 43](https://github.com/ropensci/spatsoc/pull/43))


# v 0.1.16 (2021-03-23)
# spatsoc 0.1.16 (2021-03-23)

* added an option for `edge_dist` to handle threshold = NULL. If NULL, `edge_dist` will return all neighbours observed (eg. useful if one wanted to calculated mean nearest neighbour distance at each timegroup).
* updated EPSG argument according to newest recommendations in tests, man and vignettes
([PR 38](https://github.com/ropensci/spatsoc/pull/38)
Expand All @@ -117,44 +135,52 @@ and polys@area ([PR 49](https://github.com/ropensci/spatsoc/pull/49))
([PR 36](https://github.com/ropensci/spatsoc/pull/36))


# v 0.1.15 (2020-10-21)
# spatsoc 0.1.15 (2020-10-21)

* fix TZ=UTC data.table tests ([Issue 32](https://github.com/ropensci/spatsoc/issues/32))

# v 0.1.14 (2020-07-03)
# spatsoc 0.1.14 (2020-07-03)

* updated tests, man and vignettes following new handling of projections in sp
([PR 31](https://github.com/ropensci/spatsoc/pull/31),
[R spatial information](https://r-spatial.org/r/2020/03/17/wkt.html))
* clarified explicit drop of NAs in dyadID in edge list vignette

# v 0.1.13 (2020-03-25)
# spatsoc 0.1.13 (2020-03-25)

* added `dyad_id` function for generating dyad IDs with edge functions
([PR 27](https://github.com/ropensci/spatsoc/pull/25))
* added a vignette describing `edge_dist`, `edge_nn` and `dyad_id` functions [here](https://docs.ropensci.org/spatsoc/articles/using-edge-and-dyad.html)
([PR 14](https://github.com/ropensci/spatsoc/pull/14))

# v 0.1.12 (2020-03-02)
# spatsoc 0.1.12 (2020-03-02)

* fixed `data.table` error in `edge_dist` and `edge_nn`
([PR 25](https://github.com/ropensci/spatsoc/pull/25))


# v 0.1.11 (2020-02-20)
# spatsoc 0.1.11 (2020-02-20)

* removed default NULL from 'timegroup' arguments in `group_pts`, `edge_dist`
and `edge_nn` ([PR 24](https://github.com/ropensci/spatsoc/pull/24))


# v 0.1.10 (2019-06-06)
# spatsoc 0.1.10 (2019-06-06)

* added optional return of distance between individuals with `edge_dist`
([PR 19](https://github.com/ropensci/spatsoc/pull/19)) and `edge_nn`
([PR 21](https://github.com/ropensci/spatsoc/pull/21))


# v 0.1.9 (2019-05-14)
# spatsoc 0.1.9 (2019-05-14)

* fixed bug for randomizations type 'step' and 'daily'
([PR 13](https://github.com/ropensci/spatsoc/pull/13)).
* clarified `SIMPLIFY=FALSE` in SNA vignette.


# v 0.1.8 (2019-04-05)
# spatsoc 0.1.8 (2019-04-05)

* update [FAQ](https://docs.ropensci.org/spatsoc/articles/faq.html) and
[Introduction to spatsoc](https://docs.ropensci.org/spatsoc/articles/intro-spatsoc.html)
vignettes adding entries for edge list generating functions.
Expand All @@ -164,53 +190,58 @@ vignettes adding entries for edge list generating functions.
([PR 11](https://github.com/ropensci/spatsoc/pull/11))


# v 0.1.7 (2019-03-26)
# spatsoc 0.1.7 (2019-03-26)

* fix inconsistent blocks across years
([PR 10](https://github.com/ropensci/spatsoc/pull/10))
* update FAQ: remove old randomizations notes, clarify group_times block


# v 0.1.6 (2019-01-10)
# spatsoc 0.1.6 (2019-01-10)

* fix bug 'group_times misses nearest hour with mins threshold'
([#5](https://github.com/ropensci/spatsoc/issues/5) and
[PR 6](https://github.com/ropensci/spatsoc/pull/6))

# v 0.1.5 (2018-12-04)
# spatsoc 0.1.5 (2018-12-04)

* update issue labels and contributing
* change over issue board location from GitLab to rOpenSci repository on GitHub
* added preprint CITATION
* added "https://" to `pkgdown` URL
([PR 1](https://github.com/ropensci/spatsoc/pull/1))

# v 0.1.4 (2018-10-26)
# spatsoc 0.1.4 (2018-10-26)

* fin [rOpenSci onboarding process](https://github.com/ropensci/software-review/issues/237)
* fixed bug couldn't provide percent to kernel type `build_polys` or
`group_polys`([!3](https://gitlab.com/robitalec/spatsoc/-/merge_requests/3))


# v 0.1.3
# spatsoc 0.1.3

* added `get_gbi` to generate group by individual matrices for better
integrating `spatsoc` in social network analysis workflows
([!2](https://gitlab.com/robitalec/spatsoc/-/merge_requests/2))


# v 0.1.2
# spatsoc 0.1.2

* **major change to randomizations**: when `iterations = 1`,
`randomizations` no longer returns the DT with appended columns.
Regardless of the value of iterations, `randomizations` always
returns observed rows followed by randomized rows in a long `data.table`
([!1](https://gitlab.com/robitalec/spatsoc/-/merge_requests/1)).

# v 0.1.1 (2018-09-17)
# spatsoc 0.1.1 (2018-09-17)

* improvements to package, function documentation
* [FAQ](https://docs.ropensci.org/spatsoc/articles/faq.html) vignette added
* fixed `build_lines` ordering bug to ensure rows are ordered by date time when building lines
* added CODE_OF_CONDUCT.md and CONTRIBUTING.md
* [Using spatsoc in social network analysis](https://docs.ropensci.org/spatsoc/articles/using-in-sna.html) vignette added

# v 0.1.0 (2018-07-20)
# spatsoc 0.1.0 (2018-07-20)

## Initial release

Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/ropensci/spatsoc",
"issueTracker": "https://github.com/ropensci/spatsoc/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.7",
"version": "0.2.8",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -214,7 +214,7 @@
},
"SystemRequirements": "GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>= 4.8.0),\n sqlite3"
},
"fileSize": "2044.39KB",
"fileSize": "2048.117KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit ff5359f

Please sign in to comment.