Skip to content

Commit

Permalink
create version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garyjg committed Jun 30, 2022
1 parent 8f1031e commit 7cbe227
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
15 changes: 11 additions & 4 deletions BSpline/BSpline.dox
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ BSplineBase class.
/**
@page Cubic B-Spline
@author Gary Granger (http://www.eol.ucar.edu/homes/granger)
@date July, 2015
@date June, 2022

@section download Download

This software is copyright 2015 by the University Corporation for
This software is copyright 2022 by the University Corporation for
Atmospheric Research (UCAR). It is licensed for use according to the
standard BSD license:

Expand All @@ -30,11 +30,11 @@ implementation by James L. Franklin, NOAA/Hurricane Research Division.

The source should be available for download from github here:

- https://github.com/ncareol/bspline
- https://github.com/NCAR/bspline

The generated documentation may also be online here:

- http://ncareol.github.io/bspline/
- http://ncar.github.io/bspline/

@section documentation Documentation

Expand All @@ -50,6 +50,13 @@ The HTML documentation is generated from the source files by Doxygen

@section releasenotes Release Notes

<h2>Release 2.1</h2>

Fix missing assignment operator bug in BSplineBase. Thanks to @@AlexRockliff
for reporting it.

Add simple automated test which compares sample outputs against baseline.

<h2>Release 2.0</h2>

The two obsolete version methods were merged into one,
Expand Down
6 changes: 1 addition & 5 deletions BSpline/BSplineVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@
#define bspline_str(s) #s
#define BSPLINE_VERSION bspline_xstr(BSPLINE_AUTO_REVISION)
#else
#define BSPLINE_VERSION "v2.0-x"
#define BSPLINE_VERSION "v2.1"
#endif

/*
* The repo URL has been hardcoded to the NCAR organization, since it moved
* from the ncareol organization.
*/
#define BSPLINE_URL "https://github.com/NCAR/bspline"

#endif // _BSPLINE_VERSION_H_

0 comments on commit 7cbe227

Please sign in to comment.