Skip to content

Commit

Permalink
version bump + fixes #53,#49
Browse files Browse the repository at this point in the history
  • Loading branch information
genmeblog committed Oct 29, 2021
1 parent 7dc2b81 commit e0306d7
Show file tree
Hide file tree
Showing 11 changed files with 1,083 additions and 1,052 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [6.025]

### Added

* [#49] added docstring to `add-column`

### Fixed

* [#53] summary prefix ignored for aggregate (when fn[ds] is passed)

## [6.023]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ examples](https://scicloj.github.io/tablecloth/index.html)

\_unnamed \[10 3\]:

| :summary | :year | :symbol |
| summary | :year | :symbol |
| -----------: | ----: | ------- |
| 21.74833333 | 2000 | AAPL |
| 10.17583333 | 2001 | AAPL |
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:extra-paths ["data"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
techascent/tech.ml.dataset {:mvn/version "6.023"}
techascent/tech.ml.dataset {:mvn/version "6.025"}

;; generateme/fastmath {:mvn/version "2.1.0"}
}}
Loading

0 comments on commit e0306d7

Please sign in to comment.