Skip to content

Commit

Permalink
v0.1.0a3 (#27)
Browse files Browse the repository at this point in the history
* Return tuples for dataframe input
  • Loading branch information
dvdjlaw authored Jul 4, 2020
1 parent 1d5d2bc commit 5c080d0
Show file tree
Hide file tree
Showing 6 changed files with 1,854 additions and 2,209 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI

on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]

Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
pyscagnostics CHANGELOG
=========================

v0.1.0a1
v0.1.0a3
--------
- Python package alpha release
- Return tuples instead of dict for Pandas DataFrame input

v0.1.0a2
--------
- Add column indexers for Pandas DataFrame input
- Add column indexers for Pandas DataFrame input

v0.1.0a1
--------
- Python package alpha release
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0a2
0.1.0a3
Loading

0 comments on commit 5c080d0

Please sign in to comment.