Skip to content

Commit

Permalink
Release pyDARNio (#36)
Browse files Browse the repository at this point in the history
Version 1.1.1
  • Loading branch information
RemingtonRohel authored Jan 28, 2022
1 parent 5c12f09 commit 25e247a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
17 changes: 13 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
},
{
"affiliation": "University of Saskatchewan",
"name": "Krieger, K.J."
"name": "Rohel, R.A."
},
{
"affiliation": "University of Saskatchewan",
"name": "Kotyk, K."
"affiliation": "John Hopkins University",
"name": "Chartier, A.",
"orcid": "0000-0002-4215-031X"
},
{
"affiliation": "University of Saskatchewan",
"name": "Detwiller, M.H."
"name": "Krieger, K.J."
},
{
"affiliation": "University of Saskatchewan",
Expand All @@ -25,6 +26,14 @@
"name": "Burrell, A.G.",
"orcid": "0000-0001-8875-9326"
},
{
"affiliation": "University of Saskatchewan",
"name": "Detwiller, M.H."
},
{
"affiliation": "University of Saskatchewan",
"name": "Kotyk, K."
},
{
"affiliation": "University of Saskatchewan",
"name": "Martin, C.J.",
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ Python data IO library for the Super Dual Auroral Radar Network (SuperDARN).

## Changelog

## Version 1.1 - Release!

pyDARNio is released! Included are the following features:
- Reading and writing of Borealis v0.6 HDF5 files
- Bug fix with Slice interface with Borealis files
- Bug fix on reading partial records with MAP DMAP files
## Version 1.1.1 - Release!

pyDARNio is released! This is a patch release to address the following issues:
- Bug fix with initializing empty arrays when converting HDF5 files from site- to array-structured
- Bug fixes with converting files from HDF5 to DMAP
- correctly check blanked_samples
- support multiple beams per record
- replacement of far-range lag0 data in rawacf conversion

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Setup information
setup(
name="pydarnio",
version="1.1.0",
version="1.1.1",
long_description=long_description,
long_description_content_type='text/markdown',
description="Python library for reading and writing SuperDARN data",
Expand Down

0 comments on commit 25e247a

Please sign in to comment.