Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.4 #117

Closed
wants to merge 16 commits into from
Closed

v0.1.4 #117

wants to merge 16 commits into from

Conversation

erp12
Copy link
Owner

@erp12 erp12 commented Mar 24, 2019

  • Changed PushState.pretty_print() signature from argument annotation to default.
  • Removed variable annotations from codebase to make pyshgp compatible with Python 3.5 again.
  • Fixed overflow error in dup_times instructions (OverflowError possible in dup_times instruction. #108)
  • TakesStateInstruction allows for tuple return values
  • If push program input value is Atom subtype, it will no longer be wrapped in a Literal.
  • Removed incorrect numpy string types.
  • All exceptions when evaluating atoms will be caught and raised after printing which atom was being evaluated.
  • Added documentation article on instructions.
  • Added documentation showing all core instruction docstrings.
  • Tuned string tutorial examples to take less time for CI testing.
  • Fixed typos in README.md
  • Added a release notes page

erp12 and others added 14 commits March 12, 2019 14:43
* Changed PushState.pretty_print signature from annotation to default
* TakesStateInstruction allows for tuple return values
* If input is Atom subtype, does not put in Literal.
* Removed incorrect numpy string types.
* Catch all exception when evaluating atoms
* Added documentation article on instructions
* Removed variable annotations
* Fixed overflow error in dup_times instructions
* Changed string tutorials to take less time for CI testing
* Added release notes doc and core instruction set doc
Fixed typos in README.md
Changed PushState.pretty_print signature from annotation to default
TakesStateInstruction allows for tuple return values
If input is Atom subtype, does not put in Literal.
Removed incorrect numpy string types.
Catch all exception when evaluating atoms
Added documentation article on instructions
Removed variable annotations
Fixed overflow error in dup_times instructions
Changed string tutorials to take less time for CI testing
Added release notes doc and core instruction set doc
@erp12
Copy link
Owner Author

erp12 commented Mar 24, 2019

The code for this PR was rebased directly into master.

@erp12 erp12 deleted the v0.1.4 branch June 2, 2020 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant