Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC V2.7.0 #93

Merged
merged 52 commits into from
Dec 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
dedbe3d
Merge pull request #84 from aburrell/rc_v2.6.3
aburrell Feb 8, 2023
ba62c1a
ENH: added RTD yaml
aburrell Aug 17, 2023
c79622b
MAINT: moved doc requirements
aburrell Aug 17, 2023
e2ef713
DOC: updated changelog
aburrell Aug 17, 2023
236147b
BUG: updated test imports
aburrell Aug 17, 2023
c9be254
BUG: updated conf.py
aburrell Aug 17, 2023
2853079
BUG: removed extra period
aburrell Aug 17, 2023
8c8da27
BUG: added version limit
aburrell Aug 17, 2023
e8d5bd9
Merge pull request #86 from aburrell/rtd_update
aburrell Aug 17, 2023
4b62016
MAINT: updated coefficient files
aburrell Dec 27, 2024
042ff41
MAING: updated IGRF coefficient file
aburrell Dec 27, 2024
dbdbf97
MAINT: updated pyproject.toml
aburrell Dec 27, 2024
843bfa9
TST: updated CI tests
aburrell Dec 27, 2024
ab55046
TST: updated the doc tests
aburrell Dec 27, 2024
fb63f88
MAINT: updated the magmodel file
aburrell Dec 27, 2024
91136ea
STY: updated init
aburrell Dec 27, 2024
c48eee7
MAINT: updated C documentation
aburrell Dec 27, 2024
cb93fbc
MAINT: updated AACGMV2 headers
aburrell Dec 27, 2024
ad1d7b8
MAINT: updated C code
aburrell Dec 27, 2024
244aec7
DOC: updated README
aburrell Dec 27, 2024
715781c
MAINT: removed deprecated file
aburrell Dec 27, 2024
8e0eb0d
BUG: removed bad lines
aburrell Dec 27, 2024
e095959
MAINT: update source file list
aburrell Dec 27, 2024
c3c41d0
DOC: added maintenance instructions
aburrell Dec 27, 2024
cd9fdd5
MAINT: updated doc configuration
aburrell Dec 27, 2024
2ca7160
MAINT: updated Python versions in docs
aburrell Dec 27, 2024
ebcad36
TST: update reference test values
aburrell Dec 27, 2024
d8c2c90
DOC: update docs to include tests
aburrell Dec 27, 2024
6ee976c
DOC: updated changelog
aburrell Dec 27, 2024
11a1730
BUG: added missing package
aburrell Dec 27, 2024
4493d83
DOC: updated maintenance instructions
aburrell Dec 27, 2024
01f0641
DOC: updated docstring style
aburrell Dec 27, 2024
6d2fe32
DOC: updated primary email
aburrell Dec 27, 2024
bc0a684
DOC: fixed broken links
aburrell Dec 27, 2024
51f7950
STY: fix indented list
aburrell Dec 27, 2024
57b6fee
DOC: improved docstring style
aburrell Dec 27, 2024
725607f
BUG: remove bad keyword
aburrell Dec 27, 2024
ab35ee0
TST: added missing init files
aburrell Dec 27, 2024
d8373a2
BUG: ensure clean environment
aburrell Dec 27, 2024
124d6e4
TST: improved error message
aburrell Dec 27, 2024
805b2b9
TST: updated the structure
aburrell Dec 27, 2024
cafd11a
MAINT: removed pytest flags
aburrell Dec 27, 2024
de642ae
BUG: mac OS testing
aburrell Dec 27, 2024
4b8cd81
BUG: fixed run name uniqueness
aburrell Dec 27, 2024
884e2cf
BUG: fixed typo
aburrell Dec 27, 2024
772e96b
Merge pull request #90 from aburrell/igrf14_update
aburrell Dec 27, 2024
02905c0
DEP: removed deprecated function module
aburrell Dec 27, 2024
e5c9bca
TST: removed tests for deprecated functions
aburrell Dec 27, 2024
ccc055d
STY: updated index depth
aburrell Dec 27, 2024
8855c19
DOC: update changelog
aburrell Dec 27, 2024
f7cdda7
Merge pull request #92 from aburrell/remove_dep
aburrell Dec 27, 2024
91810c8
REL: version bump
aburrell Dec 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DEP: removed deprecated function module
Removed the module containing the deprecated functions.
aburrell committed Dec 27, 2024
commit 02905c06a99d454f1ec6971254b2bd1ec84dc18a
1 change: 0 additions & 1 deletion aacgmv2/__init__.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@
from aacgmv2.wrapper import get_aacgm_coord # noqa F401
from aacgmv2.wrapper import get_aacgm_coord_arr # noqa F401
from aacgmv2 import _aacgmv2 # noqa F401
from aacgmv2 import deprecated # noqa F401
from aacgmv2 import utils # noqa F401

# Define global variables
40 changes: 0 additions & 40 deletions aacgmv2/deprecated.py

This file was deleted.