Skip to content

Commit 0fa4005

Browse files
Merge pull request #127 from NCAR/paper_comments
fix paper citation spacing, and misspelling of facilitates Pandas dependencies <3.0.0
2 parents d87b278 + e07cbdf commit 0fa4005

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

paper/paper.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pyDARTdiags is a Python package created to address this need by providing a sing
7878
visualize observation space diagnostics.
7979

8080
PyDARTdiags ingests observation sequences into an ObsSequence object which contains the metadata about
81-
an observation sequence and a pandas DataFrame[@pandas] containing all the data for the observations.
81+
an observation sequence and a pandas DataFrame [@pandas] containing all the data for the observations.
8282

8383
This provides several advantages over the existing Fortran+MATLAB DART software:
8484

@@ -90,7 +90,7 @@ This provides several advantages over the existing Fortran+MATLAB DART software:
9090
Data Assimilation researchers and users to write custom diagnostics based on DataFrames. By decoupling the
9191
observation sequence file format from the DataFrame-based analysis, pyDARTdiags ensures that updates to the
9292
DART file format do not disrupt user-created diagnostic routines.
93-
- Supporting both static and interactive plotting (via Matplotlib[@mckinney-proc-scipy-2010; @Hunter:2007] and Plotly[@plotly]), facilities the processing of
93+
- Supporting both static and interactive plotting (via Matplotlib [@mckinney-proc-scipy-2010; @Hunter:2007] and Plotly [@plotly]), facilitates the processing of
9494
observational datasets, quality control, and gaining insights about the spatial distribution of outliers
9595
or other (technical) anomalies.
9696
- Facilitating reproducible, scriptable workflows for observation-space diagnostics enables the inclusion in
@@ -118,4 +118,4 @@ a major facility sponsored by the U.S. National Science Foundation under Coopera
118118

119119
# References
120120

121-
<!-- References will be automatically included from paper.bib -->
121+
<!-- References will be automatically included from paper.bib -->

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
]
1818
license = "Apache-2.0"
1919
dependencies = [
20-
"pandas>=2.2.0",
20+
"pandas>=2.2.0,<3.0.0",
2121
"numpy>=1.26",
2222
"plotly>=5.22.0",
2323
"pyyaml>=6.0.2",

0 commit comments

Comments
 (0)