Skip to content

Commit

Permalink
SDT v1.0.0 (#320)
Browse files Browse the repository at this point in the history
* semver(sdt): v1.0.0

* compat(sdt): component packages to 1

* doc: CHANGELOG(s)
  • Loading branch information
tpoisot authored Oct 27, 2024
1 parent d26bab3 commit b0d27a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SpeciesDistributionToolkit"
uuid = "72b53823-5c0b-4575-ad0e-8e97227ad13b"
authors = ["Timothée Poisot <[email protected]>"]
version = "0.1.3"
version = "1.0.0"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand All @@ -24,10 +24,11 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[compat]
Distances = "0.10"
Downloads = "1"
Fauxcurrences = "0"
GBIF = "0.4"
Fauxcurrences = "1"
GBIF = "1"
GeoJSON = "0.8"
MakieCore = "0.8"
OccurrencesInterface = "1"
Phylopic = "0"
PolygonOps = "0.1"
Reexport = "1.2"
Expand Down
8 changes: 5 additions & 3 deletions docs/src/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- Added, Changed, Deprecated, Removed, Fixed -->

## [Unreleased]
## `v1.0.0`

- **added** `OccurrencesInterface` version 1
- **added** `Fauxcurrences` version 1
- **added** `GBIF` version 1
- **added** `SDeMo` version 1
2 changes: 1 addition & 1 deletion docs/src/reference/fauxcurrences/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## `v1.0.0`

- support for `OccurencesInterface`
- **added** support for `OccurencesInterface` at version 1

3 changes: 1 addition & 2 deletions docs/src/reference/sdemo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## `v1.0.0`

- **changed** the default training option for transformers to be presence-only, with the
`absences=true` keyword to use absences as well
- **changed** the default training option for transformers to be presence-only, with the `absences=true` keyword to use absences as well
- **added** the `transformer` and `classifier` methods, that return the transformer and classifier of `SDM` and `Bagging` models

0 comments on commit b0d27a9

Please sign in to comment.