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

Update changelog and copyright headers #10

Merged
merged 2 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018-2021 Simons Foundation
# Copyright (c) 2018-2024 Simons Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/enumerate.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/iterator_facade.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/itertools.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2019-2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/omp_chunk.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2020 Simons Foundation
// Copyright (c) 2019-2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/product.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/range.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/sentinel.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/slice.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/stride.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/transform.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/utils.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
4 changes: 2 additions & 2 deletions c++/itertools/zip.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Simons Foundation
// Copyright (c) 2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Olivier Parcollet, Nils Wentzell, chuffa
// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa

/**
* @file
Expand Down
27 changes: 27 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
@page changelog Changelog

## Version 1.3.0

This is Version 1.3.0 of Itertools, a single-header library for adapting C++ ranges.

We thank all contributors: Thomas Hahn, Alexander Hampel, Henri Menke, Nils Wentzell

Find below an itemized list of changes in this release.

### General
* Clean up detail namespace to consistently contain implementation details
* Improve test coverage and clean up tests
* Split itertools.hpp into multiple header files
* Remove unused zip_with function
* Fix for combination of product and stride
* Fix strided range and add corresponding test

### doc
* Add documentation to the C++ source code files
* Remove any sphinx related files and switch to doxygen to generate documentation
* Build and deploy documentation with GitHub Actions

### cmake
* Remove python and cpp2py dependencies
* Use GNUInstallDirs in install commands
* Set policy CMP0144 to new


## Version 1.2.0

This is Version 1.2.0 of Itertools, a single-header library for adapting C++ ranges.
Expand Down
4 changes: 2 additions & 2 deletions test/c++/itertools.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2022 Simons Foundation
// Copyright (c) 2020-2024 Simons Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors: Nils Wentzell
// Authors: Thomas Hahn, Nils Wentzell

#include <gtest/gtest.h>
#include <itertools/itertools.hpp>
Expand Down
Loading