Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ disable=
# We anticipate #3512 where it will become optional
fixme,
E0401, # Import is not at the top of the file
R6002, # Old typing definition


[REPORTS]
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

> See also: [https://github.com/Anselmoo/spectrafit/releases][1]

## v0.9.0

---

- Adding Python 3.10 support
- Adding [Athena file][19] support
- Increasing code quality by using [`pylint`][18]
- Adding plugin support for `SpectraFit`
- Starting with input file converter

## v0.8.6

---
Expand Down Expand Up @@ -202,3 +212,5 @@
[15]: https://pypi.org/project/spectrafit/
[16]: https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.find_peaks.html
[17]: https://prettier.io
[18]: https://github.com/PyCQA/pylint
[19]: http://bruceravel.github.io/demeter/documents/Athena/index.html
400 changes: 400 additions & 0 deletions Examples/example_8_summary.toml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/contact.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Contact us at ...

- [Issue-Board](https://github.com/Anselmoo/spectrafit/issues)
- [Project-Board](https://github.com/Anselmoo/spectrafit/projects/1)
- Discussion-Board might come later ...
Loading