Skip to content

Releases: scottprahl/pygrin

Better packaging

22 Sep 17:08
Compare
Choose a tag to compare

0.5.1

  • fix inconsistent python requires

0.5.0

  • no new features, just updating packaging
  • add conda-forge support
  • add zenodo DOI citation support
  • add github action workflows
  • add trivial test file

Pure Python Release

06 Aug 18:55
Compare
Choose a tag to compare

pygrin has always been pure python, but I was packaging it incorrectly. This is now fixed.

No new features in this release.

Better help and docs

12 Jan 18:30
Compare
Choose a tag to compare

Minor release. No substantive changes.

Fix function parameter docs in sphinx

19 May 19:41
Compare
Choose a tag to compare

Better packaging, documentation

19 May 17:47
Compare
Choose a tag to compare

This release features

linting

22 Jan 17:39
Compare
Choose a tag to compare

Mostly just improved packaging, README, and compliance with pylint and autopep8 standards.

renamed pitch() to period() to avoid name conflict.

v0.2.0

04 Mar 00:35
Compare
Choose a tag to compare

Improve packaging to limit which functions get imported

Fix __init__.py so pygrin package can be imported using

import pygrin as grin

Rename index() to parabolic_profile_index()