Skip to content

Commit

Permalink
Merge pull request #238 from pepkit/dev
Browse files Browse the repository at this point in the history
version 0.19
  • Loading branch information
nsheff committed Jan 16, 2019
2 parents 35da352 + d1f4faa commit 8ff1a11
Show file tree
Hide file tree
Showing 24 changed files with 1,312 additions and 358 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# peppy python package

[![Documentation Status](http://readthedocs.org/projects/pep/badge/?version=latest)](http://peppy.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.org/pepkit/peppy.svg?branch=master)](https://travis-ci.org/pepkit/peppy)
[![Documentation Status](http://readthedocs.org/projects/pep/badge/?version=latest)](http://peppy.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.org/pepkit/peppy.svg?branch=master)](https://travis-ci.org/pepkit/peppy) [![PEP compatible](http://pepkit.github.io/img/PEP-compatible-green.svg)](http://pepkit.github.io)

`peppy` is the official python package for reading **Portable Encapsulated Projects** or **PEP**s in `python`.

Expand Down
17 changes: 16 additions & 1 deletion doc/source/changelog.rst
@@ -1,6 +1,21 @@
Changelog
******************************

- **v0.19** (*2019-01-16*):

- Changed

- ``Project`` construction no longer requires sample annotations sheet.

- Specification of assembly/ies in project config outside of ``implied_attributes`` is deprecated.

- ``implied_columns`` and ``derived_columns`` are deprecated in favor of ``implied_attributes`` and ``derived_attributes``.

- New

- Added ``activate_subproject`` method to ``Project``.


- **v0.18.2** (*2018-07-23*):

- Fixed
Expand All @@ -22,7 +37,7 @@ Changelog

- Add ``get_sample`` and ``get_samples`` functions to ``Project`` objects.

- Add ``get_subsamples``and ``get_subsample`` functions to both ``Project`` and ``Sample`` objects.
- Add ``get_subsamples`` and ``get_subsample`` functions to both ``Project`` and ``Sample`` objects.

- Subsamples are now objects that can be retrieved individually by name, with the ``subsample_name`` as the index column header.

Expand Down

0 comments on commit 8ff1a11

Please sign in to comment.