Skip to content

Releases: SciQLop/CDFpp

v0.3.3

26 Jul 15:06
Compare
Choose a tag to compare

Switch to meson-python.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 Jul 09:51
Compare
Choose a tag to compare

Bugfix for record vary string variables and GCC12 build issue.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Apr 15:45
Compare
Choose a tag to compare

Numpy dependency was missing.
Full Changelog: v0.3.0...v0.3.1

v0.3.0

01 Apr 13:09
Compare
Choose a tag to compare

Refac/cleanups/Fixes

C++ lib:

  • Reorganized files to force include path to be 'cdfpp/...'
  • cleaned headers install path

Python wrapper

  • Removed many compilation warnings
  • Added missing support for CDF time attributes data
  • Added more overloads to datetime/datetime64 conversion functions

Code examples

  • added demo jupyter notebook
  • added binderhub badge

Full Changelog: v0.2.3...v0.3.0

v0.2.3

30 Mar 20:03
Compare
Choose a tag to compare

Fix compilation issue.
Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 Mar 16:56
Compare
Choose a tag to compare

Fixed variables loading with nested VXR and compressed variables that are not compressed.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Mar 17:19
Compare
Choose a tag to compare

What's Changed

Fixes variables attributes loading.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Mar 22:41
Compare
Choose a tag to compare

What's Changed

  • Mesonpep517 + many improvements by @jeandet in #5

Full Changelog: v0.1.6...v0.2.0

v0.1.6: Another Windows fix...

20 Jan 14:57
Compare
Choose a tag to compare
Pre-release
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

v0.1.3: Tells PyPi that desc is MD and removed C++ fs usage

19 Jan 17:24
Compare
Choose a tag to compare
Looks like gcc8 shipped with manylinux2014 container doesn't support
filesystem module.

Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>