Skip to content

Commit

Permalink
new patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Nov 22, 2022
1 parent 2e6e29c commit d9c6c3b
Show file tree
Hide file tree
Showing 20 changed files with 675 additions and 8,422 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ output/*/index.html
# Sphinx
docs/_build

.ipynb_checkpoints/*
*/.ipynb_checkpoints/*
.ipynb_checkpoints/
docs/notebooks/.ipynb_checkpoints/

# gedit backups
*~
Expand All @@ -53,3 +53,4 @@ docs/_build

# virtual environment
.venv

69 changes: 39 additions & 30 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changes

## 1.0.0 (7 Oct 2022)
### 1.0.1 (Nov 22 2022)
* density_lookup method implemented for StereoNet.grid
* Stress tensor sigma* properties using inverted order of eigenvalues
* render2fig method of StereoNet implemented
* vector-like objects are not iterable, so properly render in pandas

## 1.0.0 (Oct 7 2022)
New major release

APSG has been significantly refactored from version 1.0 and several changes are
Expand All @@ -12,28 +18,31 @@ readability.

See documentation for further details.

### 0.7.3
### 0.7.3 (Oct 6 2022)
* figure window title removed from StereoNet
* for future only bugfixes planned, foo further development see versions >=1.0

### 0.7.1 (master)
### 0.7.2 (Oct 6 2022)
* bugfix release

### 0.7.1 (Jul 13 2021)
* paleomag rs3 input/output improved
* Simple SQLAlchemy API to sdb database implemented
* StereoNet arc method fixed
* StereoNet polygon method added

## 0.7.0 (3 Feb 2021)
## 0.7.0 (Feb 3 2021)

* Python 2 support dropped
* RosePlot added
* Ortensor has from_pairs method for Lisle tensor for orthogonal data
* StereoNet scatter method has labels kwarg to show hover annotations

### 0.6.3 (6 Dec 2019)
### 0.6.3 (Dec 6 2019)

* Python 2/3 compatibility fix

### 0.6.2 (6 Dec 2019)
### 0.6.2 (Dec 6 2019)

* few minor bugs fixed
* Stereogrid apply_func passes Vec3 instead numpy array
Expand All @@ -42,7 +51,7 @@ See documentation for further details.
to generate list of DefGrad tensors
* Added Tensor class to work with deformation tensors

### 0.6.1 (12 Dec 2018)
### 0.6.1 (Dec 12 2018)

* Stereogrid always use Euclidean norms as weights
* DefGrad properties e1, e2, e3 (natural principal strains) added
Expand All @@ -54,7 +63,7 @@ See documentation for further details.
* RamsayPlot, FlinnPlot and HsuPlot implemented
* All fabric plots have new path method accepting list of tensors

## 0.6.0 (07 Nov 2018)
## 0.6.0 (Nov 7 2018)

* Stress always gives eigenvalues sorted
* Stress I1, I2, I3 properties for invariants implemented
Expand All @@ -70,16 +79,16 @@ See documentation for further details.
* SDB can modify database metadata
* QGIS 3 plugin ReadSDB compatibility

### 0.5.4 (19 Oct 2018)
### 0.5.4 (Oct 19 2018)

* StereoNet has cbpad keyword for colorbar padding
* FabricPlot bug introduced in 0.5.2 fixed.

### 0.5.3 (10 Oct 2018)
### 0.5.3 (Oct 10 2018)

* Bugfix release

### 0.5.2 (10 Oct 2018)
### 0.5.2 (Oct 10 2018)

* Fischer distribution sampling added
* transform method has norm kwarg to normalize tranformed vectors
Expand All @@ -90,23 +99,23 @@ See documentation for further details.
* velgrad method added to DefGrad to calculate matrix logarithm
* StereoGrid has new methods max, min, max_at, min_at

### 0.5.1 (05 Dec 2017)
### 0.5.1 (Dec 5 2017)

* Kent distribution sampling added
* Automatic kernel density estimate for contouring
* UserWarnings fix

## 0.5.0 (19 Nov 2017)
## 0.5.0 (Nov 19 2017)

* bux fix minor release

### 0.4.4 (25 Mar 2017)
### 0.4.4 (Mar 25 2017)

* Group method centered improved
* Group method halfspace added to reorient all vectors towards resultant
halfspace

### 0.4.3 (25 Mar 2017)
### 0.4.3 (Mar 25 2017)

* Stress tensor with few basic methods implemented
* StereoGrid keyword argument 'weighted' to control weighting
Expand All @@ -122,11 +131,11 @@ See documentation for further details.
* StereoNet allows simple animations. Add `animate=True` kwarg to plotting
method and finally call StereoNet animate method.

### 0.4.1-2 (04 Mar 2017)
### 0.4.1-2 (Mar 4 2017)

* bugfix

## 0.4.0 (04 Mar 2017)
## 0.4.0 (Mar 4 2017)

* Density class renamed to StereoGrid
* Fault sense under rotation fixed
Expand All @@ -135,18 +144,18 @@ See documentation for further details.
* StereoNet accepts StereoGrid and Ortensor as quick plot arguments
* StereoNet instance has axtitle method to put text below stereonet

### 0.3.7 (05 Jan 2017)
### 0.3.7 (Jan 5 2017)

* conda build for all platforms
* numpy, matplotlib and other helpres imported by default
* ortensor is normed by default
* ortensor MADp, MADo, MAD and kind properties added

### 0.3.6 (03 Jan 2017)
### 0.3.6 (Jan 3 2017)

* shell script iapsg opens interactive console

### 0.3.5 (12 Nov 2016)
### 0.3.5 (Nov 12 2016)

* Simple settings interface implemented in in apsg.core.seetings dictionary.
To change settings use:
Expand All @@ -163,11 +172,11 @@ See documentation for further details.
* Group and FaultSet can return array or list of user-defined attributes of
all elements

### 0.3.4 (20 Jun 2016)
### 0.3.4 (Jun 20 2016)

* RTD fix

### 0.3.3 (04 Jun 2016)
### 0.3.3 (Jun 4 2016)

* Added E1,E2,E3 properties and polar decomposition method to DefGrad object
* StereoNet has vector method to mimics lower and upper hemisphere plotting
Expand All @@ -180,21 +189,21 @@ See documentation for further details.
* Added Group class methods to generate Spherical Fibonacci and Golden Section
based uniform distributions of Vec3, Lin and Fol

### 0.3.2 (22 Feb 2016)
### 0.3.2 (Feb 22 2016)

* FabricPlot - triangular fabric plot added
* .asvec3 property has .V alias
* Resultant of Fol and Lin is calculated as vectorial in centered position
* dv property of Fol added to return dip slip vector

### 0.3.1 (20 Nov 2015)
### 0.3.1 (Nov 20 2015)

* SDB class improved. Support basic filtering including tags
* StereoNet has close method to close figure and new method
to re-initialize figure when closed in interactive mode
* iapsg shell script added to invoke apsg ipython shell

## 0.3.0 (09 Nov 2015)
## 0.3.0 (Nov 9 2015)

* Group fancy indexing implemented. Group could be indexed by sequences
of indexes like list, tuple or array as well as sliced.
Expand All @@ -213,23 +222,23 @@ See documentation for further details.
* Group examples method provide few well-known datasets.
* Matplotlib deprecation warnings are ignored by default

### 0.2.3 (21 Oct 2015)
### 0.2.3 (Oct 21 2015)

* New Docstrings format
* StereoNet.getfols method bug fixed.
* Shell scripts to run interactive session improved.

### 0.2.2 (17 Apr 2015)
### 0.2.2 (Apr 17 2015)

* FaultSet class added. Fault and Hoeppner methods of StereoNet implemented
* VelGrad and DefGrad classes used for transformations added
* G class to quickly create groups from strings added.

### 0.2.1 (09 Dec 2014)
### 0.2.1 (Dec 9 2014)

* Quick plotting of groups fixed.

## 0.2.0 (09 Dec 2014)
## 0.2.0 (Dec 9 2014)

* new StereoNet class for Schmidt projection
* Quick plot when data are passed as argument `StereoNet` class instantiation
Expand All @@ -240,6 +249,6 @@ See documentation for further details.
* new `Group` method normalized
* new `Group` properties and methods to calculate spherical statistics

## 0.1.0 (01 Nov 2014)
## 0.1.0 (Nov 1 2014)

* First release of APSG
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = "1.0"
# The full version, including alpha/beta/rc tags.
release = "1.0.0"
release = "1.0.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading

0 comments on commit d9c6c3b

Please sign in to comment.