Skip to content

Commit 7beb6f6

Browse files
add camelCase section to migration guide
1 parent 5ee519e commit 7beb6f6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/StardustDocs/topics/MigrationTo_1_0.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
As we move toward version 1.0, many functions have been changed, deprecated, or removed.
66
This section provides a complete overview of all API changes to help you migrate to 1.0.
77

8+
### Renamed functions and classes to the correct CamelCase spelling { id="camelCase" }
9+
10+
All functions and classes in Kotlin DataFrame
11+
have been renamed to
12+
[the correct CamelCase spelling](https://developer.android.com/kotlin/style-guide#camel_case).
13+
14+
See below for a complete list of the renamed functions and classes.
15+
816
### Migration to Deephaven CSV
917

1018
All CSV (as well as TSV) IO was migrated to a new, fast, and efficient
@@ -15,7 +23,7 @@ All related methods are now located in the separate [`dataframe-csv`](Modules.md
1523
(which is included by default in the general [`dataframe`](Modules.md#dataframe-general) artifact
1624
and in `%use dataframe` in [Kotlin Notebook](SetupKotlinNotebook.md)).
1725

18-
Functions were also renamed to the correct [CamelCase](https://en.wikipedia.org/wiki/Camel_case) spelling.
26+
Functions were also renamed to [the correct CamelCase spelling](#camelCase).
1927

2028
All new functions keep the same arguments as before and additionally introduce new ones.
2129
Also, [there are new arguments that expose Deephaven CSV features](read.md#unlocking-deephaven-csv-features).

0 commit comments

Comments
 (0)