Skip to content

Commit

Permalink
0.5.0 release (#462)
Browse files Browse the repository at this point in the history
* update uber to use spack fork up-to-date with develop as of 10/22

* fix py3 typo in uberenv-conduit pkg

* windows fixes for libyaml

* py3 strdup fixes for windows

* fix a few api exports in relay

* add py2 packages.yaml constraints for travis

* relay hdf5 windows warnings fixes

* libyaml def fix for windows

* if newer hdf5 imported tgts exist, use those on windows

* report git exe using cmake status msg

* add doc strings to conduit.blueprint.mesh.examples funcs

* more doc strings for conduit.blueprint py mod

* add basic example to conduit.blueprint py mod

* update release notes
  • Loading branch information
cyrush authored Oct 26, 2019
1 parent a4f8dbc commit 63ef74f
Show file tree
Hide file tree
Showing 77 changed files with 771 additions and 2,520 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s

## Unreleased

## [0.5.0] - Released 2019-10-25

### Added

#### General
Expand All @@ -22,6 +24,7 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
- Added the the "specsets" top-level section to the Blueprint schema, which can be used to represent multi-dimensional per-material quantities (most commonly per-material atomic composition fractions).
- Added explicit topological data generation functions for points, lines, and faces
- Added derived topology generation functions for element centroids, sides, and corners
- Added the basic example function to the conduit.mesh.blueprint.examples module

#### Relay
- Added optional ZFP support to relay, that enables wrapping and unwraping zfp arrays into conduit Nodes.
Expand All @@ -30,6 +33,7 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
### Changed

#### General
- Conduit's automatic build process (uberenv + spack) now defaults to using Python 3
- Improved CMake export logic to make it easier to find and use Conduit install in a CMake-based build system. (See using-with-cmake example for new recipe)

#### Relay
Expand All @@ -46,6 +50,7 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
#### Relay

- Fixed crash with mpi broadcast_using_schema() when receiving tasks pass a non empty Node.
- Fixed a few Windows API export issues for relay io

## [0.4.0] - Released 2019-03-01

Expand Down Expand Up @@ -281,7 +286,8 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
### Added
- Initial Open Source Release on GitHub

[Unreleased]: https://github.com/llnl/conduit/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/llnl/conduit/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/llnl/conduit/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/llnl/conduit/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/llnl/conduit/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/llnl/conduit/compare/v0.2.1...v0.3.0
Expand Down
247 changes: 0 additions & 247 deletions scripts/uberenv/packages/_old/_python/package.py

This file was deleted.

91 changes: 0 additions & 91 deletions scripts/uberenv/packages/_old/cmake/package.py

This file was deleted.

Loading

0 comments on commit 63ef74f

Please sign in to comment.