Skip to content

Latest commit

 

History

History
125 lines (125 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

125 lines (125 loc) · 12.2 KB

2023-07-15 Force multiprocessing using fork on posix systems. [[email protected]] 2023-07-15 Migrate to importlib, ensure concatination of str, and sort JWST spectrum. [[email protected]] 2023-06-07 Upgrade workflow actions. [[email protected]] 2023-05-19 Better accommondate sparse mosaics. [[email protected]] 2023-05-19 Don't fit -zero- spectra, update README, and code formatting. [[email protected]] 2023-05-01 Ensure a header when reading through Spectrum1D. [[email protected]] 2023-04-21 Docs: Workaround for certificate issue at matplotlib.org. [[email protected]] 2023-04-20 Fix import and add main context to README.md example. [[email protected]] 2023-04-07 Fix start date LADWP Rd2 [[email protected]] 2023-03-30 Add cookbook link to docs [[email protected]] 2023-03-23 Fix coverage syntax, fix deprecation, and check for existing pickle [[email protected]] 2023-03-23 Docs and CI updates [[email protected]] 2022-12-12 Update codecov workflow and use token [[email protected]] 2022-12-12 fix not plotting row/colulm plot_map [[email protected]] 2022-12-12 CI: Do an 'apt-get update' before installs [[email protected]] 2022-09-29 Improve testing and make plot_map static [[email protected]] 2022-09-29 Improve and expose plotting routines [[email protected]] 2022-09-23 Clean up FITS header before saving [[email protected]] 2022-09-19 flake8 fixes [[email protected]] 2022-09-19 Add JWST example [[email protected]] 2022-06-24 Specify docs language [[email protected]] 2022-05-03 Readding missing requirement [[email protected]] 2022-05-03 Pinning Jinja2 requirement [[email protected]] 2022-05-03 Add missing requirement [[email protected]] 2022-05-03 Update versioneer [[email protected]] 2021-11-15 Avoid pull-requests triggering docs publishing [[email protected]] 2021-11-06 Detect GitHub Actions in setup.py, add space between badges in README.md, and update CHANGELOG.md. [[email protected]] 2021-11-03 Move from Travis CI to GitHub Actions [[email protected]] 2021-11-03 Fix CI GitHub Actions. [[email protected]] 2021-11-03 Setup CI GitHub Actions [[email protected]] 2021-10-20 Configuring codecov patch thresholds. [[email protected]] 2021-10-19 Added codecov.yml for better coverage control. [[email protected]] 2021-09-27 Make flake8 pass by removing 'unused variable' [[email protected]] 2021-09-27 Moving CI to travis-ci.com, updating README.md, and avoid printing exception in Observation when fall-through read fails [[email protected]] 2021-08-16 Remove non-ASCII double-quotes, clean up markup, and fix a number of spelling errors [[email protected]] 2021-06-10 Synced CHANGELOG. Updated requirements-dev.txt to use docutils<0.17 to avoid Travis error. Fixed anomalous space in usage.rst. [[email protected]] 2021-06-10 Cleaned/updated/improved docstrings and documentation. Expanded/added FITS-keywords and PDF-properties to (better) reflect software used and its origin. [[email protected]] 2021-06-04 Add docstring for when we return a generic OSError. [[email protected]] 2021-06-04 Add unittest to verify exception handling. [[email protected]] 2021-06-03 Avoid dividing by zero when computing errors. Capitalize column names when reasding ascii files. [[email protected]] 2021-06-03 Capitalize column names when reading ascii files. [[email protected]] 2021-06-03 Ensure 1D spectra read in with Spectrum1D are always cubes. [[email protected]] 2021-06-03 Add Spectrum1D read test. [[email protected]] 2021-06-03 Pass flake8 formatting. [[email protected]] 2021-06-03 Use error instead of norm to reflect the quality of a fit. [[email protected]] 2021-06-02 Update README.me. [[email protected]] 2021-06-02 FileNoteFoundError only needs to be caught once. [[email protected]] 2021-05-28 Small textual update to the docs. [[email protected]] 2021-05-28 Update docs to reflect JWST fits files can be read. [[email protected]] 2021-05-28 Have docs build again. [[email protected]] 2021-05-27 Rely on astropy to read JWST spectra. [[email protected]] 2021-02-25 Remove all Darwin-specific code. [[email protected]] 2021-02-16 Merge branch 'master' of https://github.com/PAHdb/pyPAHdb [[email protected]] 2021-02-16 numpy.dot is now thread safe on MacOS (Darwin). [[email protected]] 2021-02-15 - README.md comparison Table updated to markdown format. (#35) [[email protected]] 2020-12-21 docs and flowchart update (#32) [[email protected]] 2020-08-18 Ensure proper units are set for the abscissa values in the precomuted matrix. [[email protected]] 2020-06-21 Fixed up some typos and removed links that were not working. [[email protected]] 2019-08-20 Fixed typos in init.py. [[email protected]] 2019-06-28 Final code tweaks (#28) [[email protected]] 2019-06-18 Update docs (#27) [[email protected]] 2019-02-26 Fixed flake8 style issues on previous push ... [[email protected]] 2019-02-26 Some initial support for linearized WCS-data for the spectral_axis dimension--notably for JWST. [[email protected]] 2019-02-26 Removed redundant SCAMP distortion parameters from example fits file. [[email protected]] 2018-12-06 Set units properly when using multiprocessing. [[email protected]] 2018-12-06 Fix units in IPAC table. [[email protected]] 2018-12-06 Now using specutils.Spectrum1D instead of Spectrum. [[email protected]] 2018-11-20 Fix for Travis environment variables issues. [[email protected]] 2018-11-20 Additional tests for Travis environment variables. [[email protected]] 2018-11-20 Test for Travis environment variables. [[email protected]] 2018-11-20 Added missing quote in setup.py. [[email protected]] 2018-11-20 Travis builds are now tracked. Examples have been cleaned up. Saving maps to PDF support has been added in decomposer.py. [[email protected]] 2018-11-14 Updated build command in setup.py to update package version number when build. [[email protected]] 2018-11-14 Added additional tests for decomposer.py and no longer including coverage for _version.py and tests themselves. [[email protected]] 2018-11-14 Added tests for decomposer.py and no longer including coverage for _version.py. [[email protected]] 2018-11-13 Focus coverage reporting on pypahdb module alone. [[email protected]] 2018-11-13 Fix flake8 error on versioneer.py by excluding it. [[email protected]] 2018-11-13 Some directory juggling to get project building on Travis. [[email protected]] 2018-11-13 Another possible fix for Travis build and a few more flake8 fixes. [[email protected]] 2018-11-13 Possible fix for Travis build and minor flake8 fixes. [[email protected]] 2018-11-02 Disabled save_pdf in example_fits.py. Removed warning from example_fits.py. Small fixes in the README-files. Now using SSL in setup.py. Minor fixes in the documentation. Added unit-test for class Decomposer. [[email protected]] 2018-10-19 DecomposerBase performance fix; documentation corrections; new example scripts (#17) [[email protected]] 2018-10-17 Tidy up issues (#13) [[email protected]] 2018-10-12 REL: v0.6.1 [[email protected]] 2018-10-12 Add documentation (#8) [[email protected]] 2018-08-20 Setup Doctr to autodeploy documentation to github pages through Travis-CL [[email protected]] 2018-08-16 Replace coverall with codcov. Remove CHANGELOG.md control characters. Updated init.py to reflect change in emission model. [[email protected]] 2018-08-15 Added coveralls badge and removed pipy badge. [[email protected]] 2018-08-15 Added _templates-directory to docs/source. Fixed README.md badges ensuring uppercase pyPAHdb. Added Authors.md. Regenerated CHANGELOG.md from git log; should find other way to do that ... Removed unnecessary builds from Makefile [[email protected]] 2018-08-15 Flake8 fixes (#6) [[email protected]] 2018-08-15 Fixed typo in setup.py [[email protected]] 2018-08-15 REL: v0.6.0 [[email protected]] 2018-08-14 Put data-directory back. [[email protected]] 2018-08-14 Fixed typo in setup.pp [[email protected]] 2018-08-14 Moved away from LFS. Updated README.md to reflect changes. [[email protected]] 2018-08-13 Added SciPy2018 paper to README.md and fixed small spelling errors. [[email protected]] 2018-07-31 writer.py now uses the units provided by the spectrum-attribute. spectrum.py converunitsto now sets abscissa units. observation now falls through all errors and throws final exception on fail. precomputed matrix has been updated to contain spectra calculated using the cascade-model. NGC7023-NW-PAHs.txt now contains a continuum subtracted spectrum. README.md updated to reflect recent changes. [[email protected]] 2018-04-08 Updated README.md install instructions and example [[email protected]] 2018-04-04 Removed not needed astropy.io.fits import from example.py, check for non-zero elements in divide in decomposer.py and updated observation.py to use fits header keywords to retrieve ordinate values [[email protected]] 2018-04-02 Updated README.md to reflect Git LFS [[email protected]] 2018-04-02 Readded precomputed matrix for LFS storage [[email protected]] 2018-04-02 Removed precomputed matrix for updated LFS storage [[email protected]] 2018-04-02 Moved LSF Storage to astrochemistry.org [[email protected]] 2018-03-30 Fixed typo in decomposer.py preventing correct multiprocessing for size breakdown. [[email protected]] 2018-03-30 Precomputed matrix uses now PAH spectra from version 3.00 of the library of computed spectra from PAHdb. [[email protected]] 2018-03-30 Track precomputed matrix (.pkl) using Git LFS [[email protected]] 2018-03-29 Some aestetic changes to the PDF output. [[email protected]] 2018-03-29 Merge pull request #4 from mattjshannon/master [[email protected]] 2018-03-29 Added title to figure: cation fraction, large fraction, norm [[email protected]] 2018-03-29 Updated figure plotting in writer.py, adjusted print statements in observation.py and decomposer.py [[email protected]] 2018-03-28 Added more multiprocessing support to decomposer.py. Cleaned-up examples and added README.md. Minor overall fixes. [[email protected]] 2018-03-27 Refactored observation.py to handle both simply fits- and ASCII-files. Started streamlining output in writer.py and generating the necessary data in decomposer.py. [[email protected]] 2018-03-20 Added framework for reading in Spitzer-IRS data cubes and minor cosmetic fixes. [[email protected]] 2018-03-13 Merge pull request #1 from mattjshannon/master [[email protected]] 2018-03-13 Updated makefiles to accept either version of Python (2 or 3). [[email protected]] 2018-03-13 Updated .py files to accept Python 3 (as well as 2). [[email protected]] 2018-03-13 Added VERSION to setup.py list of required files. [[email protected]] 2018-03-13 Updated readme.md [[email protected]] 2018-03-13 Merge pull request #1 from mattjshannon/update-documentation [[email protected]] 2018-03-13 Updated readme [[email protected]] 2018-03-07 Fixed typos, inconsistencies and added documentation [[email protected]] 2018-03-07 This reverts commit 9555fb1961d5e31763e82a1b3fe68ef0c743c384. [[email protected]] 2018-03-07 Fixed typos, inconsistencies and added documentation [[email protected]] 2018-03-02 Initial commit [[email protected]] 2017-08-02 Initial commit [[email protected]]