Skip to content

Commit

Permalink
Merge pull request #8 from LLNL/node-api
Browse files Browse the repository at this point in the history
Node api
  • Loading branch information
ltaylor16 authored Jan 11, 2018
2 parents 50f3dac + 3d158ca commit 958b157
Show file tree
Hide file tree
Showing 12 changed files with 1,068 additions and 1,077 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## v0.6.0 - 2018-01-10
### Changed
- Improved API for creating LibraryNode instances by using keyword arguments.
- Factored out routine create_library_from_dictionary for dealing with YAML
generated dictionary.
- Moved code into generate.py which generates additional routines to wrap.

## v0.5.0 - 2018-01-09
### Added
- File shroud/ast.py with LibraryNode, ClassNode, and FunctionNode.
Expand Down Expand Up @@ -38,4 +45,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## v0.2.0 - 2017-10-26
### Initial Open Source Release

4 changes: 2 additions & 2 deletions shroud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"""


__version__ = "0.5.0"
version_info = (0,5,0,"beta",0)
__version__ = "0.6.0"
version_info = (0,6,0,"beta",0)
# 'alpha', 'beta', 'candidate', or 'final'.
Loading

0 comments on commit 958b157

Please sign in to comment.