Skip to content

Commit 6fbc4e6

Browse files
committed
bump to 2.9.0 in prep for release
1 parent 8a42e7d commit 6fbc4e6

File tree

4 files changed

+13
-36
lines changed

4 files changed

+13
-36
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cff-version: 1.2.0
22
message: Please cite this software using these metadata or in the CITATION file.
33
type: software
44
title: PDAL
5-
version: 2.8.3
6-
date-released: 2024-12-27
5+
version: 2.9.0
6+
date-released: 2025-05-21
77
doi: 10.5281/zenodo.2616780
88
abstract: PDAL is a C++ library for translating and manipulating
99
geospatial point cloud data. It provides pipelines, filters, readers,

cmake/libraries.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
# Must be changed if there is an ABI change. This builds the SONAME
1010
# that's embedded in the library itself.
1111
#
12-
set(PDAL_SOLIB_MAJOR 18)
12+
set(PDAL_SOLIB_MAJOR 19)
1313
#
1414
# Change if there's a new release with no ABI change
1515
#

doc/download.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
## Current Release(s)
66

7-
- **2024-09-05** [PDAL-2.8.0-src.tar.bz2] [Release Notes] ([md5])
7+
- **2025-05-22** [PDAL-2.9.0-src.tar.bz2] [Release Notes] ([md5])
88

99
## Past Releases
1010

11+
12+
- **2025-02-03** [PDAL-2.8.4-src.tar.bz2]
1113
- **2024-03-27** [PDAL-2.7.1-src.tar.bz2]
1214
- **2024-02-05** [PDAL-2.6.3-src.tar.bz2]
1315
- **2023-08-18** [PDAL-2.5.6-src.tar.bz2]
@@ -160,4 +162,6 @@ environment). Instructions can be found on the Conda website.
160162
[pdal-2.7.0-src.tar.bz2]: https://github.com/PDAL/PDAL/releases/download/2.7.0/PDAL-2.7.0-src.tar.bz2
161163
[pdal-2.7.1-src.tar.bz2]: https://github.com/PDAL/PDAL/releases/download/2.7.1/PDAL-2.7.1-src.tar.bz2
162164
[pdal-2.8.0-src.tar.bz2]: https://github.com/PDAL/PDAL/releases/download/2.8.0/PDAL-2.8.0-src.tar.bz2
163-
[release notes]: https://github.com/PDAL/PDAL/releases/tag/2.8.0
165+
[pdal-2.8.4-src.tar.bz2]: https://github.com/PDAL/PDAL/releases/download/2.8.4/PDAL-2.8.4-src.tar.bz2
166+
[pdal-2.9.0-src.tar.bz2]: https://github.com/PDAL/PDAL/releases/download/2.9.0/PDAL-2.9.0-src.tar.bz2
167+
[release notes]: https://github.com/PDAL/PDAL/releases/tag/2.9.0

doc/index.md

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -26,40 +26,13 @@ The entire website is available as a single PDF at <http://pdal.io/_/downloads/e
2626

2727
## News
2828

29-
### **09-05-2024**
29+
### **05-22-2025**
3030

31-
PDAL 2.8.0 was released. Visit {ref}`download` to grab a copy.
31+
PDAL 2.9.0 was released. Visit {ref}`download` to grab a copy.
3232

33-
### **06-28-2024**
33+
### **02-03-2025**
3434

35-
PDAL 2.7.2 was released. Visit {ref}`download` to grab a copy.
36-
37-
### **02-05-2024**
38-
39-
PDAL 2.6.3 was released. Visit {ref}`download` to grab a copy.
40-
41-
### **08-18-2023**
42-
43-
PDAL 2.5.6 was released. Visit {ref}`download` to grab a copy.
44-
45-
### **01-13-2023**
46-
47-
PDAL 2.5.0 was released. Visit {ref}`download` to grab a copy. See it in
48-
action in Jupyter by visiting Google Colab at <https://colab.research.google.com/drive/1JQpcVFFJYMrJCfodqP4Nc_B0_w6p5WOV?usp=sharing>
49-
50-
### **06-28-2021**
51-
52-
Howard Butler of [Hobu, Inc.](https://hobu.co) was recently interviewed by the
53-
[MapScaping Podcast](https://mapscaping.com). Listen to the episode where he
54-
talks about PDAL and point cloud processing.
55-
56-
<https://mapscaping.com/blogs/the-mapscaping-podcast/pdal-point-data-abstraction-library>
57-
58-
### **05-19-2021**
59-
60-
PDAL 2.2.1 has been released. You can {ref}`download <download>` the source
61-
code or follow the {ref}`quickstart <quickstart>` to get going in a
62-
hurry with Conda.
35+
PDAL 2.8.4 was released. Visit {ref}`download` to grab a copy.
6336

6437
## Indices and tables
6538

0 commit comments

Comments
 (0)