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

Dev ife #64

Merged
merged 46 commits into from
Dec 28, 2023
Merged

Dev ife #64

merged 46 commits into from
Dec 28, 2023

Conversation

ifeoluwaale
Copy link
Collaborator

  • Added workflow that builds package and runs unit and integ tests when changes are made to any branch.
  • Updated pypi_release workflow to only run after tests pass.

Copy link
Collaborator

@kanchukaitis kanchukaitis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KJA reviewed changes, mostly to tests - other changes compatible with current directions in dev branches

@kanchukaitis kanchukaitis merged commit 2cdb217 into 0.1.x Dec 28, 2023
3 checks passed
CosiMichele added a commit that referenced this pull request Jan 4, 2024
* Slight update to __init__.py with version number plus test of new versioning branch (#58)

* Update pyproject.toml

* Update __init__.py

* Update update.txt

* Small changes from dev-kja (#59)

* Update pyproject.toml

* Update __init__.py

* new testing notebook, new notebook directory, update __init__.py again

1. Created a notebooks folder to hold example and testing notebooks
2. Create a notebook to test on West Walker River (the entirely floating chronology with some weird series codes)
3. Removed the os.chdir in __init__.py so it doesn't leave the working directory upon importing dplPy

* various

1. removed line in xdate.py that was printing all the ranges - OK for debugging but not necessary for operational use?
2. removed update.txt
3. continued to work on WWR  notebook examples

* Update floating_chronology_example.ipynb

* Updates to README to reflect current stage of project including 2 new assets (#60)

* Update pyproject.toml

* Update __init__.py

* new testing notebook, new notebook directory, update __init__.py again

1. Created a notebooks folder to hold example and testing notebooks
2. Create a notebook to test on West Walker River (the entirely floating chronology with some weird series codes)
3. Removed the os.chdir in __init__.py so it doesn't leave the working directory upon importing dplPy

* various

1. removed line in xdate.py that was printing all the ranges - OK for debugging but not necessary for operational use?
2. removed update.txt
3. continued to work on WWR  notebook examples

* Update floating_chronology_example.ipynb

* update readme and assets

* README update (#61)

* Update pyproject.toml

* Update __init__.py

* new testing notebook, new notebook directory, update __init__.py again

1. Created a notebooks folder to hold example and testing notebooks
2. Create a notebook to test on West Walker River (the entirely floating chronology with some weird series codes)
3. Removed the os.chdir in __init__.py so it doesn't leave the working directory upon importing dplPy

* various

1. removed line in xdate.py that was printing all the ranges - OK for debugging but not necessary for operational use?
2. removed update.txt
3. continued to work on WWR  notebook examples

* Update floating_chronology_example.ipynb

* update readme and assets

* Update README.md

* primarily a change to detrend plus some organization and clean up (#62)

* Update pyproject.toml

* Update __init__.py

* new testing notebook, new notebook directory, update __init__.py again

1. Created a notebooks folder to hold example and testing notebooks
2. Create a notebook to test on West Walker River (the entirely floating chronology with some weird series codes)
3. Removed the os.chdir in __init__.py so it doesn't leave the working directory upon importing dplPy

* various

1. removed line in xdate.py that was printing all the ranges - OK for debugging but not necessary for operational use?
2. removed update.txt
3. continued to work on WWR  notebook examples

* Update floating_chronology_example.ipynb

* update readme and assets

* Update README.md

* modify detrend to pass correct period to spline plus some organization

* Update README.md

* Update README.md (#63)

* Dev ife (#64)

* xdate works for overall series correlation

* Added code for creating bins and dividing series into segments

* Cleaning up and commenting related to xdate

* series_corr works but is inefficient

* WIP changes

* Added comments, updated working jupyter notebook

* Changes since start of fall semester

* variance stabiliization produces accurate values

* Unit tests for readers, summary, stats and tbrm

* Added unit tests for detrend and chron

* Added tests for chron_stabilized, series_corr and writers

* Fixed merge conflicts

* v0.1 release

* Fixing the rwl reader and writer problem

* Create pypi_release.yml

* push for workflow (#54)

* Update pypi_release.yml

* Update pyproject.toml

* xdate works for overall series correlation

* series_corr works but is inefficient

* WIP changes

* Added comments, updated working jupyter notebook

* Changes since start of fall semester

* variance stabiliization produces accurate values

* Unit tests for readers, summary, stats and tbrm

* Added tests for chron_stabilized, series_corr and writers

* v0.1 release

* Attempt at fixing dependency issues

* Create pypi_release.yml

* Update pypi_release.yml

* Modification to readers plus small changes to dplpy and pyproject (#55)

* mostly change to readers for RWL files

1. change readers to handle series IDs of different lengths and the potential for negative (B.C.) years

2. removed directory change in __init__ so that default is path where the notebook or script is

* Update __init__.py

* Update readers.py

---------

Co-authored-by: Michele Cosi <[email protected]>

* Revert "Modification to readers plus small changes to dplpy and pyproject (#55)"

This reverts commit 68b9aa1.

* Update pyproject.toml (#57)

* Update update.txt

* Github workflow for unit testing

* Added github workflow to run integration tests

* Fixed issue that caused integs to fail in previous commit

* Changed write function in writers.py to writers

* Fixed deprecation warning for \d regex expression

---------

Co-authored-by: Ifeoluwa Ale <[email protected]>
Co-authored-by: cosimichele <[email protected]>
Co-authored-by: Ifeoluwa Ale <[email protected]>
Co-authored-by: Michele Cosi <[email protected]>
Co-authored-by: Kevin Anchukaitis <[email protected]>

* updated .py modules with additional help descriptions, updated copywrite year

* updated help docs to match numpy documentation format

* updated dplpy.readme()

* Dev ife (#65)

* xdate works for overall series correlation

* Added code for creating bins and dividing series into segments

* Cleaning up and commenting related to xdate

* series_corr works but is inefficient

* WIP changes

* Added comments, updated working jupyter notebook

* Changes since start of fall semester

* variance stabiliization produces accurate values

* Unit tests for readers, summary, stats and tbrm

* Added unit tests for detrend and chron

* Added tests for chron_stabilized, series_corr and writers

* Fixed merge conflicts

* v0.1 release

* Fixing the rwl reader and writer problem

* Create pypi_release.yml

* push for workflow (#54)

* Update pypi_release.yml

* Update pyproject.toml

* xdate works for overall series correlation

* series_corr works but is inefficient

* WIP changes

* Added comments, updated working jupyter notebook

* Changes since start of fall semester

* variance stabiliization produces accurate values

* Unit tests for readers, summary, stats and tbrm

* Added tests for chron_stabilized, series_corr and writers

* v0.1 release

* Attempt at fixing dependency issues

* Create pypi_release.yml

* Update pypi_release.yml

* Modification to readers plus small changes to dplpy and pyproject (#55)

* mostly change to readers for RWL files

1. change readers to handle series IDs of different lengths and the potential for negative (B.C.) years

2. removed directory change in __init__ so that default is path where the notebook or script is

* Update __init__.py

* Update readers.py

---------

Co-authored-by: Michele Cosi <[email protected]>

* Revert "Modification to readers plus small changes to dplpy and pyproject (#55)"

This reverts commit 68b9aa1.

* Update pyproject.toml (#57)

* Update update.txt

* Github workflow for unit testing

* Added github workflow to run integration tests

* Fixed issue that caused integs to fail in previous commit

* Changed write function in writers.py to writers

* Fixed deprecation warning for \d regex expression

* Fix for PerformanceWarning due to fragmented dataframe

* Fix for xdate_plot bugs

---------

Co-authored-by: Ifeoluwa Ale <[email protected]>
Co-authored-by: cosimichele <[email protected]>
Co-authored-by: Ifeoluwa Ale <[email protected]>
Co-authored-by: Michele Cosi <[email protected]>
Co-authored-by: Kevin Anchukaitis <[email protected]>

* Updated developer instructions (#67)

* Updates for release of 0.1.2 (#68)

* Updated developer instructions

* Changes for release of 0.1.2

---------

Co-authored-by: Kevin Anchukaitis <[email protected]>
Co-authored-by: Michele Cosi <[email protected]>
Co-authored-by: Ifeoluwa Ale <[email protected]>
Co-authored-by: cosimichele <[email protected]>
Co-authored-by: Ifeoluwa Ale <[email protected]>
Co-authored-by: Tyson Lee Swetnam <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants