Skip to content

Commit 75045d5

Browse files
committed
documentation for 1.2.0
1 parent 1f7f293 commit 75045d5

File tree

7 files changed

+19
-3
lines changed

7 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 2025-10-27 v1.2.0
2+
3+
Bug fixes:
4+
5+
* Fixed time stamp conversion in stack_by_table() - now working for all time stamp formats in tabular data
6+
* Horizontal and vertical index labeling fixed in DP4.00001.001
7+
8+
Enhancements:
9+
10+
* Added stack_eddy() function to extract data from DP4.00200.001 HDF5 files and stack into tabular format
11+
* Added a workflow to by_file_aop() and by_tile_aop() to check for files already in local storage and offer options for handling
12+
13+
14+
115
### 2025-05-27 v1.1.0
216

317
Updates for initial approval by pyOpenSci. Documentation updates, and:

dist/neonutilities-1.1.1.tar.gz

-118 KB
Binary file not shown.

dist/neonutilities-1.2.0.tar.gz

118 KB
Binary file not shown.

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ API
1212
neonutilities.read_table_neon
1313
neonutilities.get_citation
1414
neonutilities.get_issue_log
15+
neonutilities.stack_eddy

docs/tutorials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ For tutorials specific to the neonutilities package, start with the
1515
For more details about neonutilities functions and function inputs, see the
1616

1717
* `neonUtilities <https://www.neonscience.org/resources/learning-hub/tutorials/neondatastackr>`_ tutorial
18-
* `neonUtilities <https://www.neonscience.org/sites/default/files/cheat-sheet-neonUtilities_0.pdf>`_ cheat sheet
18+
* `neonUtilities <https://github.com/NEONScience/NEON-utilities/blob/main/cheat-sheet-neonUtilities.pdf>`_ cheat sheet

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "neonutilities"
7-
version = "1.1.1"
7+
version = "1.2.0"
88
authors = [
99
{name="Claire Lunch", email="clunch@battelleecology.org"},
1010
{name="Bridget Hass", email="bhass@battelleecology.org"},
@@ -22,7 +22,8 @@ dependencies = [
2222
"pyproj",
2323
"requests",
2424
"tqdm",
25-
"h5py"
25+
"h5py",
26+
"google_crc32c"
2627
]
2728

2829
[project.license]

0 commit comments

Comments
 (0)