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

Develop -> Master merge for v0.4.0 #178

Merged
merged 8 commits into from
Aug 30, 2017
Merged

Develop -> Master merge for v0.4.0 #178

merged 8 commits into from
Aug 30, 2017

Commits on Apr 20, 2017

  1. Extended YAML (#164)

    * Added test:// URI schema.
    
    * Config: Py3 fix and support for setting attrs.
    
    * Added sub/indexing to attrs config.
    
    * Added to docstring.
    
    * Added support for physical quantities to config.
    
    * pylint fixes
    
    * Tests for new setattr_expression
    
    * Added tests for new config, YAML.
    
    * pylint fix for new tests
    
    * Very minor pylint fix
    
    * Added ruamel.yaml as testing dep.
    
    * Reworked awkward sentence.
    
    * Updated docs for ruamel.yaml dep.
    
    * Remove pyyaml, only use ruamel.yaml
    
    * Disabled info category messages from mylint.
    
    * Added version dump to travis config.
    
    * Trying ot use python -m to work around venv issues.
    
    * Revert "Trying ot use python -m to work around venv issues."
    
    This reverts commit f73a243.
    
    * ruamel.yaml vs ruamel_yaml and fixing pylint false +ve.
    
    * Explicitly use unsafe loader as suggested by ruamel.yaml warnings.
    
    * Marked test as explicitly unsafe as well.
    cgranade authored and scasagrande committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    065d3d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Fixes for pylint version 1.7 (#166)

    * Started fixing new pylint 1.7 checks.
    
    * More pylint17 fixes.
    
    * Removed flags that are now disabled by default.
    
    * Still more misc pylint17 fixes.
    
    * Updated pylint freeze to 1.7.
    
    * Guess what? Still more misc fixes.
    
    * More fixes.
    
    * pylint17 fixes nearly done
    
    * Should be the last fixes for 1.7.
    
    * pylint 1.7 fix
    
    * Fix parameter names
    
    * Update pylint 1.7->1.7.1
    
    * Cleanup thorlabs_utils.py
    cgranade authored and scasagrande committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    6c6dbb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Update supported Python versions (#170)

    * Add Py36 and drop Py33
    
    * Update readme
    
    * Revert adding version constraint to numpy
    scasagrande committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    3316327 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Pin ruamel version (#171)

    * Use ruamel.yaml 0.14
    scasagrande committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    cf71116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363de47 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. Configuration menu
    Copy the full SHA
    215a6d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Feature: named structures (#169)

    * Initial version of named struct class.
    
    * Added tests for new class.
    
    * docs and a pylint fix.
    
    * Py3k fix (filter → list(filter))
    
    * Improvements to string handling.
    
    * Ignored additional carp.
    
    * Provide fixes for build and start using hypothesis
    
    * Locked requirements.txt; see #174.
    
    * Fixed py3k compat issue.
    
    * Fixed negative length checks.
    
    * Fixed bug in StringField.__get__
    
    * Added NamedStruct.__eq__ test.
    
    * Fixing pylint warnings.
    
    * Moved pylint warning comment.
    
    * Changed numpy version in reqs as suggested by @scasagrande
    cgranade authored and scasagrande committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    12e9a15 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    5a8e546 View commit details
    Browse the repository at this point in the history