Skip to content

Commit

Permalink
Merge pull request #4 from NREL/develop
Browse files Browse the repository at this point in the history
Version 1.0.1
  • Loading branch information
stephen-frank committed Aug 23, 2023
2 parents 84afce7 + ebce396 commit 1dc99fc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ This file tracks notable changes to **nreCsvExt**. The format is based on

[View Changes](https://github.com/NREL/nrelCsvExt/compare/main...develop)

## [v1.0.1] (2023-08-22)

[v1.0.1]: https://github.com/NREL/nrelCsvExt/releases/tag/v1.0.1

[View Changes](https://github.com/NREL/nrelCsvExt/compare/v1.0.0...v1.0.1)

### Changed

- Added Github links to documentation for release notes, change log, and
reporting issues.

## [v1.0.0] (2023-08-18)

[v1.0.0]: https://github.com/NREL/nrelCsvExt/releases/tag/v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions build.fan
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env fan

// Copyright (C) 2022, Alliance for Sustainable Energy, LLC
// Copyright (C) 2023, Alliance for Sustainable Energy, LLC
// All Rights Reserved

using build
Expand All @@ -15,7 +15,7 @@ class Build : BuildPod
{
podName = "nrelCsvExt"
summary = "Import and export functions for CSV data"
version = Version("1.0.0")
version = Version("1.0.1")
meta = [
"ext.name": "nrelCsv",
"ext.depends": "io,nrelUtility",
Expand Down
9 changes: 7 additions & 2 deletions pod.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ software.

The NREL CSV extension requires SkySpark 3.1 or later and
[nrelUtilityExt]`https://stackhub.org/package/nrelUtilityExt` 2.0 or later.
Most functions are `overridable`. See the **nrelCsvExt**
[Github repository]`https://github.com/NREL/nrelCsvExt/` for important
[release notes]`https://github.com/NREL/nrelCsvExt/releases` and a
[change log]`https://github.com/NREL/nrelCsvExt/blob/main/CHANGELOG.md`.
Please report issues [here]`https://github.com/NREL/nrelCsvExt/issues`.

Importing Records [#importRecs]
*******************************
Expand Down Expand Up @@ -560,7 +565,7 @@ convenience processing. The function arguments are:
- 'opts': Dict of control [options]`ext-nrelCsv::doc#exportHisOpts`

Control Options [#exportHisOpts]
--------------------------------
================================

Control options for `csvExportHistory` are passed as name-value pairs within
the 'opts' argument. The following options are supported:
Expand Down Expand Up @@ -589,7 +594,7 @@ be passed as markers, with 'x' equivalent to 'x:true' and '-x' equivalent to
'preview:10'.

Workflow [#exportHisWorkflow]
-----------------------------
=============================

The export workflow is as follows:

Expand Down

0 comments on commit 1dc99fc

Please sign in to comment.