-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from MannLabs/development
Development
- Loading branch information
Showing
14 changed files
with
59 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,31 @@ | ||
## Changelog | ||
# Changelog | ||
|
||
### 0.0.1 | ||
Follow the changelog format from https://keepachangelog.com/en/1.0.0/. | ||
|
||
* FEAT: Initial creation of AlphaBase. | ||
## 1.0.0 - TODO Next Release | ||
|
||
### 0.2.0 | ||
## 0.3.0 - 2022.12.27 | ||
|
||
### Added | ||
|
||
- `alphabase.protein.fasta.SpecLibFasta.add_peptide_labeling()` supports mDIA. | ||
- `alphabase.spectral_library.flat.SpecLibFlat` class for flat spec_lib. | ||
- Move `alphabase.spectral_library.translate` module (.py) from alphapeptdeep to alphabase. | ||
- `alphabase.constants.modification.add_new_modifications()` to add user-defined modifications that are not in UniMod. | ||
- `alphabase.psm_reader.psm_reader.PSMReaderBase.add_modification_mapping()` to support arbitrary modifications of different search engines. | ||
- `alphabase.statistics.regression.LOESSRegression` | ||
- `alphabase.scoring` module added but not finished yet. | ||
|
||
### Changed | ||
|
||
- Use sphinx and readthedocs for documentation. nbdev is no longer for documentation, it is only used for unit testing (`nbdev_test`). | ||
- FastaLib to SpecLibFasta. | ||
- Protease: `trypsin`==`trypsin/p`, add `trypsin_not_p` will not cleave peptides before N-term of P. | ||
|
||
## 0.2.0 | ||
|
||
First official release. | ||
|
||
### 0.2.1 | ||
## 0.0.1 | ||
|
||
Using Sphinx and readthedocs for documentation. | ||
FEAT: Initial creation of AlphaBase. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: AlphaBase | ||
Version: 0.2.3 | ||
Version: 0.3.0 | ||
Architecture: all | ||
Maintainer: Mann Labs <opensource@alphapept.com> | ||
Description: AlphaBase | ||
AlphaBase is an open-source Python package in the AlphaPept ecosystem. | ||
AlphaBase is an open-source Python package in the AlphaX ecosystem. | ||
AlphaBase was developed by the Mann Labs at the Max Planck Institute of Biochemistry and University of Copenhagen and is freely available with an Apache License. Additional third-party licenses are applicable for external Python packages (see https://github.com/MannLabs/AlphaBase for more details.). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters