Skip to content

Commit

Permalink
Merge pull request #306 from dirac-institute/v1_1
Browse files Browse the repository at this point in the history
Add notes for v1.1 release
  • Loading branch information
jeremykubica authored Apr 20, 2023
2 parents 3587091 + 1a676f7 commit 5d612b7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/source/project_details/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Release Notes
=============

Version 1.1.0 (2023-04-20)
--------------------------

**New Features**

* Create extensible framework for post-search filtering, including enabling user-created filters (`265 <https://github.com/dirac-institute/kbmod/pull/265>`_, `283 <https://github.com/dirac-institute/kbmod/pull/283>`_, `304 <https://github.com/dirac-institute/kbmod/pull/304>`_)
* Provide ability to track results filtered at different stages (`263 <https://github.com/dirac-institute/kbmod/pull/263>`_)
* Improve determination of visit ID (`260 <https://github.com/dirac-institute/kbmod/pull/260>`_)
* Create stamp plotting class (`259 <https://github.com/dirac-institute/kbmod/pull/259>`_)
* Provide ability to load from saved results (`256 <https://github.com/dirac-institute/kbmod/pull/256>`_)
* Removed hardcoded stamp size (`255 <https://github.com/dirac-institute/kbmod/pull/255>`_)
* Allow trajectories that start off the chip (`245 <https://github.com/dirac-institute/kbmod/pull/245>`_)

**Testing Improvements**

* Added new end-to-end unit tests (`298 <https://github.com/dirac-institute/kbmod/pull/298>`_)
* Improved CI tests (`244 <https://github.com/dirac-institute/kbmod/pull/244>`_)

**Bug Fixes**

* Fix stamp filtering incompatibility on some GPUs (`291 <https://github.com/dirac-institute/kbmod/pull/291>`_)
* Allow stamp filters to handle square or flat stamps (`293 <https://github.com/dirac-institute/kbmod/pull/293>`_)
* Update trajectory data during filtering (`284 <https://github.com/dirac-institute/kbmod/pull/284>`_)
* Fix a bug when FileUtils tries to load a single trajectory (`258 <https://github.com/dirac-institute/kbmod/pull/258>`_)
* Improve checks on image size (`277 <https://github.com/dirac-institute/kbmod/pull/277>`_)


Version 1.0.0 (2023-02-23)
--------------------------

Expand Down

0 comments on commit 5d612b7

Please sign in to comment.