Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Feb 29, 2020
1 parent cac5496 commit 348ac51
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 702 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Unreleased
- 2.0.4
- Individual Arithmetic and Comparison methods now public
- Matrix reductions have their own namespace
- Optimized Matrix structural operations
Expand Down
3 changes: 1 addition & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MIT License

Copyright (c) 2019 Rubix ML Community
Copyright (c) 2019 Andrew DalPino
Copyright (c) 2020 Andrew DalPino

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extension-name": "tensor",
"description": "Tensor is a library and extension that provides objects for scientific computing in PHP.",
"author": "Andrew DalPino",
"version": "2.0.3-alpha",
"version": "2.0.4-alpha",
"verbose": true,
"requires": {
"extensions": []
Expand Down
2 changes: 1 addition & 1 deletion ext/php_tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "kernel/globals.h"

#define PHP_TENSOR_NAME "tensor"
#define PHP_TENSOR_VERSION "2.0.3-alpha"
#define PHP_TENSOR_VERSION "2.0.4-alpha"
#define PHP_TENSOR_EXTNAME "tensor"
#define PHP_TENSOR_AUTHOR "Andrew DalPino"
#define PHP_TENSOR_ZEPVERSION "0.12.17-$Id$"
Expand Down
Loading

0 comments on commit 348ac51

Please sign in to comment.