File: CHANGELOG.md

package info (click to toggle)
python-chemspipy 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 1,123; makefile: 14
file content (52 lines) | stat: -rw-r--r-- 2,225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Change Log

## [v2.0.0](https://github.com/mcs07/ChemSpiPy/tree/v2.0.0) (2018-09-09)
[Full Changelog](https://github.com/mcs07/ChemSpiPy/compare/v1.0.5...v2.0.0)

**Implemented enhancements:**

- Access "data source" information through `ChemSpider` [\#3](https://github.com/mcs07/ChemSpiPy/issues/3)
- Switch to new RSC REST API [\#12](https://github.com/mcs07/ChemSpiPy/pull/12) ([mcs07](https://github.com/mcs07))

**Fixed bugs:**

- Authentication problem [\#11](https://github.com/mcs07/ChemSpiPy/issues/11)

**Closed issues:**

- Make conda-forge recipe [\#13](https://github.com/mcs07/ChemSpiPy/issues/13)
- return \# of data sources in search results [\#10](https://github.com/mcs07/ChemSpiPy/issues/10)

**Merged pull requests:**

- Update docs for new RSC REST API [\#14](https://github.com/mcs07/ChemSpiPy/pull/14) ([mcs07](https://github.com/mcs07))

## [v1.0.5](https://github.com/mcs07/ChemSpiPy/tree/v1.0.5) (2017-03-29)
[Full Changelog](https://github.com/mcs07/ChemSpiPy/compare/v1.0.4...v1.0.5)

**Implemented enhancements:**

- Switch to pytest [\#7](https://github.com/mcs07/ChemSpiPy/pull/7) ([mcs07](https://github.com/mcs07))

**Fixed bugs:**

- Add support for https [\#5](https://github.com/mcs07/ChemSpiPy/issues/5)
- Use https by default - fixes \#5 [\#6](https://github.com/mcs07/ChemSpiPy/pull/6) ([mcs07](https://github.com/mcs07))

**Merged pull requests:**

- Improve handling of invalid tokens [\#4](https://github.com/mcs07/ChemSpiPy/pull/4) ([mcs07](https://github.com/mcs07))

## [v1.0.4](https://github.com/mcs07/ChemSpiPy/tree/v1.0.4) (2015-06-13)
[Full Changelog](https://github.com/mcs07/ChemSpiPy/compare/v1.0.3...v1.0.4)

## [v1.0.3](https://github.com/mcs07/ChemSpiPy/tree/v1.0.3) (2015-03-05)
[Full Changelog](https://github.com/mcs07/ChemSpiPy/compare/v1.0.2...v1.0.3)

## [v1.0.2](https://github.com/mcs07/ChemSpiPy/tree/v1.0.2) (2015-03-04)
[Full Changelog](https://github.com/mcs07/ChemSpiPy/compare/v1.0.1...v1.0.2)

## [v1.0.1](https://github.com/mcs07/ChemSpiPy/tree/v1.0.1) (2014-09-15)
**Implemented enhancements:**

- Fix for UTF-8 encoding error \(and some other tweaks\)... [\#2](https://github.com/mcs07/ChemSpiPy/pull/2) ([nickfyson](https://github.com/nickfyson))