Skip to content

Commit

Permalink
v1.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
semaphoreP committed Nov 8, 2024
1 parent 2cd362f commit aade39a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,14 @@ Before creating a pull request, review the design Principles below. Use the Gith
## Change Log
**v1.0** (To be released..)
**v1.1**
* Bug fix so that corgidrp classes can be pickled
* New corgidrp.ops interface
* Improved agreement with II&T pipeline in updated e2e tests
* Ability to embed just the illuminated part of the detector back into a full engineering frame 
* Updated DRP throughout to handle recently updated data header specification
**v1.0**
* First official pipeline release!
* Step functions to produce the necessary calibration files for analog L1 to L2b step functions implemented and tested
* Step function to produce boresight calibration implemented and tested
Expand Down
2 changes: 1 addition & 1 deletion corgidrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pathlib
import configparser

__version__ = "1.0"
__version__ = "1.1"
version = __version__ # temporary backwards compatability

#### Create a configuration file for the corgidrp if it doesn't exist.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_requires():

setup(
name='corgidrp',
version="1.0",
version="1.1",
description='(Roman Space Telescope) CORonaGraph Instrument Data Reduction Pipeline',
#long_description="",
#long_description_content_type="text/markdown",
Expand Down

0 comments on commit aade39a

Please sign in to comment.