Recent Releases of SpatialEcology
SpatialEcology - v0.9.16
What's Changed
- Updates to workflows and dependency versions by @richardreeve in https://github.com/EcoJulia/SpatialEcology.jl/pull/85
Full Changelog: https://github.com/EcoJulia/SpatialEcology.jl/compare/v0.9.15...v0.9.16
- Julia
Published by mkborregaard over 2 years ago
SpatialEcology - v0.9.15
SpatialEcology v0.9.15
- Julia
Published by github-actions[bot] over 4 years ago
SpatialEcology - v0.9.14
SpatialEcology v0.9.14
- Julia
Published by github-actions[bot] over 4 years ago
SpatialEcology - v0.9.13
SpatialEcology v0.9.13
- Julia
Published by github-actions[bot] over 4 years ago
SpatialEcology - v0.9.12
SpatialEcology v0.9.12
Merged pull requests: - small patch fixes (#77) (@mkborregaard) - Initial docs build (#78) (@mkborregaard) - name example blocks (#79) (@mkborregaard) - name example blocks (#80) (@mkborregaard) - name example blocks (#81) (@mkborregaard)
- Julia
Published by github-actions[bot] over 4 years ago
SpatialEcology - v0.9.11
SpatialEcology v0.9.11
- Julia
Published by github-actions[bot] almost 5 years ago
SpatialEcology - v0.9.10
SpatialEcology v0.9.10
Merged pull requests: - Start deploying documentation (#63) (@mkborregaard) - test (#64) (@mkborregaard) - title (#65) (@mkborregaard) - title (#66) (@mkborregaard) - title (#67) (@mkborregaard) - doc (#68) (@mkborregaard) - CompatHelper: bump compat for "DataFrames" to "1.0" (#70) (@github-actions[bot]) - CompatHelper: bump compat for "DataFrames" to "1.1" (#71) (@github-actions[bot]) - update tests to use StableRNGs (#72) (@mkborregaard)
- Julia
Published by github-actions[bot] almost 5 years ago
SpatialEcology - v0.9.7
SpatialEcology v0.9.7
Closed issues: - UndefVarError: mean not defined (#57)
Merged pull requests: - CompatHelper: bump compat for "Distances" to "0.10" (#58) (@github-actions[bot]) - CompatHelper: bump compat for "DataFrames" to "0.22" (#59) (@github-actions[bot]) - CompatHelper: bump compat for "DataFramesMeta" to "0.6" (#60) (@github-actions[bot]) - Fix Link to JuliaGeo (#61) (@felixcremer)
- Julia
Published by github-actions[bot] over 5 years ago
SpatialEcology - v0.9.6
SpatialEcology v0.9.6
Merged pull requests: - Some compat stuff (#56) (@kescobo)
- Julia
Published by github-actions[bot] almost 6 years ago
SpatialEcology - v0.9.5
SpatialEcology v0.9.5
Merged pull requests: - CompatHelper: bump compat for "Distances" to "0.9" (#55) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 6 years ago
SpatialEcology - v0.9.4
SpatialEcology v0.9.4
- Julia
Published by github-actions[bot] over 6 years ago
SpatialEcology - v0.9.3
SpatialEcology v0.9.3
Merged pull requests: - CompatHelper: bump compat for "StatsBase" to "0.33" (#52) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 6 years ago
SpatialEcology - v0.9.1
SpatialEcology v0.9.1
Merged pull requests: - CompatHelper: bump compat for "RecipesBase" to "0.8" (#50) (@github-actions[bot]) - Install TagBot as a GitHub Action (#51) (@JuliaTagBot)
- Julia
Published by github-actions[bot] over 6 years ago
SpatialEcology - v0.9.0
v0.9.0 (2020-02-05)
Closed issues:
- New release incorporating Distances? (#38)
Merged pull requests:
- Update to julia-1.2 and DataFrames 0.20 (#48) (mkborregaard)
- CompatHelper: add new compat entry for "DataFrames" at version "0.20" (#46) (github-actions[bot])
- CompatHelper: add new compat entry for "EcoBase" at version "0.0.7" (#45) (github-actions[bot])
- CompatHelper: add new compat entry for "RandomNumbers" at version "1.4" (#44) (github-actions[bot])
- CompatHelper: add new compat entry for "RecipesBase" at version "0.7" (#43) (github-actions[bot])
- CompatHelper: add new compat entry for "Distances" at version "0.8" (#42) (github-actions[bot])
- CompatHelper: add new compat entry for "StatsBase" at version "0.32" (#41) (github-actions[bot])
- CompatHelper: add new compat entry for "DataFramesMeta" at version "0.5" (#40) (github-actions[bot])
- CompatHelper: add new compat entry for "RandomBooleanMatrices" at version "0.1" (#39) (github-actions[bot])
- Julia
Published by julia-tagbot[bot] over 6 years ago
SpatialEcology - v0.8.0
v0.8.0 (2020-01-18)
Merged pull requests:
- Add
pairwise\(\)method from Distances.jl (#36) (kescobo) - add aggregation functionality (#34) (mkborregaard)
- Julia
Published by julia-tagbot[bot] over 6 years ago
SpatialEcology - v0.7.0
Adapt to new type structure in EcoBase
- Julia
Published by mkborregaard over 7 years ago
SpatialEcology - v0.6.1
hotfix - fix typo and versions
- Julia
Published by mkborregaard over 7 years ago
SpatialEcology - v0.6.0
- Many bugfixes
- Added
@with,@traitsand@sitestatsmacros - New
makeuniquekeyword to the join methods - Added randomization methods to Assemblage and ComMatrix
- Julia
Published by mkborregaard over 7 years ago
SpatialEcology - v0.5.1
Adapt to new DataFrame view method
- Julia
Published by mkborregaard over 7 years ago
SpatialEcology - v0.5.0
Now implements the EcoBase interfaces
- Julia
Published by mkborregaard almost 8 years ago
SpatialEcology - v0.4.3
Greatly improved test suite a few minor patches
- Julia
Published by mkborregaard almost 8 years ago
SpatialEcology - v0.4.2
Patch release add some tests
- Julia
Published by mkborregaard almost 8 years ago
SpatialEcology - v0.4.0
- julia-0.7 compatibility
- Julia
Published by mkborregaard almost 8 years ago
SpatialEcology - v0.3.1
Fixes issues with the Missings compatibility, where dispatch wasn't working correctly on the Missing Unions.
- Julia
Published by mkborregaard about 8 years ago
SpatialEcology - v0.3.0
DataFrames 0.11 / Missings compatibility
- Julia
Published by mkborregaard over 8 years ago
SpatialEcology - v0.2.0
version 0.2.0
- change from species-as-columns to sites-as-columns, which transposes all functions on ComMatrix
- add sitecolumns keyword argument to transpose input matrices not following this
- Remove RCall dependency and functionality
- various improvements to speed
- add functions
- - occurrences
- - cooccurences
- - asquantiles
- - full
- - sitetotals
- - speciestotals
- Julia
Published by mkborregaard over 8 years ago
SpatialEcology - v0.1.0
First METADATA release. The package is WIP but has basic functionality.
- Julia
Published by mkborregaard about 9 years ago