Recent Releases of prose

prose - 3.3.4

Full Changelog: https://github.com/lgrcia/prose/compare/3.3.3...3.3.4

- Python
Published by lgrcia almost 2 years ago

prose - 3.3.3

What's Changed

  • chore(deps-dev): bump jupyter-lsp from 2.2.0 to 2.2.2 by @dependabot in https://github.com/lgrcia/prose/pull/162
  • chore(deps): bump cryptography from 41.0.6 to 42.0.4 by @dependabot in https://github.com/lgrcia/prose/pull/169
  • chore(deps-dev): bump black from 23.9.1 to 24.3.0 by @dependabot in https://github.com/lgrcia/prose/pull/170
  • chore(deps): bump pillow from 10.0.1 to 10.3.0 by @dependabot in https://github.com/lgrcia/prose/pull/173
  • chore(deps): bump idna from 3.4 to 3.7 by @dependabot in https://github.com/lgrcia/prose/pull/174
  • fix(#177): jax version upgrade by @lgrcia in https://github.com/lgrcia/prose/pull/178

Full Changelog: https://github.com/lgrcia/prose/compare/3.3.2...3.3.3

- Python
Published by lgrcia about 2 years ago

prose - 3.3.2

What's Changed

  • fix: bad header init (#171) by @lgrcia in https://github.com/lgrcia/prose/pull/172

Full Changelog: https://github.com/lgrcia/prose/compare/3.3.1...3.3.2

- Python
Published by lgrcia about 2 years ago

prose - 3.3.1

What's Changed

  • fix: video blocks by @lgrcia in https://github.com/lgrcia/prose/pull/111
  • chore: small fixes by @lgrcia in https://github.com/lgrcia/prose/pull/120
  • feat(#149): compute errors in Fluxes by @mathtimm in https://github.com/lgrcia/prose/pull/150
  • feat: peaks block by @lgrcia in https://github.com/lgrcia/prose/pull/152
  • fix(Fluxes errors #149): ccd equation error by @mathtimm in https://github.com/lgrcia/prose/pull/159
  • chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in https://github.com/lgrcia/prose/pull/158
  • chore(deps-dev): bump jupyter-server from 2.7.2 to 2.11.2 by @dependabot in https://github.com/lgrcia/prose/pull/157
  • chore(deps): bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in https://github.com/lgrcia/prose/pull/148
  • chore(deps): bump cryptography from 41.0.4 to 41.0.6 by @dependabot in https://github.com/lgrcia/prose/pull/156
  • chore(deps-dev): bump jupyterlab from 4.0.6 to 4.0.11 by @dependabot in https://github.com/lgrcia/prose/pull/161
  • feat: version 3.3.0 by @lgrcia in https://github.com/lgrcia/prose/pull/153

New Contributors

  • @mathtimm made their first contribution in https://github.com/lgrcia/prose/pull/150

Full Changelog: https://github.com/lgrcia/prose/compare/3.2.9...3.3.1

- Python
Published by lgrcia over 2 years ago

prose - 3.2.9

What's Changed

  • fix(#138): sequence warning before terminate + getfluxes exception fo… by @lgrcia in https://github.com/lgrcia/prose/pull/144
  • fix: back compat in loading old saved products by @lgrcia in https://github.com/lgrcia/prose/pull/155

Full Changelog: https://github.com/lgrcia/prose/compare/3.2.7...3.2.9

- Python
Published by lgrcia over 2 years ago

prose - 3.2.7

What's Changed

  • feat: exception context by @lgrcia in https://github.com/lgrcia/prose/pull/136

Full Changelog: https://github.com/lgrcia/prose/compare/3.2.6...3.2.7

- Python
Published by lgrcia over 2 years ago

prose - 3.2.6

What's Changed

  • fix: twirl no match return None by @lgrcia in https://github.com/lgrcia/prose/pull/124
  • feat: improve errors + docs by @lgrcia in https://github.com/lgrcia/prose/pull/122
  • chore(deps): bump cryptography from 41.0.2 to 41.0.4 by @dependabot in https://github.com/lgrcia/prose/pull/128
  • fix: fits_header backward compat + none ra dec by @lgrcia in https://github.com/lgrcia/prose/pull/134
  • chore(deps): bump urllib3 from 2.0.3 to 2.0.6 by @dependabot in https://github.com/lgrcia/prose/pull/131
  • chore(deps-dev): bump tornado from 6.3.2 to 6.3.3 by @dependabot in https://github.com/lgrcia/prose/pull/129
  • chore(deps-dev): bump jupyter-server from 2.6.0 to 2.7.2 by @dependabot in https://github.com/lgrcia/prose/pull/126
  • chore(deps): bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in https://github.com/lgrcia/prose/pull/130
  • fix: cutout sources coordinates by @lgrcia in https://github.com/lgrcia/prose/pull/133

Full Changelog: https://github.com/lgrcia/prose/compare/3.2.3...3.2.6

- Python
Published by lgrcia over 2 years ago

prose - 3.2.3

What's Changed

  • fix: inverse data transform by @lgrcia in https://github.com/lgrcia/prose/pull/109
  • fix: gaia query by @lgrcia in https://github.com/lgrcia/prose/pull/110
  • chore(deps): bump cryptography from 41.0.1 to 41.0.2 by @dependabot in https://github.com/lgrcia/prose/pull/112
  • fix: deBroeg std issue by @schackey in https://github.com/lgrcia/prose/pull/113
  • fix: differential photometry by @lgrcia in https://github.com/lgrcia/prose/pull/116

Full Changelog: https://github.com/lgrcia/prose/compare/3.2.0...3.2.3

- Python
Published by lgrcia almost 3 years ago

prose - 3.2.0

What's Changed

  • feat: XYShift block for translation transform by @schackey in https://github.com/lgrcia/prose/pull/92
  • feat: separate compute transform + twirl 0.4 by @lgrcia in https://github.com/lgrcia/prose/pull/106 (fix #105)
  • feat: output additional keywords in simulation by @shfxia in https://github.com/lgrcia/prose/pull/77

New Contributors

  • @schackey made their first contribution in https://github.com/lgrcia/prose/pull/92
  • @shfxia made their first contribution in https://github.com/lgrcia/prose/pull/77

Full Changelog: https://github.com/lgrcia/prose/compare/3.1.1...3.2.0

- Python
Published by lgrcia about 3 years ago

prose - 3.1.1

What's Changed

  • fix: ensure positive dim of rectangular annulus by @lgrcia in https://github.com/lgrcia/prose/pull/91
  • chore(deps): bump requests from 2.30.0 to 2.31.0 by @dependabot in https://github.com/lgrcia/prose/pull/94
  • feat: add skip_wcs to FITSImage by @lgrcia in https://github.com/lgrcia/prose/pull/102 (minor but as patch to solve #101)

New Contributors

  • @dependabot made their first contribution in https://github.com/lgrcia/prose/pull/94

Full Changelog: https://github.com/lgrcia/prose/compare/3.1.0...3.1.1

- Python
Published by lgrcia about 3 years ago

prose - 3.1.0

What's Changed

  • feat: citations by @lgrcia in https://github.com/lgrcia/prose/pull/90

Full Changelog: https://github.com/lgrcia/prose/compare/3.0.2...3.1.0

- Python
Published by lgrcia about 3 years ago

prose - 3.0.2

What's Changed

  • chore: clean doc by @lgrcia in https://github.com/lgrcia/prose/pull/88
  • fix: trace aperture height always > 0 by @lgrcia in https://github.com/lgrcia/prose/pull/89

Full Changelog: https://github.com/lgrcia/prose/compare/3.0.1...3.0.2

- Python
Published by lgrcia about 3 years ago

prose - 3.0.1

What's Changed

  • ci: new test and publish by @lgrcia in https://github.com/lgrcia/prose/pull/85
  • docs: improve install + doc categories by @lgrcia in https://github.com/lgrcia/prose/pull/86
  • fix: iso format mismatch in fitstodf by @lgrcia in https://github.com/lgrcia/prose/pull/87

Full Changelog: https://github.com/lgrcia/prose/compare/3.0.0...3.0.1

- Python
Published by lgrcia about 3 years ago

prose - 3.0.0

Major release 🎉

Description: Full rewriting to match initial goals and deleting instrument-specific objects (⚠️ breaking changes)

What has been added?

  • Fluxes object (can be saved as file)
  • Better blocks to extract data within Sequence
  • Varying size blocks @AlfredXiaSF (#68, #69)
  • Clearer and tested documentation @hauretc
  • Working multiprocessing sequence
  • Much more testings! 🪨 (e.g. see tested blocks)
  • Publish with GitHub Actions CI

What has been removed?

  • Observation object -> replaced by lighter and versatile Image and Fluxes objects

- Latex Reports -> moved to the verse package

New Contributors

  • @hauretc first contributions in #57
  • @AlfredXiaSF first contributions in #62, #68, #69 and more
  • @mathvdd joined the project for comets ☀️☄️

- Python
Published by lgrcia about 3 years ago

prose - v2.3.0

  • Introduction of Source objects
  • Documentation back on ReadTheDoc
  • Fix pip install (including missing package data)

This release allows the treatment of extended sources, opening several new applications on the making (comet, asteroids, spectra traces) Screenshot 2022-11-18 at 09 22 37

- Python
Published by lgrcia over 3 years ago

prose - v2.2.0

  • Major cleaning of code
  • TESS specifics moved to verse

- Python
Published by lgrcia almost 4 years ago

prose -

  • better stars limit within blocks
  • major fix in Sequence discarding mechanism
  • smarter SegmentedPeaks and PSFModel

- Python
Published by lgrcia almost 4 years ago

prose -

  • Fix files ordering bugs
  • Fix very minor bugs from 2.1.0

- Python
Published by lgrcia almost 4 years ago

prose - v2.1.0

  • Major rewriting of FitsManager, more database-oriented
  • Image discard in multi-processed Sequence
  • TESS TIC catalog
  • recorded Block.__init__ args
  • better logging

- Python
Published by lgrcia almost 4 years ago

prose - v2.0.3

  • Fix Telescope definitions (e.g. Liverpool)
  • More robust plate solving and catalog queries
  • Including all centroiding methods from photutils
  • Clearer error messages (many specific to blocks that need stars)
  • Improved documentation (toward ditching black-boxed pipelines)
  • A robust multi-processed Sequence (MPSequence)  🎉

- Python
Published by lgrcia almost 4 years ago

prose - v2.0.2

  • Bugs fixed in FitsManager + handle multi-hdu FITS
  • Cleaner Stack and AperturePhotometry blocks

- Python
Published by lgrcia about 4 years ago

prose - v2.0.1

  • New setup for clean pip install

- Python
Published by lgrcia about 4 years ago

prose - v2.0.0

  • (Major updates with non backward compatible API changes)
  • All Observation methods based on Image and blocks (through Observation.stack)
  • All physical Image attributes returning astropy.units.Quantity
  • Documentation transferred in new repo (hosted with github pages at https://lgrcia.github.io/prose-docs)
  • new catalogs blocks (storing in Image.catalogs) with plate-solving features
  • CleanBadPixels block
  • All dates attributes harmonized to datetime objects

- Python
Published by lgrcia over 4 years ago

prose - v1.0.0

  • SQL based FitsManager
  • Better Telescope setting
  • Major refactoring of prose.Observation
  • Documentation improvements
  • Sequence and Blocks kwargs registration
  • published on pypi

All custom telescopes must but redefined

- Python
Published by lgrcia over 4 years ago

prose - prose v0.9.55

First Zenodo release

- Python
Published by lgrcia almost 5 years ago

prose - prose v0.9.5

First robust release of prose including: - Core objects: Image, Block, and Sequence - Base pipelines: Calibration and AperturePhotometry - A wide range of pre-implemented Blocks - Reports capabilities () - Near eclisping binary diagnostic

and more

- Python
Published by lgrcia almost 5 years ago