Skip to content

Commit

Permalink
Release 3.0.1 (#133)
Browse files Browse the repository at this point in the history
* Release 3.0.1

* Fix up the conda recipe to use git_url.

* Add conda_build_config.yaml to specify GLM_ARCHITECTURE.
  • Loading branch information
tbenthompson authored Oct 8, 2021
1 parent a4ae37f commit d3af60e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,21 @@
Changelog
=========

3.0.1 - 2021-10-07
------------------

**Bug fix**

- The license was mistakenly left as proprietary. Corrected to BSD-3-Clause.

**Other changes**

- ReadTheDocs integration.
- CONTRIBUTING.md
- Correct pyproject.toml to work with PEP-517

3.0.0 - 2021-10-07
----------
------------------

**Breaking changes**:

Expand Down
2 changes: 2 additions & 0 deletions conda.recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GLM_ARCHITECTURE:
- default
5 changes: 2 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{% set name = "tabmat" %}
{% set version = "3.0.0" %}
{% set version = "3.0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ad7cb409f38370b452f336672327813d2302f81e6acad807a99ad8e340beeb35
git_url: ../


build:
Expand Down

0 comments on commit d3af60e

Please sign in to comment.