Skip to content

Commit

Permalink
max and min functions for NumPy arrays and Pint quantities (#186)
Browse files Browse the repository at this point in the history
* Increment copyright year
* Fix `Pipfile` dependencies
* `aguaclara.core.utility`
  * Update documentation
  * Refactor code
  * Add min/max functions
  * Add optional_arguments decorator
  • Loading branch information
sc2267 authored and oliver-leung committed Jul 15, 2019
1 parent 53ffb56 commit c7fd936
Show file tree
Hide file tree
Showing 12 changed files with 288 additions and 131 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 AguaClara
Copyright (c) 2019 AguaClara

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ pandas = "*"
pint = "==0.8.1"
scipy = "*"
onshape_client = "*"
requests = ">=2.20.0"
matplotlib = "==3.0.3"
matplotlib = "==3.0.3" # Supports Python 3.5

[dev-packages]
codecov = "*"
coverage = "*"
pytest = "*"
pytest-cov = "*"
Sphinx = "*"
sphinx_rtd_theme = "==0.4.0"
aguaclara = {editable = true,path = "."}
sphinx_rtd_theme = "*"
aguaclara = {editable = true, path = "."}
pytest-runner = "*"
requests = ">=2.20.0"
rope = "*"
pylint = "*"
autopep8 = "*"

[requires]
python_version = "3.6"
148 changes: 75 additions & 73 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7fd936

Please sign in to comment.