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

Skip to content

Commit 5b8fecc

Browse files
committed
feedback
1 parent 9114cf5 commit 5b8fecc

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## General
44
- Only use DataManager.get/putSlice if possible (#901)
5-
- Incremental Storage Manager columns don't support slicing (#899)
65
- User docker for Linux build on Travis for CI (#856)
76
- improve unicode support (#853)
87
- Changed MadfmFunc so that it inherits from ArrayFunctorBase (#905)
@@ -17,6 +16,7 @@
1716
- Handle numpy Unicode arrays (#912)
1817
- Fix memory leak when converting Python unicode to casa string (#910)
1918
- Possible leak bug (#908)
19+
- Always use TpInt64 for PyLong (#916)
2020

2121
## Build system
2222
- Travis macOS fails on Python3 OSX build system (#778)

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,21 @@ Casacore is now part of Debian and Ubuntu, use apt to search for the package you
1212
```bash
1313
$ apt-get update
1414
$ apt-get search casacore
15+
16+
```
17+
18+
## macOS
19+
20+
Use Homebrew with the `ska-sa` tap to install casacore:
21+
22+
```bash
23+
$ brew tap ska-sa/tap
24+
$ brew install casacore
1525
```
1626

1727
## Building from source
1828

19-
### getting the source code
29+
### Getting the source code
2030

2131
The casacore source code is maintained on github.
2232

0 commit comments

Comments
 (0)