diff --git a/appveyor.yml b/appveyor.yml index 3fdd7bec9..ddfa7c90d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,6 @@ build_script: cmake --build . --config Release --target install test_script: - cmd: >- - C:\Python39-x64\python -m pip install -U pytest numpy scipy astropy matplotlib mpmath vectormath && + C:\Python310-x64\python -m pip install -U pytest numpy scipy astropy matplotlib mpmath vectormath && cd C:\projects\numcpp\test\pytest && - C:\Python39-x64\python -m pytest + C:\Python310-x64\python -m pytest diff --git a/develop/ToDo.md b/develop/ToDo.md new file mode 100644 index 000000000..c7fe9acc7 --- /dev/null +++ b/develop/ToDo.md @@ -0,0 +1,3 @@ +## Changes + + * should the indices operator() and [] sort and take unique of the indices? This is not inline with NumPy diff --git a/docs/doxygen/html/_bisection_8hpp.html b/docs/doxygen/html/_bisection_8hpp.html index b562273fa..520e94fa3 100644 --- a/docs/doxygen/html/_bisection_8hpp.html +++ b/docs/doxygen/html/_bisection_8hpp.html @@ -3,7 +3,7 @@
- ++ |
+ NumCpp
+ 2.7.0
+
+ A Templatized Header Only C++ Implementation of the Python NumPy Library
+ |
+
Go to the source code of this file.
++Namespaces | |
nc | |
+Functions | |
NdArray< double > | nc::bartlett (int32 m) |
License Copyright 2018-2022 David Pilger
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+Description Functions for working with NdArrays
+