Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Sep 13, 2022
1 parent d0e3716 commit 92b826e
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 34 deletions.
64 changes: 33 additions & 31 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
{
"creators": [
{
"affiliation": "Netherlands eScience Center",
"name": "Grootes, Meiert W."
},
{
"affiliation": "Netherlands eScience Center",
"name": "Ku, Ou"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Nattino, Francesco"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Bogaardt, Laurens"
},
{
"affiliation": "Institute for Biodiversity and Ecosystem Dynamics, University of Amsterdam",
"name": "Koma, Zsófia"
}
],
"description": "Laserfarm provides a FOSS wrapper to Laserchicken, supporting the use of massive LiDAR point cloud data sets for macro-ecology, from data preparation to scheduling and execution of distributed processing across a cluster of compute nodes.",
"keywords": [
"airborne laser scanning",
"point cloud",
"distributed computing"
],
"license": {
"id": "Apache-2.0"
"creators": [
{
"affiliation": "Netherlands eScience Center",
"name": "Grootes, Meiert W."
},
"title": "Laserfarm: Laserchicken Framework for Applications in Research in Macro-ecology"
{
"affiliation": "Netherlands eScience Center",
"name": "Ku, Ou"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Nattino, Francesco"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Bogaardt, Laurens"
},
{
"affiliation": "Institute for Biodiversity and Ecosystem Dynamics, University of Amsterdam",
"name": "Koma, Zsófia"
}
],
"description": "Laserfarm provides a FOSS wrapper to Laserchicken, supporting the use of massive LiDAR point cloud data sets for macro-ecology, from data preparation to scheduling and execution of distributed processing across a cluster of compute nodes.",
"keywords": [
"airborne laser scanning",
"point cloud",
"distributed computing"
],
"license": {
"id": "Apache-2.0"
},
"publication_date": "2022-09-13",
"title": "Laserfarm: Laserchicken Framework for Applications in Research in Macro-ecology",
"version": "0.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

##[Unreleased]

## [0.2.0] - 2022-09-13
### Fixed:
- Fixed remaining compatibility issues with Windows (e.g. in GeoTIFF writer)
- Dropped deprecated pylas dependency (with lazperf) - use laspy (with lazrs) instead

### Added:
- Test suit runs on Windows/Mac and different Python versions
- Installations instructions are provided on readthedocs as well

### Changed:
- Following updates in laserchicken 0.6.0, features including "<" have been renamed.

## [0.1.5] - 2021-11-01
### Fixed:
- Compatibility issues (mainly path and logging related) to run on Windows
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authors:
family-names: Koma
given-names: Zsófia
cff-version: "1.0.3"
date-released: 2021-11-01
date-released: 2022-09-13
doi: "10.5281/zenodo.3842780"
keywords:
- "airborne laser scanning"
Expand All @@ -32,5 +32,5 @@ keywords:
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
title: "Laserfarm: Laserchicken Framework for Applications in Research in Macro-ecology"
version: "0.1.5"
version: "0.2.0"
...
2 changes: 1 addition & 1 deletion laserfarm/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.2.0'

0 comments on commit 92b826e

Please sign in to comment.