Skip to content

Commit 65bc225

Browse files
committed
Update readme and changelog in preparation for 0.1.0.1
1 parent 764105b commit 65bc225

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for dataframe
22

3+
## 0.1.0.0
4+
5+
* Initial release
6+
37
## 0.1.0.1
48

59
* Fixed parse failure on nested, escaped quotation.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ A tool for exploratory data analysis.
1212

1313

1414
## What is exploratory data analysis?
15-
We provide a primer [here](./docs/exploratory_data_analysis_primer.md) and show how to do some common analyses.
15+
We provide a primer [here](https://github.com/mchav/dataframe/blob/main/docs/exploratory_data_analysis_primer.md) and show how to do some common analyses.
1616

1717
## Coming from other dataframe libraries
1818
Familiar with another dataframe library? Get started:
19-
* [Coming from Pandas](./docs/coming_from_pandas.md)
20-
* [Coming from Polars](./docs/coming_from_polars.md)
21-
* [Coming from dplyr](./docs/coming_from_dplyr.md)
19+
* [Coming from Pandas](https://github.com/mchav/dataframe/blob/main/docs/coming_from_pandas.md)
20+
* [Coming from Polars](https://github.com/mchav/dataframe/blob/main/docs/coming_from_polars.md)
21+
* [Coming from dplyr](https://github.com/mchav/dataframe/blob/main/docs/coming_from_dplyr.md)
2222

2323
## Example usage
2424

dataframe.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: dataframe
3-
version: 0.1.0.0
3+
version: 0.1.0.1
44

55
synopsis: An intuitive, dynamically-typed DataFrame library.
66

0 commit comments

Comments
 (0)