Skip to content

Commit

Permalink
updated the CHANGELOG.rst, fixed unneeded items included in the MANIF…
Browse files Browse the repository at this point in the history
…EST.in
  • Loading branch information
cylammarco committed Aug 1, 2022
1 parent 05fe81a commit 337b8f6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
Version 0.3.3
Version 0.3.4
-------------

:Date: 26 May 2022

* `@cylammarco <https://github.com/cylammarco>`__:

* Fixed some syncing issues between calibrator and atlas.
* Fixed the CHANGELOG.rst
* Included an empty Atlas() during a calibrator initialisation so that different ways of adding atlas can work smoothly.

Version 0.3.3
-------------

:Date: 23 March 2022

* `@jveitchmichaelis <https://github.com/jveitchmichaelis>`__:

* Fixed some metadata.
* Fixed the license on Zenodo.

* `@cylammarco <https://github.com/cylammarco>`__:

* Fixed some syncing issues between calibrator and atlas.
* Fixed the CHANGELOG.rst
* Included an empty Atlas() during a calibrator initialisation so that different ways of adding atlas can work smoothly.


Version 0.3.2
-------------

:Date: 23 March 2022
:Date: 10 March 2022

This version adds quite a lot of small fixes, in particular some nasty bugs in RANSAC which would return duplicate atlas lines,
or incorrect match lists. Error checking has been improved throughout with sanity checks to prevent obviously wrong fits from
Expand All @@ -31,6 +42,7 @@ On top of bugfixes, @cylanmarco has done a lot of work to improve automated inst

* `@jveitchmichaelis <https://github.com/jveitchmichaelis>`__:

* Adopted black style.
* Added default values for some variables in RANSAC https://github.com/jveitchmichaelis/rascal/commit/83ee2d6eafc2dd58ef791857b531209841ebd20c
* Some modifications to tolerances in testing to allow for "perfect" synthetic fits
* Add pre-commit/black code https://github.com/jveitchmichaelis/rascal/commit/8d332879f846c5f7100442a3f5ff1f1a366e5b60
Expand All @@ -48,6 +60,8 @@ On top of bugfixes, @cylanmarco has done a lot of work to improve automated inst
* Fixes to testing https://github.com/jveitchmichaelis/rascal/commit/123d8acbcee8ebe99da4b6e66499aadbdcb4cbb9
* Bugfix https://github.com/jveitchmichaelis/rascal/commit/b76659bfdda20954ccc70bb689614a043b91dac1
* Bugfix https://github.com/jveitchmichaelis/rascal/commit/fb881fdedffaf357012d1aa86e2b7082525f27d7
* Fixed `plot_search_space()` xlabel and ylabel bug when using matplotlib.
* Paths in the example are no longer hard-coded.

Version 0.3.1
-------------
Expand Down
4 changes: 0 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include rascal/arc_lines/*.csv
include LICENSE
include README.md
include CHANGELOG.rst
include pyproject.toml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rascal
# Rascal: RANSAC Assisted Spectral CALibration
[![Python package](https://github.com/jveitchmichaelis/rascal/actions/workflows/python-package.yml/badge.svg)](https://github.com/jveitchmichaelis/rascal/actions/workflows/python-package.yml)
[![Coverage Status](https://coveralls.io/repos/github/jveitchmichaelis/rascal/badge.svg?branch=main)](https://coveralls.io/github/jveitchmichaelis/rascal?branch=main)
[![Readthedocs Status](https://readthedocs.org/projects/rascal/badge/?version=latest&style=flat)](https://rascal.readthedocs.io/en/latest/)
Expand Down

0 comments on commit 337b8f6

Please sign in to comment.