Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmang-jambit committed Jun 27, 2021
1 parent 54b035e commit c1480de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.11.0] - 2021-04-25
## [0.11.0] - 2021-06-27
### Added
- Rolling window Mean and StdDev
- GroupBy and Aggregate
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Gota: DataFrames, Series and Data Wrangling for Go
==================================================

Meet us on Slack: Slack: [gophers.slack.com](https://gophers.slack.com) #go-gota ([invite](https://gophersinvite.herokuapp.com/))

This is an implementation of DataFrames, Series and data wrangling
methods for the Go programming language. The API is still in flux so
*use at your own risk*.
Expand Down
12 changes: 12 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ROADMAP

## [0.12.0]

- more functionality of [Pandas](https://pandas.pydata.org/pandas-docs/stable/reference/index.html) (without copying the API)
- more functional style of the API ([like Scala has](https://www.scala-lang.org/api/current/scala/collection/immutable/List.html))
- deprecate API parts not fitting the functional style

## [0.13.0]

- maybe Go Generics are in place
- see, how we can shift towards more typesavety (using interface{} everywhere is ugly)

0 comments on commit c1480de

Please sign in to comment.