Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Jan 15, 2025
1 parent 9d1c5f3 commit b2cdea0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 MAVEN SDC
Copyright (c) 2024 Regents of the University of Colorado

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
33 changes: 33 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@
Changelog
=========

1.3.3
=====
Worked through a backlog of bugs

xarray_to_cdf
-------------
- Fixed errors that come up with ISTP compliance when a support_data variable has no time variance and depends on another support_data variable
- Fully remove the deprecated flags of from_unixtime, from_datetime, unixtime_to_cdftt2000, datetime_to_cdftt2000, datetime64_to_cdftt2000
- Added a check to verify that LABLAXIS/LABL_PTR variables have the same dimensions as the data they need to label

cdfwrite
--------
- Now throw an error when np.uint64 data is given, as it is not a supported data type
- Fixed a bug that wrote a record's length incorrectly for certain string inputs, causing corrupt CDF files to be generated

cdfread
--------
- Fixed a bug where string data was given an extra dimension once read

cdf_to_xarray
--------------
- Fixed a bug that caused all data to be squeezed, removing dimensions of size 1

epochs
------
- Fixed a bug that occured in CDF_TT2000 to np.datetime64 conversion code, which caused all "minutes" to be dropped from the dates if the array contained any dates from before 1972 (which includes all FILLVALs)

1.3.2
=====
cdfread
-------
- Updated cdfread to allow anon access from AWS S3

1.3.1
=====
General Updates
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cdflib" %}
{% set version = "1.3.1" %}
{% set version = "1.3.3" %}

package:
name: "{{ name|lower }}"
Expand All @@ -8,7 +8,7 @@ package:
source:
git_url: https://github.com/MAVENSDC/cdflib.git
git_depth: 20
git_rev: 1.3.1
git_rev: 1.3.3

build:
number: 0
Expand Down

0 comments on commit b2cdea0

Please sign in to comment.