-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the README and CHANGELOG. Add CONTRIBUTING file.
- Loading branch information
peloton
committed
Jul 17, 2017
1 parent
dd81385
commit 0e7ce0c
Showing
4 changed files
with
29 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# v0.3.0 | ||
v0.3.1 | ||
============= | ||
* Current version | ||
* Add systematic module, with routine to simulate detector crosstalk. | ||
* Fix bugs in the detector/SQUID labeling (instrument module). | ||
|
||
|
||
# v0.2.0 | ||
v0.2.0 | ||
============= | ||
* Add Fortran scripts and Makefile for the compilation. | ||
* Add detector pointing and TOD modules. | ||
* Doc contains end-to-end example (without systematic effect). | ||
* Fix many bugs related to absolute imports (py 2 vs 3) and failed tests in doctest. | ||
|
||
# v0.1.0 | ||
v0.1.0 | ||
============= | ||
* First version of the repo (public) | ||
* Add instrument and scanning strategy modules. | ||
* Release public version. |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
================ | ||
Contributing to S4CMB | ||
================ | ||
|
||
Issues | ||
============= | ||
Feel free to submit issues and enhancement requests. | ||
|
||
Contributing | ||
============= | ||
In general, we appreciate the "fork-and-pull" Git workflow. | ||
|
||
* Fork the repo on GitHub | ||
* Clone the project to your own machine and set up a new branch | ||
* Commit changes to your branch | ||
* Push your work back up to your fork | ||
* Submit a Pull request so that we can review your changes | ||
|
||
NOTE: Be sure to merge the latest from "upstream" before making a pull request! |
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