Commit graph

16 commits

Author SHA1 Message Date
Shay Carter
02d8198a99 Updated the environment.yml and setup.py files
- remove jupyter_contrib_nbextensions package from environment.yml as this is no longer supported
- update the version in the setup.py file so when installing locally it has v20 associated with it
- remove download link from the setup.py file since it's not correct for the beta
2023-09-18 14:27:01 -06:00
Shay Carter
2d5bc31ddf Changes to make python-awips compatible with Python3.10
- change collections import to collections.abc
- change specific class reference from collections.[class_name] to collections.abc.[class_name]
- change environment file back to specifying Python3, instead of exactly specifying 3.9
- roll version number in setup.py
2022-08-23 18:12:30 -06:00
Shay Carter
d0ec407641 Rolled to next version for release (18.1.10) 2022-04-19 11:57:27 -06:00
Shay Carter
3c32c850e6 Update version number for new release 2022-04-19 10:38:02 -06:00
Shay Carter
425751dee4 First pass at implementing automated publishing
- created a new 'release.yml' file which is a GH Action that is triggered by a new Published Release
- it builds python from the latest in the main branch, and then will push it to pip (that part is commented out for this first pass for testing)

Small changes to the setup.py for python-awips builds
- changed the doc url to point to our new/current doc site
- changed the author's email from mj's to support-awips

Add in logic for publishing release to pypi
2022-01-05 16:12:16 -07:00
mjames-upc
efe60cb591 version 18.1.7 2018-12-11 14:42:59 -07:00
Michael James
1b68f8800c PEP 8 coding standards 2018-10-16 21:33:43 -06:00
Michael James
61fc74a9ef 18.1.6 2018-10-15 17:16:05 -06:00
Michael James
41f01b7445 18.1.5 2018-10-14 13:18:11 -06:00
Michael James
c056251634 move the shapely dep 2018-10-11 14:40:46 -06:00
Michael James
c6033be7b1 shapely dependency 2018-10-11 14:33:38 -06:00
Michael James
b5c7b7a1bf version 18.1.4 2018-10-11 12:00:26 -06:00
Michael James
99e12192b8 version 18.1.3 2018-10-09 15:26:44 -06:00
mjames-upc
6d134b88a4 version 18.1.2 2018-10-01 13:14:53 -06:00
Michael James
acd22b8adb version 18.1.1 2018-09-06 12:12:19 -06:00
mjames-upc
c132d638fe initial commit 2018-09-05 15:52:38 -06:00