-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major Features: - Experimental release of the python bindings. See the test cases for an example of usage. - Approved for release from ANL legal department. Added license file. - Exposed and documented `pressio_data` class interface in C++ - Breaking Change: previously compress and decompress accepted a pointer to a pointer, not it accepts a pointer to a data structure. This change was to facility the python bindings. Propagated this change throughout the design. - Breaking Change: previously the dimension interfaces were spelled incorrectly, this spelling change has been made across the code. Propagated this change throughout the design. Minor Features: - Documented stability guidelines - Documented Option Name guidelines Bug Fixes: - Fixed Error in build instructions and examples in README - Fixed spelling and capitalization issues. - Fixed issues where libpressio was not properly prefixing its cmake export file. - Fixed issues where headers would improperly depend on global headers rather than those in the repository.
- Loading branch information
Showing
36 changed files
with
4,080 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Copyright © 2019 , UChicago Argonne, LLC | ||
All Rights Reserved | ||
[libpressio, Version 0.8.0] | ||
Robert Underwood | ||
Argonne National Laboratory | ||
|
||
OPEN SOURCE LICENSE (license number: SF-19-112) | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Software changes, modifications, or derivative works, should be noted with comments and the author and organization's name. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
|
||
3. Neither the names of UChicago Argonne, LLC or the Department of Energy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
|
||
4. The software and the end-user documentation included with the redistribution, if any, must include the following acknowledgment: | ||
|
||
"This product includes software produced by UChicago Argonne, LLC under Contract No. DE-AC02-06CH11357 with the Department of Energy." | ||
|
||
****************************************************************************************************** | ||
DISCLAIMER | ||
|
||
THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND. | ||
|
||
NEITHER THE UNITED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT OF ENERGY, NOR UCHICAGO ARGONNE, LLC, NOR ANY OF THEIR EMPLOYEES, MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF ANY INFORMATION, DATA, APPARATUS, PRODUCT, OR PROCESS DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS. | ||
|
||
*************************************************************************************************** | ||
|
||
Contact: Sheng Di ([email protected]), Robert Underwood ([email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.