Skip to content

Commit 89fc79d

Browse files
committed
prepare release 0.1.5
1 parent 8f9e39f commit 89fc79d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@
2424

2525
- Implemented custom rules using xrlint to validate metadata in dataset, which is necessary to
2626
generate a STAC collection valid for ESA Open Science Catalog.
27-
- Improved starter templates used for publishing.
27+
- Improved starter templates used for publishing.
28+
29+
## Changes in 0.1.5
30+
31+
- Automatic generation of git-pull redirect from a full GitHub notebook URL which
32+
allows users to open the referenced book directly from DeepESDL.
33+
- Introduced build_link_to_jnb method for creating STAC-compatible notebook links with
34+
metadata on kernel, environment, and containerization.
35+
- Added originating application platform metadata to generated OGC API records for
36+
DeepESDL experiments and workflows.

deep_code/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2020
# DEALINGS IN THE SOFTWARE.
2121

22-
version = "0.1.4.dev1"
22+
version = "0.1.5"

0 commit comments

Comments
 (0)