Skip to content

Commit

Permalink
Release packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkslabs committed Aug 12, 2016
1 parent c9fbfa6 commit ccb824a
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ reason.

### In progress

## [0.0.20] - UNRELEASED
## [0.0.20] - 2016-08-12

Bulk of changes for this release are internal - various refactoring and so
on. This isn't particularly exciting, but a release made just to say "yes
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ Release History

Release History:

- 0.0.20 - UNRELEASED - TBD
- 0.0.20 - 2016-08-12 - Mainly internal changes. Adds WIPNOTES, updates
arduino examples
- 0.0.19 - 2016-01-31 - Continued work on arduino profile and initial
Python3 support
- 0.0.18 - 2016-01-10 - Grammar changes to support object attributes
Expand Down Expand Up @@ -412,4 +413,4 @@ around version 0.0.15, based on current rate of progress.

Keeping it for now also simplifies "yield" later

Michael Sparks, February 2016
Michael Sparks, August 2016
41 changes: 35 additions & 6 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,47 @@ reason.

### In progress

## [0.0.20] - UNRELEASED
## [0.0.20] - 2016-08-12

### New
Bulk of changes for this release are internal - various refactoring and so
on. This isn't particularly exciting, but a release made just to say "yes
the project is still progressing".

*
Probably the most interesting addition is actually the creation of "WIPNOTES"
designed to support ongoing (ie WIP) development. You can also now see the
next target for the arduino profile - to support servos. This requires a
fair collection of (useful) improvements to the python type inference which
is not yet complete. As a result while the servo example *parses* it does not
yet *analyse* or *compile*.

### Other
Indeed, that's required a fair amount of rethinking about internal structure,
hence the new WIPNOTES :-)

*
### New

## [0.0.19] - 2016-01-31
* Update arduino examples; servo target example started
* Introduces a collection of WIPNOTES

### Internal

* Bump packaging for release
* Sync website updates
* Trello/doc sync
* Prettify generated C++ files
* Sync release info
* Add newsletter subscription to site info
* Changes to support debugging analysis --
* Version bumps 0.0.20
* Add comment to indenting logger
* Removed use of indenting logger :-)
* Use func_label to refer to the callable, not callable_
* Experimental addition to look at name of thing, not value
* Better python 3 compatibility
* Shorten names in profile definitions for clarity
* Subsume tree functionality into core
* Update changelog

## [0.0.19] - 2016-01-31

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ inspired heavily by python introspection) That's quite some time off.

Release History:

* 0.0.20 - UNRELEASED - TBD
* 0.0.20 - 2016-08-12 - Mainly internal changes. Adds WIPNOTES, updates arduino examples
* 0.0.19 - 2016-01-31 - Continued work on arduino profile and initial Python3 support
* 0.0.18 - 2016-01-10 - Grammar changes to support object attributes and methods, start of servo support in arduino profile.
* 0.0.17 - 2015-08-12 - Add pass statement, enable "for" on arduino, update documentation, refactor pyxie harness
Expand Down
4 changes: 2 additions & 2 deletions pyxie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
Release History:
* 0.0.20 - UNRELEASED - TBD
* 0.0.20 - 2016-08-12 - Mainly internal changes. Adds WIPNOTES, updates arduino examples
* 0.0.19 - 2016-01-31 - Continued work on arduino profile and initial Python3 support
* 0.0.18 - 2016-01-10 - Grammar changes to support object attributes and methods, start of servo support in arduino profile.
* 0.0.17 - 2015-08-12 - Add pass statement, enable "for" on arduino, update documentation, refactor pyxie harness
Expand Down Expand Up @@ -384,7 +384,7 @@
Keeping it for now also simplifies "yield" later
Michael Sparks, February 2016
Michael Sparks, August 2016
"""
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ def find_packages(path, base="" ):
Release History:
- 0.0.20 - UNRELEASED - TBD
- 0.0.20 - 2016-08-12 - Mainly internal changes. Adds WIPNOTES, updates
arduino examples
- 0.0.19 - 2016-01-31 - Continued work on arduino profile and initial
Python3 support
- 0.0.18 - 2016-01-10 - Grammar changes to support object attributes
Expand Down Expand Up @@ -477,7 +478,7 @@ def find_packages(path, base="" ):
Keeping it for now also simplifies "yield" later
Michael Sparks, February 2016
Michael Sparks, August 2016
"""
)
43 changes: 36 additions & 7 deletions site/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ template: mainpage
source_form: markdown
name: Changelog
title: Changelog
updated: February 2016
updated: August 2016
---
## Change Log

Expand All @@ -13,18 +13,47 @@ reason.

### In progress

## [0.0.20] - UNRELEASED
## [0.0.20] - 2016-08-12

### New
Bulk of changes for this release are internal - various refactoring and so
on. This isn't particularly exciting, but a release made just to say "yes
the project is still progressing".

*
Probably the most interesting addition is actually the creation of "WIPNOTES"
designed to support ongoing (ie WIP) development. You can also now see the
next target for the arduino profile - to support servos. This requires a
fair collection of (useful) improvements to the python type inference which
is not yet complete. As a result while the servo example *parses* it does not
yet *analyse* or *compile*.

### Other
Indeed, that's required a fair amount of rethinking about internal structure,
hence the new WIPNOTES :-)

*
### New

## [0.0.19] - 2016-01-31
* Update arduino examples; servo target example started
* Introduces a collection of WIPNOTES

### Internal

* Bump packaging for release
* Sync website updates
* Trello/doc sync
* Prettify generated C++ files
* Sync release info
* Add newsletter subscription to site info
* Changes to support debugging analysis --
* Version bumps 0.0.20
* Add comment to indenting logger
* Removed use of indenting logger :-)
* Use func_label to refer to the callable, not callable_
* Experimental addition to look at name of thing, not value
* Better python 3 compatibility
* Shorten names in profile definitions for clarity
* Subsume tree functionality into core
* Update changelog

## [0.0.19] - 2016-01-31

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion site/src/panels/shortlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Shortlog
updated: July 2015
title: Shortlog
---
* 0.0.20 - UNRELEASED - TBD
* 0.0.20 - 2016-08-12 - Mainly internal changes. Adds WIPNOTES, updates arduino examples
* 0.0.19 - 2016-01-31 - Continued work on arduino profile and initial Python3 support
* 0.0.18 - 2016-01-10 - Grammar changes to support object attributes and methods, start of servo support in arduino profile.
* 0.0.17 - 2015-08-12 - Add pass statement, enable "for" on arduino, update documentation, refactor pyxie harness
Expand Down

0 comments on commit ccb824a

Please sign in to comment.