Skip to content

Commit

Permalink
document new flag functions and change to O2 calc
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Jun 24, 2024
1 parent e2236ce commit 2af70a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# oceglider 0.1.10

* Rename flag functions to avoid conflict with oce, e.g. `setFlags()`
is now `setGliderFlags()` and `initializeFlagScheme()` is now
`initializeGliderFlagScheme()`. Behind the scenes, object-oriented
generic function methods have been replaced with conventional
functions.
* Rename flag functions to avoid conflict with oce, e.g. the `oce`
functions named `setFlags()` and `handleFlags()` are replaced with
`setGliderFlags()` and `handleGliderFlags()` in `oceglider`.
* Correct the formula used to convert oxygen from ml/l to umol/kg,
used in `swOxygenFrequencyToSaturation()`.

# oceglider 0.1.9

Expand Down
3 changes: 2 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2af70a2

Please sign in to comment.