Releases: lephare-photoz/lephare
Releases · lephare-photoz/lephare
v0.1.13
What's Changed
- Get PyPI install from source working by @raphaelshirley in #221
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- minor fixes prior to release by @johannct in #187
- Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by @dependabot in #194
- Fix compilation with OpenMP disabled (single-threaded build) by @hdante in #195
- Avoid repeated indirect access to dictionaries and multi-dimensional vectors by @hdante in #201
- Support address sanitizer builds by @hdante in #207
- fix two buffer overflow risks by @johannct in #192
- 197 reduction operation being executed in parallel with read modify write operation in onesourcegeneratepdf by @hdante in #209
- Bump pypa/cibuildwheel from 2.20.0 to 2.21.1 by @dependabot in #212
- Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 by @dependabot in #213
- Added 313 to PyPi publish by @raphaelshirley in #218
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Update process.py by @raphaelshirley in #184
- Update getting_started.rst by @raphaelshirley in #183
- Made all notebooks self contained by @raphaelshirley in #185
- fix a bug with creating the PDFmap for Mref out of the loc object by @johannct in #190
- Fix memory leak by @hdante in #193
New Contributors
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- fix a bug in test_filter.py, and add a check to the test suite by @johannct in #110
- Bump pypa/cibuildwheel from 2.17.0 to 2.18.1 by @dependabot in #152
- Update LICENSE by @johannct in #151
- Fix broken build by @raphaelshirley in #160
- Add original documentation by @raphaelshirley in #113
- Fix bug on process context by @raphaelshirley in #155
- Include escape fraction for Lyman alpha by @olivierilbert in #171
- Update README.md by @raphaelshirley in #150
- Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in #172
- Improve documentation introduction by @raphaelshirley in #168
- 169 grabbing all the files from lephare data without the git structure by @johannct in #170
- Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 by @dependabot in #176
- Fix PyPi build issue by @raphaelshirley in #182
New Contributors
- @dependabot made their first contribution in #152
- @olivierilbert made their first contribution in #171
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Adding github action to run unit tests on osx operating systems. by @drewoldag in #141
- Update process.py by @raphaelshirley in #142
- Add sphinx, breathe, and exhale to dev requirements by @drewoldag in #145
- Update data_retrieval.py by @raphaelshirley in #146
- Update README.md by @raphaelshirley in #148
- Adding new default config by @raphaelshirley in #149
- Port over test_suite.sh by @OliviaLynn in #147
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Implementing a method to convert all configs to keywords. by @drewoldag in #137
- Add second filter to process test by @raphaelshirley in #140
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- New function load_sed_list which puts seds and list in the work directory by @raphaelshirley in #129
- Update README.md by @raphaelshirley in #131
- Basic coverage of magsvc by @drewoldag in #128
- Adding tests for _pdf.py. by @drewoldag in #133
- Add zphota unit tests; remove some deprecated zphota code by @OliviaLynn in #134
- Changes to support converting between config representations by @drewoldag in #135
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Update README.md by @raphaelshirley in #116
- Specify
__all__
list in modules to avoid importing numpy and matplotlib by @drewoldag in #117 - Issue/118/unit tests for spec by @drewoldag in #119
- Close test gap on
runner.py
by @drewoldag in #121 - Additional test coverage for
Runner.config_parser
by @drewoldag in #123 - Add to data manager unit tests; add remove_empty_run_directories by @OliviaLynn in #125
- Allow creation of a descriptive run directory by @drewoldag in #122
- Close test gap on
filter.py
by @drewoldag in #126
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Started work on inform stage and yaml config stuff by @raphaelshirley in #95
- Exposing python scripts for command line use by @drewoldag in #114
- Creating abstract photoz runner function by @raphaelshirley in #106
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Some edits to retrieval notebook by @OliviaLynn in #107
- Remove
latest
alias in publish-to-pypi.yml by @drewoldag in #108
Full Changelog: v0.1.3...v0.1.3.1