Skip to content

Commit

Permalink
0.6.28 release candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Aug 23, 2020
1 parent 0363bc1 commit 778ff7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/source/new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ What is New in Static Frame
0.6.28
----------

Introduced the ``Batch``, a lazy, parallel processor of groups of ``Frame``.

``Index`` and ``IndexHierarchy`` ``intersection()`` and ``union()`` now accept ``*args``, performing the set operation iteratively on all arguments.

Revised default aggregation function to ``Frame.pivot``.
Expand Down
2 changes: 1 addition & 1 deletion static_frame/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
from static_frame.core.util import PathSpecifierOrFileLike as PathSpecifierOrFileLike
from static_frame.core.util import SeriesInitializer as SeriesInitializer

__version__ = '0.6.27' # use -dev for new version in development
__version__ = '0.6.28' # use -dev for new version in development

0 comments on commit 778ff7c

Please sign in to comment.